From: Jörn Friedrich Dreyer Date: Wed, 31 Jul 2013 15:05:24 +0000 (+0200) Subject: update css properties with px based values X-Git-Tag: v5.0.10~24^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=17f821219a62170abe507a85bf094623741ac727;p=nextcloud-server.git update css properties with px based values --- diff --git a/search/css/results.css b/search/css/results.css index 0e1db12e903..30cc352fd7b 100644 --- a/search/css/results.css +++ b/search/css/results.css @@ -4,18 +4,18 @@ #searchresults { background-color:#fff; - border-bottom-left-radius:1em; + border-bottom-left-radius:11px; box-shadow:0 0 10px #000; list-style:none; max-height:80%; overflow-x:hidden; overflow-y: scroll; - padding-bottom:1em; + padding-bottom:6px; position:fixed; right:0; text-overflow:ellipsis; - top:3.5em; - width:26.5em; + top:20px; + width:380px; z-index:75; }