summaryrefslogtreecommitdiffstats
path: root/module/web/static/css/default/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/static/css/default/style.css')
-rw-r--r--module/web/static/css/default/style.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css
index 232733b95..0e7c5d98d 100644
--- a/module/web/static/css/default/style.css
+++ b/module/web/static/css/default/style.css
@@ -209,4 +209,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