From b2f560126561f0c152a7cf8b06edc78d28117b29 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 21 Mar 2013 15:20:39 +0100 Subject: little fixes, use global progress to render single task --- module/web/static/css/default/style.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 0f9b551b3..bc53d6b9e 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -297,11 +297,11 @@ header .logo { #globalprogress { background-color: @greyDark; background-image: none; - height: 15px; - margin: 5px 0 0; - line-height: 15px; - border-radius: 15px; - border: 3px solid @grey; + height: 12px; + line-height: 12px; + margin: 8px 0 0; + border-radius: 10px; + border: 2px solid @grey; .bar { color: @dark; -- cgit v1.2.3