diff options
author | Pellaeon Lin <nfsmwlin@gmail.com> | 2013-08-26 10:57:14 +0800 |
---|---|---|
committer | Pellaeon Lin <nfsmwlin@gmail.com> | 2013-08-26 10:57:14 +0800 |
commit | cd41de839fabf14bc21d788d7f48a223d74eb926 (patch) | |
tree | cd55848488d56fd35fdf3b284bc2442fe78f865d | |
parent | d587146a5abf0abcb88e2cccbb74c486ee8510a3 (diff) | |
download | nextcloud-server-cd41de839fabf14bc21d788d7f48a223d74eb926.tar.gz nextcloud-server-cd41de839fabf14bc21d788d7f48a223d74eb926.zip |
Fix "select all" checkbox displacement when checked
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index a2cf8398c27..7d5fe6445b7 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -94,7 +94,7 @@ table th#headerDate, table td.date { min-width:11em; padding:0 .1em 0 1em; text- /* Multiselect bar */ #filestable.multiselect { top:63px; } -table.multiselect thead { position:fixed; top:82px; z-index:1; -moz-box-sizing: border-box; box-sizing: border-box; left: 0; padding-left: 64px; width:100%; } +table.multiselect thead { position:fixed; top:82px; z-index:1; -moz-box-sizing: border-box; box-sizing: border-box; left: 0; padding-left: 80px; width:100%; } table.multiselect thead th { background-color: rgba(210,210,210,.7); color: #000; |