]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix positioning details of icons in navigation 3151/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 23 Jan 2017 23:59:50 +0000 (00:59 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 24 Jan 2017 00:00:00 +0000 (01:00 +0100)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
core/css/apps.scss

index 93e60fbfbf14f884c2f2bd3d087dae33b01b48c2..f91f78d52f8dca113fc00996f1cb62720bea2598 100644 (file)
@@ -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 */