From 079c44c5e938edb321e007da509523b145ce1029 Mon Sep 17 00:00:00 2001 From: godofdream <soilfiction@gmail.com> Date: Sun, 12 Aug 2012 13:40:12 +0200 Subject: added speed & downloads label and some icons --- module/web/static/css/default/style.css | 41 +++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'module/web/static/css') diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css index 2757501e2..3fb1a5406 100644 --- a/module/web/static/css/default/style.css +++ b/module/web/static/css/default/style.css @@ -189,4 +189,45 @@ footer h2 { line-height: 16px; margin: 0; padding-bottom: 6px; +} + +.header_block input { + width: 26px; + height: 26px; +} +#speedmeter, #downloads{ + height: 26px; + margin: 0 2px 4px 2px; +} +.header-icon, #check_reconnecting, #check_downloading { + padding: 0; + margin: 0 3px 0 0; + float: left; + width: 26px; + height: 26px; +} +.header_text { + vertical-align:middle; + color: #FFFFFF; +} +#downloads_icon { + background: url("../../img/default/queue-icon-white.png"); +} +#speedmeter_icon{ + background: url("../../img/default/speed-icon-white.png"); +} + + +.pyload-icon-reconnecting-activated { + background: url("../../img/default/reconnecting-icon-green.png"); +} +.pyload-icon-reconnecting-deactivated { + background: url("../../img/default/reconnecting-icon-red.png"); +} + +.pyload-icon-downloading-activated { + background: url("../../img/default/downloading-icon-green.png"); +} +.pyload-icon-downloading-deactivated { + background: url("../../img/default/downloading-icon-red.png"); } \ No newline at end of file -- cgit v1.2.3