diff options
author | 2012-08-14 22:34:45 +0200 | |
---|---|---|
committer | 2012-08-14 22:34:45 +0200 | |
commit | 332caf0bbaf582ce484eeedd586335fad000434c (patch) | |
tree | 5f5959ca6156d1a2057953f4b2c0ab9f38e6bcdf /module/web/static/css/default | |
parent | added qtip (diff) | |
download | pyload-332caf0bbaf582ce484eeedd586335fad000434c.tar.xz |
added dialog window
Diffstat (limited to 'module/web/static/css/default')
-rw-r--r-- | module/web/static/css/default/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css index f882e4a43..87cd60831 100644 --- a/module/web/static/css/default/style.css +++ b/module/web/static/css/default/style.css @@ -157,7 +157,11 @@ header .logo { #globalprogress {
height: 8px;
- margin: 8px 5px;
+ margin: 8px 5px 0;
+}
+
+#globalprogress .ui-widget-header {
+ background: #fee247;
}
#speedgraph {
|