From df45d256b3c95dd3cd7b5cb386441c0c239bd67d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 2 Feb 2013 20:03:37 +0100 Subject: added some icons, select2, worked on package-list --- module/web/static/css/default/style.less | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) (limited to 'module/web/static/css/default/style.less') diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index 16eaea6b6..4e6f6bd39 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -44,6 +44,12 @@ a:hover { padding-bottom: @footer-height; } +#content-container:before { + display: block; + content: " "; + height: @header-height; +} + /* Additional Responsive Class for larger desktop */ @@ -301,13 +307,11 @@ header .logo { color: @blue; } -#actionbar-container:before { - display: block; - content: " "; - height: @header-height; -} +.actionbar { + padding-bottom: 3px; + margin-bottom: 0; + border-bottom: 1px dashed @grey; -#actionbar-container .row-fluid { height: @actionbar-height; padding-top: 2px; @@ -315,17 +319,11 @@ header .logo { } -#actionbar { - padding-bottom: 3px; - margin-bottom: 0; - border-bottom: 1px dashed @grey; -} - -#actionbar > li > a { +.actionbar > li > a { margin-top: 4px; } -#actionbar .breadcrumb { +.actionbar .breadcrumb { margin: 0; padding-top: 10px; padding-bottom: 0; @@ -336,17 +334,17 @@ header .logo { } -#actionbar form { +.actionbar form { margin-top: 8px; margin-bottom: 0; } -#actionbar input, #actionbar button { +.actionbar input, .actionbar button { padding-top: 2px; padding-bottom: 2px; } -#actionbar .dropdown-menu i { +.actionbar .dropdown-menu i { margin-top: 4px; padding-right: 5px; } -- cgit v1.2.3