summaryrefslogtreecommitdiffstats
path: root/templates/sidebar.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-23 23:28:18 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-23 23:28:18 +0000
commit34238a29aade796f30911c567eace0e1518eb470 (patch)
tree4e0125bd53cc2f75f7a0536ea6479ec82e0ac0ce /templates/sidebar.inc.php
parent1d08ce31caa68f6da292493fa16432163cbbeddd (diff)
downloadampache-34238a29aade796f30911c567eace0e1518eb470.tar.gz
ampache-34238a29aade796f30911c567eace0e1518eb470.tar.bz2
ampache-34238a29aade796f30911c567eace0e1518eb470.zip
to keep infamys eyes from bleeding
Diffstat (limited to 'templates/sidebar.inc.php')
-rw-r--r--templates/sidebar.inc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php
index 5f5fdde1..e11e1b63 100644
--- a/templates/sidebar.inc.php
+++ b/templates/sidebar.inc.php
@@ -155,7 +155,7 @@ switch ($location['page']) {
<?php if ($GLOBALS['theme']['orientation'] != 'horizontal') { ?>
<li>
<form name="sub_random" method="post" enctype="multipart/form-data" action="<?php echo $web_path; ?>/song.php?action=random&amp;method=stream" style="Display:inline">
- <select name="random" style="width:9em;">
+ <select name="random" style="width:8.7em;">
<option value="1">1</option>
<option value="5" selected="selected">5</option>
<option value="10">10</option>
@@ -167,9 +167,9 @@ switch ($location['page']) {
<option value="1000">1000</option>
<option value="-1"><?php echo _("All"); ?></option>
</select>
- <?php show_genre_pulldown('genre','','','13','width:9em;'); ?>
+ <?php show_genre_pulldown('genre','','','13','width:8.7em;'); ?>
<br />
- <select name="random_type" style="width:9em;">
+ <select name="random_type" style="width:8.7em;">
<option value="Songs"><?php echo _("Songs"); ?></option>
<option value="Minutes"><?php echo _("Minutes"); ?></option>
<option value="Artists"><?php echo _("Artists"); ?></option>
@@ -177,7 +177,7 @@ switch ($location['page']) {
<option value="Less Played"><?php echo _("Less Played"); ?></option>
</select>
<br />
- <?php show_catalog_pulldown('catalog','width:9em;'); ?>
+ <?php show_catalog_pulldown('catalog','width:8.7em;'); ?>
<br />
<input class="smallbutton" type="submit" value="<?php echo _('Enqueue'); ?>" />
</form>