diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-21 08:12:14 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-21 08:12:14 +0000 |
commit | 82e94fd071b42211c4d8a31ca080afbfa9669217 (patch) | |
tree | 081f47e051f9e5fd78db405212e5311d94290bf3 /templates/show_now_playing.inc | |
parent | a6bfd8f079a2e97f86a47023a59b22de79e89479 (diff) | |
download | ampache-82e94fd071b42211c4d8a31ca080afbfa9669217.tar.gz ampache-82e94fd071b42211c4d8a31ca080afbfa9669217.tar.bz2 ampache-82e94fd071b42211c4d8a31ca080afbfa9669217.zip |
fixed stretchy now playing
Diffstat (limited to 'templates/show_now_playing.inc')
-rw-r--r-- | templates/show_now_playing.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_now_playing.inc b/templates/show_now_playing.inc index a1168022..a970dd9b 100644 --- a/templates/show_now_playing.inc +++ b/templates/show_now_playing.inc @@ -37,7 +37,7 @@ foreach ($results as $item) { if (conf('use_auth')) { $result = $result.'<fullname>'.$np_user->fullname.'</fullname>';} else { $result = $result.'<fullname></fullname>'; } ?> - <div id='np_container_<?php echo $c; ?>' style="display: block; z-index: -10000;"> + <div id='np_container_<?php echo $c; ?>' style="width:43.5em; display: block; z-index: -10000;"> <?php if ($c==0) { ?> <table class="border" cellspacing="1" cellpadding="3" border="0" width="100%"> <tr class="table-header"> |