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 | |
| parent | improved ui, render waiting files (diff) | |
| download | pyload-67c4c19e5aa19c09d5dbefdc8077cda3941713c7.tar.xz | |
render package stats, speedgraph
Diffstat (limited to 'module/web/static/css/default')
| -rw-r--r-- | module/web/static/css/default/dashboard.less | 1 | ||||
| -rw-r--r-- | module/web/static/css/default/style.less | 1 | 
2 files changed, 1 insertions, 1 deletions
diff --git a/module/web/static/css/default/dashboard.less b/module/web/static/css/default/dashboard.less index b1d8326d8..7f8627d98 100644 --- a/module/web/static/css/default/dashboard.less +++ b/module/web/static/css/default/dashboard.less @@ -263,7 +263,6 @@      text-align: left;
      .gradient(top, @yellow, @yellowDark);
      color: @dark;
 -    padding: 0px 5px;
    }
  }
 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;
  | 
