diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-10 23:09:29 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-10 23:09:29 +0200 |
commit | 90136b6e0af9598cf1bae2ad69b7616a79751ea4 (patch) | |
tree | 3a28e1090082fa372022fa88b6f784e1ab70e1d5 /search/css | |
parent | 6af4c2dd0f0e3dce72814ebf34acdc44cf96ec10 (diff) | |
download | nextcloud-server-90136b6e0af9598cf1bae2ad69b7616a79751ea4.tar.gz nextcloud-server-90136b6e0af9598cf1bae2ad69b7616a79751ea4.zip |
fix search, sane z-indexes
Diffstat (limited to 'search/css')
-rw-r--r-- | search/css/results.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search/css/results.css b/search/css/results.css index c3147451e4a..440e68ee48f 100644 --- a/search/css/results.css +++ b/search/css/results.css @@ -1,4 +1,4 @@ -#searchresults { list-style:none; position:fixed; top:3.5em; right:0; z-index:100; background-color:#fff; overflow:hidden; text-overflow:ellipsis; max-height:80%; width:26.5em; padding-bottom:1em; -moz-box-shadow:0 0 10px #000; -webkit-box-shadow:0 0 10px #000; box-shadow:0 0 10px #000; -moz-border-radius-bottomleft:1em; -webkit-border-bottom-left-radius:1em; border-bottom-left-radius:1em; } +#searchresults { list-style:none; position:fixed; top:3.5em; right:0; z-index:75; background-color:#fff; overflow:hidden; text-overflow:ellipsis; max-height:80%; width:26.5em; padding-bottom:1em; -moz-box-shadow:0 0 10px #000; -webkit-box-shadow:0 0 10px #000; box-shadow:0 0 10px #000; -moz-border-radius-bottomleft:1em; -webkit-border-bottom-left-radius:1em; border-bottom-left-radius:1em; } #searchresults li.resultHeader { font-size:1.2em; font-weight:bold; border-bottom:solid 1px #CCC; padding:.2em; background-color:#eee; } #searchresults li.result { margin-left:2em; } #searchresults table { width:100%; table-layout:fixed; top:0; border-spacing:0; } |