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 | |
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
-rw-r--r-- | themes/classic/templates/default.css | 6 | ||||
-rw-r--r-- | themes/greysme/templates/default.css | 8 | ||||
-rw-r--r-- | 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 @@ -<?php -/* - - Copyright (c) 2001 - 2007 Ampache.org - All rights reserved. - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License v2 - as published by the Free Software Foundation. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -*/ - -?> ;;;;;;;;;;;;;;;;;; ;<?php exit(); ?>; ;;;;;;;;;;;;;;;;;; @@ -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 |