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/show_now_playing.inc | |
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/show_now_playing.inc')
-rw-r--r-- | templates/show_now_playing.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_now_playing.inc b/templates/show_now_playing.inc index 77f68dea..ab5773f5 100644 --- a/templates/show_now_playing.inc +++ b/templates/show_now_playing.inc @@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. if (count($results)) { ?> -<table class="box" cellspacing="0" cellpadding="0"> +<table class="box" cellspacing="0" cellpadding="0" style="width:625px;"> <tr> <td class="box-left-top"></td> <td class="box-top"></td> @@ -37,7 +37,7 @@ if (count($results)) { </tr> <tr> <td class="box-left" rowspan="2"></td> - <td id="box-title"><?php echo _('Now Playing'); ?></td> + <td class="box-title"><?php echo _('Now Playing'); ?></td> <td class="box-right" rowspan="2"></td> </tr> <tr><td style="padding-top:3px;"> @@ -57,7 +57,7 @@ foreach ($results as $item) { </td></tr> <tr> <td class="box-left-bottom"></td> - <td class="box-bottom"></td> + <td class="box-bottom" style="width:100%;"></td> <td class="box-right-bottom"></td> </tr> </table> |