]> source.dussan.org Git - nextcloud-server.git/commitdiff
update css properties with px based values
authorJörn Friedrich Dreyer <jfd@butonic.de>
Wed, 31 Jul 2013 15:05:24 +0000 (17:05 +0200)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Wed, 31 Jul 2013 15:07:23 +0000 (17:07 +0200)
search/css/results.css

index 0e1db12e903e6aa2f5879e5d9157fed4b9f091fd..30cc352fd7b8532e0f591b480e76e6b406acc775 100644 (file)
@@ -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;
 }