From c7a90e106929924a492047317b65631aa893d31d Mon Sep 17 00:00:00 2001 From: john St Date: Thu, 18 Nov 2010 14:48:42 +0000 Subject: [PATCH] Overlay theme fix for MDL-25214 --- theme/overlay/style/core.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme/overlay/style/core.css b/theme/overlay/style/core.css index da5b8bb0b64..cb7248ee066 100644 --- a/theme/overlay/style/core.css +++ b/theme/overlay/style/core.css @@ -254,4 +254,12 @@ div.custom_menu_submenu li a { div.firstdockitem { margin-top: 30px; +} + +.headermenu .logininfo, .headermenu div, .headermenu form { + display: inline; +} + +.headermenu .logininfo { + padding-right: 5px; } \ No newline at end of file