summaryrefslogtreecommitdiffstats
path: root/themes/greysme/templates/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/greysme/templates/default.css')
-rw-r--r--themes/greysme/templates/default.css8
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 */