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
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-08-25 19:46:43 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-08-26 10:35:12 +0300
commit5a6b10ae6fd5a50e2f3dde7f28d5e24faa51383d (patch)
tree66947d1692c8767cc2be9c7dff696d264a6e7bc7 /core/css/header.css
parent08a490df32e7744be5e5f47067746591e7fac05a (diff)
only show search icon on desktop, like on mobile
Diffstat (limited to 'core/css/header.css')
-rw-r--r--core/css/header.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.css b/core/css/header.css
index 466022e9f76..5630f96953f 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -294,7 +294,7 @@
}
#expand {
display: block;
- padding: 7px 30px 6px 22px;
+ padding: 7px 30px 6px 10px;
cursor: pointer;
}
#expand * {