diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-02-08 22:30:27 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-02-08 22:30:27 +0100 |
commit | 680af2e6caac9a41ac6fe425632055312ea7c8ea (patch) | |
tree | 345f0d08a1ff8ae0e44b13ac9f9c5cf5ab9ae48c /apps/files/css/files.css | |
parent | 12bdc6ddb6021f772e8e6364eee89f1406ee3d7d (diff) | |
download | nextcloud-server-680af2e6caac9a41ac6fe425632055312ea7c8ea.tar.gz nextcloud-server-680af2e6caac9a41ac6fe425632055312ea7c8ea.zip |
Fix filelist shifting up one row on (multi)select
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r-- | apps/files/css/files.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 67bd569ceef..2c5842cbf65 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -73,8 +73,7 @@ table th#headerSize, table td.filesize { min-width:3em; padding:0 1em; text-alig table th#headerDate, table td.date { min-width:11em; padding:0 .1em 0 1em; text-align:left; } /* Multiselect bar */ -table.multiselect { top:63px; } -table.multiselect thead { position:fixed; top:82px; z-index:1; } +table.multiselect thead { z-index:1; } table.multiselect thead th { background:rgba(230,230,230,.8); color:#000; font-weight:bold; border-bottom:0; } table td.selection, table th.selection, table td.fileaction { width:2em; text-align:center; } |