diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-01-17 09:06:15 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-01-23 09:08:10 +0100 |
commit | bfc4590c2819b5ce4d652f993c026d4ea32caf8f (patch) | |
tree | 695d0bc2bc25882ee338bac6d89b7e0e112a1d6c /core/css | |
parent | 47c63e6a3e4626c1565be83f45bc5dab087f4c5e (diff) | |
download | nextcloud-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.scss | 2 |
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; |