From f4bd8ffecab6a060252c93379b3c6b1763ab6392 Mon Sep 17 00:00:00 2001 From: spocky Date: Tue, 29 Jan 2008 22:14:31 +0000 Subject: Moved star rating reset symbol to the left Updated Greysme theme config file --- themes/classic/templates/default.css | 6 ++++-- themes/greysme/templates/default.css | 8 +++++--- themes/greysme/theme.cfg.php | 28 +++------------------------- 3 files changed, 12 insertions(+), 30 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 */ 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 */ diff --git a/themes/greysme/theme.cfg.php b/themes/greysme/theme.cfg.php index 431f98b3..e840dace 100644 --- a/themes/greysme/theme.cfg.php +++ b/themes/greysme/theme.cfg.php @@ -1,25 +1,3 @@ - ;;;;;;;;;;;;;;;;;; ;; ;;;;;;;;;;;;;;;;;; @@ -40,7 +18,7 @@ ; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ; ;;;;;;;;;;;;;;;;;;;;;;;;;;; -; Greysme Ampache Theme +; Alternate Ampache Theme ;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Theme Name @@ -53,14 +31,14 @@ name = "Greysme" ; This is just a way of giving credit to the ; person who actually created this theme ; DEFAULT: N/A -author = "SPocKy" +author = "Spocky" ; Theme Maintainer ; This is just a way of listing who is responsible for ; maintaining this theme incase it's not working right ; please include an e-mail address so you can be contacted ; DEFAULT: N/A -maintainer = "SPocKy" +maintainer = "Spocky" ; Orientation ; This was added as of 3.3.2-Alpha4, this tells Ampache if this theme -- cgit