From 8a0d6e4660481740efe47a0a3dd91c8c76c4e4dc Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 17 Sep 2012 17:15:45 +0200 Subject: breadcrumbs for dashboard --- module/web/static/css/default/style.css | 16 +++++++++++++++ module/web/templates/default/dashboard.html | 31 +++++++++++++++-------------- 2 files changed, 32 insertions(+), 15 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; diff --git a/module/web/templates/default/dashboard.html b/module/web/templates/default/dashboard.html index a962011cd..6bfa2eb5a 100644 --- a/module/web/templates/default/dashboard.html +++ b/module/web/templates/default/dashboard.html @@ -5,23 +5,14 @@ {% block content %} {% endblock %} \ No newline at end of file -- cgit v1.2.3