diff options
-rwxr-xr-x | docs/CHANGELOG | 1 | ||||
-rw-r--r-- | templates/menustyle.inc | 4 | ||||
-rw-r--r-- | themes/burgundy/templates/style.inc | 4 | ||||
-rw-r--r-- | themes/classic/theme.cfg.php | 2 |
4 files changed, 6 insertions, 5 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 6dfbb66c..f1601863 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,7 @@ -------------------------------------------------------------------------- v.3.3.2-Beta1 + - Fixed some minor theme issues with the built in themes - Fixed some RSS problems, and linked it on header (Thx pb1dft) - Fixed bug where you couldn't delete admin users because of an overzelous permission check 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) */ diff --git a/themes/burgundy/templates/style.inc b/themes/burgundy/templates/style.inc index da89d7fc..1eaff7f6 100644 --- a/themes/burgundy/templates/style.inc +++ b/themes/burgundy/templates/style.inc @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2005 Ampache.org + Copyright (c) 2001 - 2006 Ampache.org All rights reserved. This program is free software; you can redistribute it and/or @@ -201,7 +201,7 @@ background: <?php echo conf('base_color2'); ?>; } /* These three lines make a menu horizontal */ - #content { float: left; } + #content { float: left; clear: both;} #sidebar li { float: left; } #sidebar li ul { margin: 0.5em 0 0 -1.1em; } /** diff --git a/themes/classic/theme.cfg.php b/themes/classic/theme.cfg.php index 3597c20e..19134e4d 100644 --- a/themes/classic/theme.cfg.php +++ b/themes/classic/theme.cfg.php @@ -35,7 +35,7 @@ orientation = "vertical" # If this is set to simple the sub menu's will only be shown when you're on one of the # respective pages. If you want to make the menu's something like the classic theme # comment this out -submenu = "simple" +#submenu = "simple" # Theme Colors ################### |