diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-21 15:20:39 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-21 15:20:39 +0100 |
commit | b2f560126561f0c152a7cf8b06edc78d28117b29 (patch) | |
tree | dd0ec222774f2caeb243e75ca5552c5d924db25d /module/web/static/css/default | |
parent | render package stats, speedgraph (diff) | |
download | pyload-b2f560126561f0c152a7cf8b06edc78d28117b29.tar.xz |
little fixes, use global progress to render single task
Diffstat (limited to 'module/web/static/css/default')
-rw-r--r-- | module/web/static/css/default/style.less | 10 |
1 files changed, 5 insertions, 5 deletions
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;
|