From b7dc2b76e0c65864085e99db3dd5e6cca94811c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 Feb 2011 23:03:08 +0100 Subject: [PATCH] Fix submenu layout --- css/theme_right.css.php | 5 +++++ 1 file changed, 5 insertions(+) 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;