diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-04 02:45:03 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-06-04 02:45:03 +0000 |
commit | 19276f57a9eeacae7829629baa35fcb28d77419f (patch) | |
tree | 35c2d658e6cb4e3b9e1a1706e0e3d3ab8af88f0d /themes/classic | |
parent | 848a1bc5388301e128cb5c2c4d8dcb5d06721bb4 (diff) | |
download | ampache-19276f57a9eeacae7829629baa35fcb28d77419f.tar.gz ampache-19276f57a9eeacae7829629baa35fcb28d77419f.tar.bz2 ampache-19276f57a9eeacae7829629baa35fcb28d77419f.zip |
fixed genre and artist view... mostly also fixed batch downloads
Diffstat (limited to 'themes/classic')
-rw-r--r-- | themes/classic/templates/default.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index 739bd692..30852a31 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -66,7 +66,7 @@ input { /* Header */ /************************************************/ #topbar { - height: 80px; + height: 85px; padding: 3px 0 0 10px; } #topbarright { @@ -90,7 +90,9 @@ input { /* Footer */ /************************************************/ #footer { - margin: 0 0 10px 150px; + float:right; + margin:5px; + font-size:10px; } #footer p { color:#999; @@ -153,10 +155,8 @@ input { /* Content block */ /************************************************/ #content { - top:90px; - float: none; + float:left; margin:7px 0 0 135px; - /* background:#fff url(../images/bg_content.gif) repeat-y right top; */ } h3#content_title{ font: 12px/32px Arial,Helvetica,Sans-Serif; |