diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-24 03:15:05 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-24 03:15:05 +0000 |
commit | ae70bce26c2f39da93c85a082602d58dcf13652e (patch) | |
tree | 0bf530733d44216846ad39f245bc238baf174cee /templates/default.css | |
parent | cb12b4a8c948d901f6851a7eae032827b423704d (diff) | |
download | ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.tar.gz ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.tar.bz2 ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.zip |
more updates to the theme stuff
Diffstat (limited to 'templates/default.css')
-rw-r--r-- | templates/default.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/default.css b/templates/default.css index d8fb9ccc..d94cd4f0 100644 --- a/templates/default.css +++ b/templates/default.css @@ -327,7 +327,7 @@ div#sidebar{ /* Styles for Now Playing */ #nowplaying{ clear: all; - margin: 10px; + width: 625px; } #np_container1{ @@ -427,7 +427,7 @@ margin-right:5em; width: 80px; height: 15px; position: relative; - background: url(images/ratings/star_rating.gif) top left repeat-x; + background: url(../images/ratings/star_rating.gif) top left repeat-x; } .star-rating li{ padding:0px; @@ -445,18 +445,18 @@ margin-right:5em; padding: 0px; } .star-rating li a:hover{ - background: url(images/ratings/star_rating.gif) left center; + background: url(../images/ratings/star_rating.gif) left center; z-index: 2; left: 0px; } li.zero-stars a:hover { - background: url(images/ratings/x.gif); + background: url(../images/ratings/x.gif); height: 15px; left: 80px; display: block; } a.zero-stars { - background: url(images/ratings/x_off.gif); + background: url(../images/ratings/x_off.gif); height: 15px; left: 80px; display: block; @@ -492,7 +492,7 @@ a.five-stars:hover{ width: 80px; } li.current-rating{ - background: url(images/ratings/star_rating.gif) left bottom; + background: url(../images/ratings/star_rating.gif) left bottom; position: absolute; height: 15px; display: block; @@ -504,7 +504,7 @@ li.current-rating{ padding:0px; background: #f7f7f7; } -.box #box-title { +.box-title { border-bottom: solid 1px; #000000; font-weight: bold; } |