diff options
author | Bagera <victor@baquero-wihlborg.se> | 2014-05-16 17:00:39 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-06-16 14:15:55 +0200 |
commit | bc65b25303e392fa5c10062a98425c54c8342292 (patch) | |
tree | 3ccbd4d82bc528b4d46fd147bd2fc9aa841c972e /apps/files/css/mobile.css | |
parent | 28f420b337442131ce1ca8de48e65f790c45d3b8 (diff) | |
download | nextcloud-server-bc65b25303e392fa5c10062a98425c54c8342292.tar.gz nextcloud-server-bc65b25303e392fa5c10062a98425c54c8342292.zip |
Aligning in the table header as well
Aligning the columns and in the rows
Diffstat (limited to 'apps/files/css/mobile.css')
-rw-r--r-- | apps/files/css/mobile.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css index 5e7d3875536..def8224afce 100644 --- a/apps/files/css/mobile.css +++ b/apps/files/css/mobile.css @@ -18,6 +18,11 @@ table td.date { display: none; } +/* remove padding to let border bottom fill the whole width*/ +table td { + padding: 0; +} + /* remove shift for multiselect bar to account for missing navigation */ table.multiselect thead { padding-left: 0; |