summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/menustyle.inc2
-rw-r--r--templates/show_preferences.inc2
-rw-r--r--templates/show_songs.inc2
3 files changed, 2 insertions, 4 deletions
diff --git a/templates/menustyle.inc b/templates/menustyle.inc
index 0739db85..30400615 100644
--- a/templates/menustyle.inc
+++ b/templates/menustyle.inc
@@ -212,7 +212,7 @@
}
#tablist {
padding: 3px 0;
- margin-left: 0;
+ margin: 12px 0 0 0;
border-bottom: 1px solid <?php echo conf('bg_color2'); ?>;
font: bold 12px Verdana, sans-serif;
}
diff --git a/templates/show_preferences.inc b/templates/show_preferences.inc
index f87d0378..e0c82225 100644
--- a/templates/show_preferences.inc
+++ b/templates/show_preferences.inc
@@ -54,8 +54,6 @@ if (($GLOBALS['user']->has_access(100)) AND ($user_id == '-1' AND conf('use_auth
<?php } ?>
</span>
-
-<ul>
<div id="tabcontainer">
<ul id="tablist">
<li <?php echo $tab_theme; ?>>
diff --git a/templates/show_songs.inc b/templates/show_songs.inc
index fcee00d3..1297d2b3 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 width="90px"><?php echo _("Rating"); ?></th>
+ <th width="90"><?php echo _("Rating"); ?></th>
<?php } ?>
</tr>
<?php