summaryrefslogtreecommitdiffstats
path: root/templates/show_songs.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-18 08:39:13 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-18 08:39:13 +0000
commite2a9f3e557eda5a76abff96bb8b48432a8962e97 (patch)
tree95bcee3be52e73d439aebcef43c81526f1de0e8e /templates/show_songs.inc
parent5f8db40a3247a38644a8aa07e62b1e6e4a71b1f5 (diff)
downloadampache-e2a9f3e557eda5a76abff96bb8b48432a8962e97.tar.gz
ampache-e2a9f3e557eda5a76abff96bb8b48432a8962e97.tar.bz2
ampache-e2a9f3e557eda5a76abff96bb8b48432a8962e97.zip
fixed the 0 rating hover and removed some redudent definitions from the stylesheet
Diffstat (limited to 'templates/show_songs.inc')
-rw-r--r--templates/show_songs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_songs.inc b/templates/show_songs.inc
index 5a474b0e..f3dfa9a1 100644
--- a/templates/show_songs.inc
+++ b/templates/show_songs.inc
@@ -45,7 +45,7 @@ if (is_object($playlist) && ($GLOBALS['user']->username == $playlist->user || $G
<th><?php echo _("Genre"); ?></th>
<th><?php echo _("Action"); ?></th>
<?php if (conf('ratings') || conf('ratings')=="false") { ?>
- <th><?php echo _("Rating"); ?></th>
+ <th width="90px"><?php echo _("Rating"); ?></th>
<? } ?>
</tr>
<?php