diff options
author | spocky <spocky@ampache> | 2008-01-29 22:14:31 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2008-01-29 22:14:31 +0000 |
commit | f4bd8ffecab6a060252c93379b3c6b1763ab6392 (patch) | |
tree | 8b6630fd6f65488d02df4fb41b597a939dc47573 /themes/greysme/templates/default.css | |
parent | 6b3505b20c0dd23d57e1efd607128cf57470ac54 (diff) | |
download | ampache-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/greysme/templates/default.css')
-rw-r--r-- | themes/greysme/templates/default.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css index 2a695830..2a25c82e 100644 --- a/themes/greysme/templates/default.css +++ b/themes/greysme/templates/default.css @@ -94,7 +94,7 @@ body { behavior:url("templates/csshover2.htc"); } /* float clearing for IE6 */
* html .clearfix{ height: 1%; overflow: visible; }
/* float clearing for IE7 */
-/* *+html .clearfix{ min-height: 1%; }*/
+/**+html .clearfix{ min-height: 1%; }*/
/* float clearing for everyone else */
.clearfix:after{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }
@@ -425,7 +425,7 @@ input[type=checkbox] { border:0;background:none; } .star-rating-reset {height:16px;}
.star-rating a.star0 {
- left:80px;
+ left:0px;
height:16px;
width:16px;
background: url(../images/ratings/x_off.gif) left top;
@@ -438,7 +438,9 @@ input[type=checkbox] { border:0;background:none; } .dynamic-star-rating a:hover.star0 {
background: url(../images/ratings/x.gif) left top;
}
-
+.dynamic-star-rating ul {
+ left:16px;
+}
/************************************************/
/* Box Related Styles */
|