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:
authorLukas Reschke <lukas@statuscode.ch>2012-10-24 01:46:08 +0400
committerLukas Reschke <lukas@statuscode.ch>2012-10-24 01:46:08 +0400
commit1a9ba0bea4be2466b6044b32186a372eb4f14409 (patch)
tree71be3276f5bf29798d119c4a5adff6b55ed0f2e8 /search
parent099245430eb59f84158c2408a6011b53eff1f073 (diff)
radius can safely be used without vendor prefixes
http://caniuse.com/#search=radius
Diffstat (limited to 'search')
-rw-r--r--search/css/results.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/search/css/results.css b/search/css/results.css
index b1115c286b5..bf16f737b40 100644
--- a/search/css/results.css
+++ b/search/css/results.css
@@ -9,14 +9,12 @@
box-shadow: 0 0 10px #000;
list-style: none;
max-height: 80%;
- moz-border-radius-bottomleft: 1em;
overflow: hidden;
padding-bottom: 1em;
position: fixed;
right: 0;
text-overflow: ellipsis;
top: 3.5em;
- webkit-border-bottom-left-radius: 1em;
width: 26.5em;
z-index: 75;
}