summaryrefslogtreecommitdiffstats
path: root/module/web/static
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-09-17 17:15:45 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-09-17 17:15:45 +0200
commit8a0d6e4660481740efe47a0a3dd91c8c76c4e4dc (patch)
treecd3e1797a181dc70171d3c0e489cc26610a02e5d /module/web/static
parentnav + search bar for dashboard (diff)
downloadpyload-8a0d6e4660481740efe47a0a3dd91c8c76c4e4dc.tar.xz
breadcrumbs for dashboard
Diffstat (limited to 'module/web/static')
-rw-r--r--module/web/static/css/default/style.css16
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;