diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-09-02 17:13:07 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-09-02 17:13:07 +0200 |
commit | 699f5f09bfe176c925997127315974faf333e486 (patch) | |
tree | b033eebb14b8cb879da234aea5ac717c9dfba29b /module/web/static/default.css | |
parent | cleanded up again (diff) | |
download | pyload-699f5f09bfe176c925997127315974faf333e486.tar.xz |
dynamic webinterface
Diffstat (limited to 'module/web/static/default.css')
-rw-r--r-- | module/web/static/default.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/module/web/static/default.css b/module/web/static/default.css index 9757b4f49..fd2e85eb9 100644 --- a/module/web/static/default.css +++ b/module/web/static/default.css @@ -183,4 +183,7 @@ a.admin{background:transparent url(/static/default/user-actions-admin.png) 0px 1 .box{ background:url(/static/default/progress-bar-back.gif) right center no-repeat; width:200px; height:20px; float:left; } .perc{ background:url(/static/default/progress-bar.gif) right center no-repeat; height:20px; } .boxtext{ font-family:tahoma, arial, sans-serif; font-size:11px; color:#000; float:none; padding:3px 0 0 10px; } -.statusbutton{width:32px;height:32px;float:left;margin-left:-32px;margin-right:5px;opacity:0;cursor:pointer}
\ No newline at end of file +.statusbutton{width:32px;height:32px;float:left;margin-left:-32px;margin-right:5px;opacity:0;cursor:pointer} + +.dlsize{float:left; padding-right: 8px;} +.dlspeed{float:left; padding-right: 8px;}
\ No newline at end of file |