summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-08 07:04:49 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-08 07:04:49 +0000
commit0c90a29b08ff8999ca0cfd5e5bea91e9fbb2d186 (patch)
treeb8344801e2c2ded5c5aaf73fdf9dc81540d45d4d /templates
parentc6cf91dc02eb142b145fe71846b1415c5a37afef (diff)
downloadampache-0c90a29b08ff8999ca0cfd5e5bea91e9fbb2d186.tar.gz
ampache-0c90a29b08ff8999ca0cfd5e5bea91e9fbb2d186.tar.bz2
ampache-0c90a29b08ff8999ca0cfd5e5bea91e9fbb2d186.zip
fixed a few more theme issues
Diffstat (limited to 'templates')
-rw-r--r--templates/menustyle.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/menustyle.inc b/templates/menustyle.inc
index 06139325..e9a999eb 100644
--- a/templates/menustyle.inc
+++ b/templates/menustyle.inc
@@ -97,7 +97,7 @@
border-right: 1px solid white;
/* float: left; /* use for horizontal menu; comment out otherwise */
padding: 5px 0px 5px 10px;
- width: 12em;
+ width: 10.5em;
background-color: <?php echo conf('row_color2'); ?>;
}
#sidebar a, .navbutton {
@@ -115,7 +115,7 @@
float: left;
position: absolute;
width: 9em;
- margin: -1.5em 0 0 9em; /* for vertical menu; comment out otherwise */
+ margin: -1.5em 0 0 10.5em; /* for vertical menu; comment out otherwise */
/* margin: 0.5em 0 0 -1.1em; /* for horizontal menu; comment out otherwise */
left: -999em; /* this -999em puts the submenu item way off to the left until it's called back by a hover (below) */