summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-01-17 09:06:15 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-01-23 09:08:10 +0100
commitbfc4590c2819b5ce4d652f993c026d4ea32caf8f (patch)
tree695d0bc2bc25882ee338bac6d89b7e0e112a1d6c /core/css
parent47c63e6a3e4626c1565be83f45bc5dab087f4c5e (diff)
downloadnextcloud-server-bfc4590c2819b5ce4d652f993c026d4ea32caf8f.tar.gz
nextcloud-server-bfc4590c2819b5ce4d652f993c026d4ea32caf8f.zip
fix searchbox position
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index e7aeb063143..9b0dd21e234 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -168,7 +168,7 @@ body {
color: #fff;
border: 0;
border-radius: 3px;
- margin-top: 9px;
+ margin-top: 3px;
width: 0;
cursor: pointer;
-webkit-transition: all 100ms;