From 90136b6e0af9598cf1bae2ad69b7616a79751ea4 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 10 Aug 2011 23:09:29 +0200 Subject: fix search, sane z-indexes --- files/css/files.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/css') diff --git a/files/css/files.css b/files/css/files.css index 9ec838a8d5d..692ac3e57ee 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:100;} +table thead.fixed tr{position:fixed; top:6.4em;z-index:51; -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; } -- cgit v1.2.3