diff --git a/css/theme_right.css.php b/css/theme_right.css.php index a5755dca9..5df9fa84b 100644 --- a/css/theme_right.css.php +++ b/css/theme_right.css.php @@ -611,6 +611,7 @@ form.login label { border-top: 1px solid #000; border-bottom: 1px solid #000; background: #ccc; + white-space: nowrap; } #topmenu li, #topmenu2 li { display: inline-block; @@ -631,6 +632,10 @@ a.tabactive { font-weight: bolder; background: #aaa; } +ul#topmenu .submenu { + position: relative; + display: inline-block !important; /* Need to override style in code */ +} #topmenu .submenu ul { margin: 0; padding: 0;