summaryrefslogtreecommitdiffstats
path: root/themes/classic/templates
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2008-01-29 22:14:31 +0000
committerspocky <spocky@ampache>2008-01-29 22:14:31 +0000
commitf4bd8ffecab6a060252c93379b3c6b1763ab6392 (patch)
tree8b6630fd6f65488d02df4fb41b597a939dc47573 /themes/classic/templates
parent6b3505b20c0dd23d57e1efd607128cf57470ac54 (diff)
downloadampache-f4bd8ffecab6a060252c93379b3c6b1763ab6392.tar.gz
ampache-f4bd8ffecab6a060252c93379b3c6b1763ab6392.tar.bz2
ampache-f4bd8ffecab6a060252c93379b3c6b1763ab6392.zip
Moved star rating reset symbol to the left
Updated Greysme theme config file
Diffstat (limited to 'themes/classic/templates')
-rw-r--r--themes/classic/templates/default.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index 84808960..4c6d386d 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -407,7 +407,7 @@ a.button{padding:1px 3px;}
.star-rating .current-rating { z-index:1; background-position: left bottom; }
.star-rating a.star0 {
- left:80px;
+ left:0px;
width:16px;
background: url(../../../images/ratings/x_off.gif) left top;
}
@@ -419,7 +419,9 @@ a.button{padding:1px 3px;}
.dynamic-star-rating a:hover.star0 {
background: url(../../../images/ratings/x.gif) left top;
}
-
+.dynamic-star-rating ul {
+ left:16px;
+}
/************************************************/
/* Box Related Styles */