summaryrefslogtreecommitdiffstats
path: root/module/web/media
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-03-01 19:47:27 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-03-01 19:47:27 +0100
commite4b1bc88a1e0fc88a8769860a32ccd342e278fb1 (patch)
tree8f00997a74e44808227fd73d47b71c4f6fa298b3 /module/web/media
parentwebinterface improvments + server crash fix (diff)
downloadpyload-e4b1bc88a1e0fc88a8769860a32ccd342e278fb1.tar.xz
webif. icons, storage.to fix
Diffstat (limited to 'module/web/media')
-rw-r--r--module/web/media/default/css/default.css5
-rw-r--r--module/web/media/default/img/reconnect.pngbin0 -> 755 bytes
2 files changed, 4 insertions, 1 deletions
diff --git a/module/web/media/default/css/default.css b/module/web/media/default/css/default.css
index 986e9a4bc..24bb9febf 100644
--- a/module/web/media/default/css/default.css
+++ b/module/web/media/default/css/default.css
@@ -968,7 +968,7 @@ a.urlextern {
background:transparent url(/media/default/img/external-10.2.png) no-repeat scroll right center;
padding:0 13px 0 0;
}
-a[href^="http://www.pyload.org"]:after, a.noextlink:after {
+a[href="http://www.pyload.org"]:after, a.noextlink:after {
background:none;
padding:0;
}
@@ -1008,6 +1008,9 @@ a.play {
a.time {
background:transparent url(/media/default/img/status_None.png) 0px 1px no-repeat;
}
+a.reconnect {
+ background:transparent url(/media/default/img/reconnect.png) 0px 1px no-repeat;
+}
a.play:hover {
background:transparent url(/media/default/img/control_play_blue.png) 0px 1px no-repeat;
}
diff --git a/module/web/media/default/img/reconnect.png b/module/web/media/default/img/reconnect.png
new file mode 100644
index 000000000..49b269145
--- /dev/null
+++ b/module/web/media/default/img/reconnect.png
Binary files differ