summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorSimon Rettberg2016-08-17 12:19:42 +0200
committerSimon Rettberg2016-08-17 12:19:42 +0200
commitab891ea67100d34c8395a414d7ffdf9c9d2e9711 (patch)
treeb6b01416f6492aea2ce82895712170b84d1b3c4a /style
parent[dozmod] Implement action log subpage (diff)
downloadslx-admin-ab891ea67100d34c8395a414d7ffdf9c9d2e9711.tar.gz
slx-admin-ab891ea67100d34c8395a414d7ffdf9c9d2e9711.tar.xz
slx-admin-ab891ea67100d34c8395a414d7ffdf9c9d2e9711.zip
[main] Show submenu as extra row when not in large mode
Diffstat (limited to 'style')
-rw-r--r--style/default.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/style/default.css b/style/default.css
index 6ae03b6b..d38ca9e0 100644
--- a/style/default.css
+++ b/style/default.css
@@ -491,3 +491,17 @@ li.slx-submenu a {
nav.navbar.sidebar {
color: #eee;
}
+
+.slx-smallsubmenu > li {
+ display: inline-block;
+}
+
+.slx-smallsubmenu > li + li:before {
+ padding: 0 3px;
+ content: "\2022\00a0";
+ color: #ccc;
+}
+
+.slx-smallsubmenu a {
+ color: #fff;
+} \ No newline at end of file