summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-06-24 16:22:23 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-06-24 16:22:23 +0000
commit35a129dbb7eba6ac9078286ff343a8a8db5c5089 (patch)
tree4f38c7b4e5cfab4d0f9220b4ebc78c0df9d3bd69 /templates
parent8e6cd377be0a7f4a569c54316bdb882a714e2c7c (diff)
downloadampache-35a129dbb7eba6ac9078286ff343a8a8db5c5089.tar.gz
ampache-35a129dbb7eba6ac9078286ff343a8a8db5c5089.tar.bz2
ampache-35a129dbb7eba6ac9078286ff343a8a8db5c5089.zip
few more stylesheet tweaks and added ability to have print_tags mail tags@ampache.org
Diffstat (limited to 'templates')
-rw-r--r--templates/basestyle.inc.php5
-rw-r--r--templates/show_now_playing_row.inc.php3
2 files changed, 6 insertions, 2 deletions
diff --git a/templates/basestyle.inc.php b/templates/basestyle.inc.php
index b27c6bdc..0a5d4905 100644
--- a/templates/basestyle.inc.php
+++ b/templates/basestyle.inc.php
@@ -284,10 +284,15 @@
.np_row {
display:block;
background: <?php echo conf('base_color2'); ?>;
+ padding-top: 3px;
+ padding-bottom: 3px;
}
.np_cell {
display: inline;
margin: 10px;
}
+ #bigdaddy {
+ padding: 5px;
+ }
-->
</style>
diff --git a/templates/show_now_playing_row.inc.php b/templates/show_now_playing_row.inc.php
index 5a5c93f7..a02b59c6 100644
--- a/templates/show_now_playing_row.inc.php
+++ b/templates/show_now_playing_row.inc.php
@@ -37,8 +37,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
<?php if (conf('play_album_art')) { ?>
<div class="np_cell">
<a target="_blank" href="<?php echo $web_path; ?>/albumart.php?id=<?php echo $song->album; ?>&amp;type=popup" onclick="popup_art('<?php echo $web_path; ?>/albumart.php?id=<?php echo $song->album; ?>&amp;type=popup'); return false;">
- <img align="middle" border="0" src="<?php echo $web_path; ?>/albumart.php?id=<?php echo $song->album; ?>&amp;fast=1&amp;thumb=1" alt="Album Art" height="75" />
- </a>
+ <img align="middle" border="0" src="<?php echo $web_path; ?>/albumart.php?id=<?php echo $song->album; ?>&amp;fast=1&amp;thumb=1" alt="Album Art" height="75" /></a>
</div>
<?php } // end play album art ?>
</div>