summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-06-22 22:55:55 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-06-22 22:55:55 +0000
commit9687564ce0256f807373ee947b1b6a5f38ddbdfb (patch)
tree6a42572ffb1ab44c2b0fbc8dea48f2d0c36f76ff /templates
parent9cea34f7542a7f2ec73f4a6f1297a2af2ba1c6dd (diff)
downloadampache-9687564ce0256f807373ee947b1b6a5f38ddbdfb.tar.gz
ampache-9687564ce0256f807373ee947b1b6a5f38ddbdfb.tar.bz2
ampache-9687564ce0256f807373ee947b1b6a5f38ddbdfb.zip
cleaned up the now playing a little more, its still ugly
Diffstat (limited to 'templates')
-rw-r--r--templates/basestyle.inc.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/basestyle.inc.php b/templates/basestyle.inc.php
index e07a30fb..b27c6bdc 100644
--- a/templates/basestyle.inc.php
+++ b/templates/basestyle.inc.php
@@ -278,11 +278,15 @@
color: <?php echo conf('font_color3'); ?>;
border:1px solid <?php echo conf('base_color2'); ?>;
}
+ #nowplaying {
+ background: <?php echo conf('base_color1'); ?>;
+ }
.np_row {
- clear: both;
+ display:block;
+ background: <?php echo conf('base_color2'); ?>;
}
.np_cell {
- float: left;
+ display: inline;
margin: 10px;
}
-->