summaryrefslogtreecommitdiffstats
path: root/templates/show_now_playing.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-24 03:15:05 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-24 03:15:05 +0000
commitae70bce26c2f39da93c85a082602d58dcf13652e (patch)
tree0bf530733d44216846ad39f245bc238baf174cee /templates/show_now_playing.inc
parentcb12b4a8c948d901f6851a7eae032827b423704d (diff)
downloadampache-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.inc6
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>