From 079c44c5e938edb321e007da509523b145ce1029 Mon Sep 17 00:00:00 2001 From: godofdream 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 ++++++++++++++++++ .../static/img/default/downloading-icon-green.png | Bin 0 -> 903 bytes .../static/img/default/downloading-icon-red.png | Bin 0 -> 896 bytes module/web/static/img/default/queue-icon-white.png | Bin 0 -> 647 bytes .../static/img/default/reconnecting-icon-green.png | Bin 0 -> 851 bytes .../static/img/default/reconnecting-icon-red.png | Bin 0 -> 842 bytes module/web/static/img/default/speed-icon-white.png | Bin 0 -> 904 bytes module/web/templates/default/base.html | 46 ++++++++++++++++++--- 8 files changed, 82 insertions(+), 5 deletions(-) create mode 100644 module/web/static/img/default/downloading-icon-green.png create mode 100644 module/web/static/img/default/downloading-icon-red.png create mode 100644 module/web/static/img/default/queue-icon-white.png create mode 100644 module/web/static/img/default/reconnecting-icon-green.png create mode 100644 module/web/static/img/default/reconnecting-icon-red.png create mode 100644 module/web/static/img/default/speed-icon-white.png (limited to 'module/web') 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 diff --git a/module/web/static/img/default/downloading-icon-green.png b/module/web/static/img/default/downloading-icon-green.png new file mode 100644 index 000000000..84e47dc3b Binary files /dev/null and b/module/web/static/img/default/downloading-icon-green.png differ diff --git a/module/web/static/img/default/downloading-icon-red.png b/module/web/static/img/default/downloading-icon-red.png new file mode 100644 index 000000000..ec66e56ef Binary files /dev/null and b/module/web/static/img/default/downloading-icon-red.png differ diff --git a/module/web/static/img/default/queue-icon-white.png b/module/web/static/img/default/queue-icon-white.png new file mode 100644 index 000000000..2dd520607 Binary files /dev/null and b/module/web/static/img/default/queue-icon-white.png differ diff --git a/module/web/static/img/default/reconnecting-icon-green.png b/module/web/static/img/default/reconnecting-icon-green.png new file mode 100644 index 000000000..93e3732f0 Binary files /dev/null and b/module/web/static/img/default/reconnecting-icon-green.png differ diff --git a/module/web/static/img/default/reconnecting-icon-red.png b/module/web/static/img/default/reconnecting-icon-red.png new file mode 100644 index 000000000..e97a10270 Binary files /dev/null and b/module/web/static/img/default/reconnecting-icon-red.png differ diff --git a/module/web/static/img/default/speed-icon-white.png b/module/web/static/img/default/speed-icon-white.png new file mode 100644 index 000000000..dc0fd6866 Binary files /dev/null and b/module/web/static/img/default/speed-icon-white.png differ diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index dc715bcbd..67d4f5b1c 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -13,6 +13,32 @@ + + {% block title %}pyLoad {{ _("Webinterface") }}{% endblock %} {% block head %} @@ -25,12 +51,22 @@ pyLoad
-
-
-
-
-
+ +
+
+
+ +
+
+
+ 250KiB/s +
+
+
+ 3/126/212 +
+
-- cgit v1.2.3