From 905005d0e523c42fcbaa4d18f25d4a5187166315 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 16 Nov 2014 21:09:24 -0800 Subject: [PATCH] Nudge play-pause and working sprites to the perfect place --- index.html | 5 ++--- skin.js | 2 +- winamp.css | 10 +++++----- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index ebe06951..3d1b4587 100755 --- a/index.html +++ b/index.html @@ -23,9 +23,8 @@
-
-
-
+
+
diff --git a/skin.js b/skin.js index f3b0754a..0ec23586 100644 --- a/skin.js +++ b/skin.js @@ -11,7 +11,7 @@ SkinManager = { "#title-bar #close": "TITLEBAR.BMP", ".status #clutter-bar": "TITLEBAR.BMP", ".status #play-pause": "PLAYPAUS.BMP", - ".play .status #play-pause #work-indicator": "PLAYPAUS.BMP", + ".play .status #work-indicator": "PLAYPAUS.BMP", ".status #time #minus-sign": "NUMBERS.BMP", ".media-info .mono-stereo div": "MONOSTER.BMP", "#volume": "VOLUME.BMP", diff --git a/winamp.css b/winamp.css index 2db8e276..01869730 100755 --- a/winamp.css +++ b/winamp.css @@ -121,23 +121,23 @@ a:focus { outline: none; } .status #play-pause { position: absolute; top: 28px; - left: 24px; + left: 26px; height: 9px; width: 9px; /* background-image: PLAYPAUS.BMP via Javascript */ background-repeat: no-repeat; } -.play .status #play-pause #work-indicator { +.play .status #work-indicator { position: absolute; - top: 0px; - left: 0px; + top: 28px; + left: 24px; height: 9px; width: 3px; /* background-image: PLAYPAUS.BMP via Javascript */ background-position: -36px 0; } -.play .status #play-pause #work-indicator.selected { +.play .status #work-indicator.selected { background-position: -39px 0; }