From c8bee03f8c0ca82c3981724e5bc661f630d9ab7e Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 19 Feb 2013 22:13:10 +0100 Subject: integrated new package view --- module/web/static/css/default/style.less | 40 ++++++++++++++++++++++---------- 1 file changed, 28 insertions(+), 12 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 964895f38..7db464c92 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -145,8 +145,8 @@ header:before { bottom: 0; left: 0; background-color: transparent; - box-shadow: 0 0 5px black; z-index: -1; + .default-shadow; } header div.left { @@ -309,22 +309,38 @@ header .logo { font-family: sans-serif } -/* - Actionbar -*/ - -#notifications-area { - display: inline-block; - width: 100%; - padding: 4px 0 6px 0; - text-align: center; +.header-area { + display: none; // hidden by default + overflow: hidden; + position: absolute; line-height: 18px; - font-size: small; + top: @header-height; + padding: 4px 10px 6px 10px; + text-align: center; + border-radius: 0 0 6px 6px; color: @light; background-color: @greyDark; - border-radius: 0 0 6px 6px; + .default-shadow; +} + +#notification-area { + .header-area; + left: 140px; +} + +#selection-area { + .header-area; + left: 50%; + bottom: -28px; + min-width: 15%; +// color: @dark; +// background-color: @light; } +/* + Actionbar +*/ + .nav > li > a:hover { color: @blue; } -- cgit v1.2.3