diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-21 22:37:11 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-21 23:28:13 +0200 |
commit | bc40532109a334165a7c18f55d3c1abd88b866fe (patch) | |
tree | 9e853b0649031541fb95300ad64480c5f8ec51cb /files | |
parent | 0accf2d64751a65b955600e9cd276726b8e8bdca (diff) | |
download | nextcloud-server-bc40532109a334165a7c18f55d3c1abd88b866fe.tar.gz nextcloud-server-bc40532109a334165a7c18f55d3c1abd88b866fe.zip |
give the file sizes some more space
Diffstat (limited to 'files')
-rw-r--r-- | files/css/files.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/files/css/files.css b/files/css/files.css index f119fe90a74..e0b06ea0cb5 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -83,10 +83,13 @@ tbody a { color:#000; } table td.filesize, table td.date { - width: 5em; + width: 7em; padding: 0.5em 1em; text-align: right; } +#headerSize{ + text-align:right; +} table td.date { @@ -130,7 +133,6 @@ table tr.mouseOver td { background-color:#eee; } table th, table td { padding:0; border-bottom:1px solid #ddd; text-align:left; font-style:italic; } table th { padding:0.5em; } table td { border-bottom:1px solid #eee; font-style:normal; } -table td.filesize, table td.date { width:5em; padding:0.5em 1em; text-align:right; } table td.date { width:11em; } table td.selection, table th.selection, table td.fileaction { width:2em; text-align:center; } table td.filename a { display:block; background-image:url('../img/file.png'); text-decoration:none; } @@ -162,4 +164,5 @@ table td.delete { background-image:url('../img/delete.png'); } #select_all{float:left; margin:0.2em; margin-left:0.6em; } #selectedActions{ float:right; + display:none; }
\ No newline at end of file |