diff options
Diffstat (limited to 'module/web/static/css/default')
-rw-r--r-- | module/web/static/css/default/style.less | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index 203135e97..a22f29999 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -292,7 +292,7 @@ footer h2 { margin-bottom: 5px;
}
-#dash-nav li > a {
+#dash-nav > li > a {
margin-top: 5px;
}
@@ -315,4 +315,9 @@ footer h2 { #dash-nav input, #dash-nav button {
padding-top: 2px;
padding-bottom: 2px;
+}
+
+#dash-nav .dropdown-menu i {
+ margin-top: 4px;
+ padding-right: 5px;
}
\ No newline at end of file |