diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-27 23:31:38 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-27 23:32:37 +0200 |
commit | 90ecd2c293f96a2e5041767afaf4266af30c4601 (patch) | |
tree | 14604922742855b68906df71440a627ce93298be /files/css/files.css | |
parent | 7d5bc7974d9f7e7e3e1380b56fc77fd0eb3b87e1 (diff) | |
download | nextcloud-server-90ecd2c293f96a2e5041767afaf4266af30c4601.tar.gz nextcloud-server-90ecd2c293f96a2e5041767afaf4266af30c4601.zip |
deleting stuff is scary, lets move the button as far to the right as possible
it doesn't fit good currently in the column but will be fixed with using icons
Diffstat (limited to 'files/css/files.css')
-rw-r--r-- | files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/css/files.css b/files/css/files.css index 590c7bac364..37cb64bff0b 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -88,7 +88,7 @@ table td.filesize, table td.date table td.date { - width: 11em; + width: 12em; } table td.selection, table th.selection, table td.fileaction |