summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-01-24 00:59:50 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-01-24 01:00:00 +0100
commit38f684aadfb10d491fabfeb0af9a22c109c9cfff (patch)
tree27912d9b8dcb3783fbeae3b0d5c869c7ffea483a /core
parentd16051fa6fc33c76f7cba9ab5dca8131bd3a109a (diff)
downloadnextcloud-server-38f684aadfb10d491fabfeb0af9a22c109c9cfff.tar.gz
nextcloud-server-38f684aadfb10d491fabfeb0af9a22c109c9cfff.zip
fix positioning details of icons in navigation
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index 93e60fbfbf1..f91f78d52f8 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -104,6 +104,12 @@ em {
opacity: 1;
box-shadow: inset 2px 0 #0082c9;
}
+ li > a:first-child img {
+ margin-bottom: -3px;
+ margin-right: 11px;
+ width: 16px;
+ margin-left: 2px;
+ }
.collapse {
display: none;
/* hide collapse button initially */