summaryrefslogtreecommitdiffstats
path: root/module/web/static/css/default/style.less
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/static/css/default/style.less')
-rw-r--r--module/web/static/css/default/style.less32
1 files changed, 15 insertions, 17 deletions
diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less
index 16eaea6b6..4e6f6bd39 100644
--- a/module/web/static/css/default/style.less
+++ b/module/web/static/css/default/style.less
@@ -44,6 +44,12 @@ a:hover {
padding-bottom: @footer-height;
}
+#content-container:before {
+ display: block;
+ content: " ";
+ height: @header-height;
+}
+
/*
Additional Responsive Class for larger desktop
*/
@@ -301,13 +307,11 @@ header .logo {
color: @blue;
}
-#actionbar-container:before {
- display: block;
- content: " ";
- height: @header-height;
-}
+.actionbar {
+ padding-bottom: 3px;
+ margin-bottom: 0;
+ border-bottom: 1px dashed @grey;
-#actionbar-container .row-fluid {
height: @actionbar-height;
padding-top: 2px;
@@ -315,17 +319,11 @@ header .logo {
}
-#actionbar {
- padding-bottom: 3px;
- margin-bottom: 0;
- border-bottom: 1px dashed @grey;
-}
-
-#actionbar > li > a {
+.actionbar > li > a {
margin-top: 4px;
}
-#actionbar .breadcrumb {
+.actionbar .breadcrumb {
margin: 0;
padding-top: 10px;
padding-bottom: 0;
@@ -336,17 +334,17 @@ header .logo {
}
-#actionbar form {
+.actionbar form {
margin-top: 8px;
margin-bottom: 0;
}
-#actionbar input, #actionbar button {
+.actionbar input, .actionbar button {
padding-top: 2px;
padding-bottom: 2px;
}
-#actionbar .dropdown-menu i {
+.actionbar .dropdown-menu i {
margin-top: 4px;
padding-right: 5px;
}