From ba372f046e085618e847c6cece0884fa426c5aa8 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 31 Jan 2013 23:03:40 +0100 Subject: added some icons, placeholder for left menu --- module/web/static/css/default/dashboard.less | 40 ---------------------------- module/web/static/css/default/style.less | 4 +++ 2 files changed, 4 insertions(+), 40 deletions(-) (limited to 'module/web/static/css/default') diff --git a/module/web/static/css/default/dashboard.less b/module/web/static/css/default/dashboard.less index e7e6117da..fd0ebf61e 100644 --- a/module/web/static/css/default/dashboard.less +++ b/module/web/static/css/default/dashboard.less @@ -4,46 +4,6 @@ Dashboard */ -.nav > li > a:hover { - color: @blue; -} - -#dash-nav { - border-bottom: 1px dashed @grey; - padding-bottom: 2px; - margin-bottom: 5px; -} - -#dash-nav > li > a { - margin-top: 5px; -} - -#dash-nav .breadcrumb { - margin: 0; - padding-top: 10px; - padding-bottom: 0; - - .active { - color: @grey; - } - -} - -#dash-nav form { - margin-top: 8px; - margin-bottom: 0; -} - -#dash-nav input, #dash-nav button { - padding-top: 2px; - padding-bottom: 2px; -} - -#dash-nav .dropdown-menu i { - margin-top: 4px; - padding-right: 5px; -} - #dashboard ul { margin: 0; list-style: none; diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index ad84804e5..16eaea6b6 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -297,6 +297,10 @@ header .logo { Actionbar */ +.nav > li > a:hover { + color: @blue; +} + #actionbar-container:before { display: block; content: " "; -- cgit v1.2.3