From 5340ae11d9b73105a8a831cbdce87303338ca9b1 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 21 Mar 2013 21:30:02 +0100 Subject: subline for global progress --- module/web/static/css/default/style.less | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'module/web/static/css/default') diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index bc53d6b9e..b3020d30f 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -233,11 +233,17 @@ header .logo { position: relative; float: right; width: 26%; + margin-top: 12px; margin-right: 15px; line-height: 16px; #progress-info { - padding-left: 5px; + padding-left: 2px; + } + + .sub { + font-size: small; + padding: 0 2px; } .popover { // display: block; @@ -254,13 +260,12 @@ header .logo { .iconf-list { cursor: pointer; - margin-right: 5px; // same as globalprogress margin + margin-right: 2px; // same as globalprogress margin &:hover { color: @yellow; } } - .close { line-height: 14px; } @@ -297,10 +302,9 @@ header .logo { #globalprogress { background-color: @greyDark; background-image: none; - height: 12px; - line-height: 12px; - margin: 8px 0 0; - border-radius: 10px; + height: 8px; + margin: 4px 0; + border-radius: 8px; border: 2px solid @grey; .bar { -- cgit v1.2.3