From c8c3af67484d3e18aab9cf47c5f9c66518726eed Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 12 Aug 2012 16:45:52 +0200 Subject: revert to last revision --- module/web/static/css/default/style.css | 55 ++++++--------------------------- 1 file changed, 10 insertions(+), 45 deletions(-) (limited to 'module/web/static/css/default') diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css index 862b2d2c7..232733b95 100644 --- a/module/web/static/css/default/style.css +++ b/module/web/static/css/default/style.css @@ -117,10 +117,18 @@ header img.logo { .header_block { float: right; - margin: 8px 8px 0; + margin: 12px 12px 0; font-family: SansationRegular, sans-serif; color: #ffffff; } +.icon_info { + padding-bottom: 5px; +} + +.icon_info img { + margin-bottom: -4px; + padding-right: 5px; +} #notification_div { position: absolute; @@ -140,48 +148,6 @@ header img.logo { font-family: sans-serif } -#speedmeter, #downloads{ - height: 26px; - margin: 0 2px 4px 2px; -} -.header-icon, #check_reconnecting, #check_downloading{ - padding: 0; - margin: 0 4px 3px 0; - float: left; - width: 26px; - height: 26px; -} -.header_text { - vertical-align: middle; -} -#downloads_icon { - background: url("../../img/default/queue-icon-white.png"); -} -#speedmeter_icon { - background: url("../../img/default/speed-icon-white.png"); -} -#button_settings { - background: url("../../img/default/gear-icon-white.png"); -} -#button_user { - background: url("../../img/default/user-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"); -} - - /* Footer */ @@ -243,5 +209,4 @@ footer h2 { line-height: 16px; margin: 0; padding-bottom: 6px; -} - +} \ No newline at end of file -- cgit v1.2.3