summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorChristian Klinger2016-08-22 11:24:03 +0200
committerChristian Klinger2016-08-22 11:24:03 +0200
commitd3c689c6730ca6749c03ffd01c670f7b191e8355 (patch)
tree9e2d7caa1ed3c45b4757621202087a64e5e87cc9 /style
parentcss fix/hack to get roomplanner to work on medium sized screens. (diff)
parent[dozmod] Expect the client to tell wether it is running in exam mode and comp... (diff)
downloadslx-admin-d3c689c6730ca6749c03ffd01c670f7b191e8355.tar.gz
slx-admin-d3c689c6730ca6749c03ffd01c670f7b191e8355.tar.xz
slx-admin-d3c689c6730ca6749c03ffd01c670f7b191e8355.zip
Merge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into modularization
Diffstat (limited to 'style')
-rw-r--r--style/default.css26
1 files changed, 14 insertions, 12 deletions
diff --git a/style/default.css b/style/default.css
index 3d78668d..a5450742 100644
--- a/style/default.css
+++ b/style/default.css
@@ -84,10 +84,6 @@ body {
height: 34px;
}
-.isdir {
- font-weight: bold;
-}
-
.slx-litehead {
margin: 0px 10px 5px 10px;
color: #aaa;
@@ -137,10 +133,6 @@ body {
background-color: #eee;
}
-.slx-bold {
- font-weight: bold;
-}
-
.slx-ellipsis {
text-overflow: ellipsis;
white-space: nowrap;
@@ -155,10 +147,6 @@ body {
display: block;
}
-.slx-nowrap {
- white-space: nowrap;
-}
-
.slx-space {
margin-top: 1em;
margin-bottom: 1em;
@@ -493,3 +481,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