diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-10 23:26:25 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-10 23:26:25 +0200 |
commit | 225d00049123ee69c656729177858108dec81982 (patch) | |
tree | 0b588ffe4ebdba57e94ccdd4a14e11c2006b43f3 /files/css | |
parent | bdba88d7f6d793113161fde035ee33a223746762 (diff) | |
download | nextcloud-server-225d00049123ee69c656729177858108dec81982.tar.gz nextcloud-server-225d00049123ee69c656729177858108dec81982.zip |
I don't always test my code. But when I do, I do it in production.
Diffstat (limited to '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 e396bc77d82..cbc6795864b 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -43,7 +43,7 @@ table td.filename a, table td.login, table td.logout, table td.download, table t table td.filename .nametext, .modified { float:left; padding:.3em 0; } table td.filename .nametext { width:60%; } table td.filename form { float:left; font-size:.85em; } -table thead.fixed tr{position:fixed; top:6.4em;z-index:49; -moz-box-shadow:0 -3px 7px #000; -webkit-box-shadow:0 -3px 7px #000; box-shadow:0 -3px 7px #000;} +table thead.fixed tr{position:fixed; top:6.3em; z-index:49; -moz-box-shadow:0 -3px 7px #000; -webkit-box-shadow:0 -3px 7px #000; box-shadow:0 -3px 7px #000;} table thead.fixed {height:2em} #fileList tr input[type=checkbox] { display:none; float:left; margin:.7em 0 0 1em; /* bigger clickable area doesn’t work in FF width:2.8em; height:2.4em;*/ } #fileList tr input[type=checkbox]:checked, #fileList tr:hover input[type=checkbox] { display:inline; } |