summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-21 08:12:14 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-21 08:12:14 +0000
commit82e94fd071b42211c4d8a31ca080afbfa9669217 (patch)
tree081f47e051f9e5fd78db405212e5311d94290bf3 /templates
parenta6bfd8f079a2e97f86a47023a59b22de79e89479 (diff)
downloadampache-82e94fd071b42211c4d8a31ca080afbfa9669217.tar.gz
ampache-82e94fd071b42211c4d8a31ca080afbfa9669217.tar.bz2
ampache-82e94fd071b42211c4d8a31ca080afbfa9669217.zip
fixed stretchy now playing
Diffstat (limited to 'templates')
-rw-r--r--templates/show_now_playing.inc2
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">