From 99135fd584977ca43e588ff00d6a0d65e17c3d59 Mon Sep 17 00:00:00 2001 From: Moises Machado Date: Fri, 3 Oct 2008 13:22:59 -0300 Subject: [PATCH] ActionItem748: fixed user menu in general css --- public/stylesheets/menu.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/public/stylesheets/menu.css b/public/stylesheets/menu.css index d0e84d8..b2ca01a 100644 --- a/public/stylesheets/menu.css +++ b/public/stylesheets/menu.css @@ -164,7 +164,7 @@ position: absolute; top: 3px; right: 170px; - width: 150px; + width: 200px; z-index: 100; } @@ -243,17 +243,19 @@ #user_menu_head { overflow: visible; cursor: default; + width: 100%; + overflow: hidden; } #user_menu_head span { position: relative; top: 1px; left: 1px; + font-weight: normal; } #user_menu_head, #user_box a#link_login { margin-left: 4px; - display: inline; } #user_menu a#link_login:hover { background: none; @@ -277,8 +279,8 @@ } #user_menu ul { - width: 150px; - max-width: 140px; + width: 200px; + max-width: 190px; height: 0px; position: relative; /* work arround IE Bug */ overflow: hidden; -- libgit2 0.21.2