Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/search
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2013-07-31 19:05:24 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2013-07-31 19:07:23 +0400
commitcbf17617b01060853f69e094c8b6dd9c6f6f885f (patch)
tree13267e108270414f617c9556c97927779c7401d6 /search
parent627fd8ba8dc9c7711a6015207d4e8beaaa5529fd (diff)
update css properties with px based values
Diffstat (limited to 'search')
-rw-r--r--search/css/results.css8
1 files changed, 4 insertions, 4 deletions
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;
}