diff options
Diffstat (limited to 'module/web/static/css')
-rw-r--r-- | module/web/static/css/default/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css index 844955e29..ec1a22312 100644 --- a/module/web/static/css/default/style.css +++ b/module/web/static/css/default/style.css @@ -302,6 +302,22 @@ footer h2 { color: #3a79aa;
}
+#dash-nav {
+ border-bottom: 1px dashed #d3d3d3;
+ padding-bottom: 2px;
+ margin-bottom: 5px;
+}
+
+#dash-nav li > a {
+ margin-top: 5px;
+}
+
+#dash-nav .breadcrumb {
+ margin: 0;
+ padding-top: 6px;
+ padding-bottom: 0;
+}
+
#dash-nav form {
margin-top: 8px;
margin-bottom: 0;
|