diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-17 17:15:45 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-17 17:15:45 +0200 |
commit | 8a0d6e4660481740efe47a0a3dd91c8c76c4e4dc (patch) | |
tree | cd3e1797a181dc70171d3c0e489cc26610a02e5d /module/web/static | |
parent | nav + search bar for dashboard (diff) | |
download | pyload-8a0d6e4660481740efe47a0a3dd91c8c76c4e4dc.tar.xz |
breadcrumbs for dashboard
Diffstat (limited to 'module/web/static')
-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;
|