diff options
author | 2013-03-21 11:39:16 +0100 | |
---|---|---|
committer | 2013-03-21 11:39:16 +0100 | |
commit | 67c4c19e5aa19c09d5dbefdc8077cda3941713c7 (patch) | |
tree | 6a94eccafeebea368ff4fce4389c5e70e2ac2423 /module/web/static/css/default/style.less | |
parent | improved ui, render waiting files (diff) | |
download | pyload-67c4c19e5aa19c09d5dbefdc8077cda3941713c7.tar.xz |
render package stats, speedgraph
Diffstat (limited to 'module/web/static/css/default/style.less')
-rw-r--r-- | module/web/static/css/default/style.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index baa8cc413..0f9b551b3 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -254,6 +254,7 @@ header .logo { .iconf-list {
cursor: pointer;
+ margin-right: 5px; // same as globalprogress margin
&:hover {
color: @yellow;
|