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 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'module/web/static/css') 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; -- cgit v1.2.3