From a97bcd067a5f98cf2b842d8319066f0e6e56d341 Mon Sep 17 00:00:00 2001 From: NIKITA Date: Fri, 5 Nov 2010 14:42:15 -0700 Subject: [PATCH] Adding failed height is auto now --- ui/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/css/main.css b/ui/css/main.css index e776315e30e..7c6b0eff14e 100644 --- a/ui/css/main.css +++ b/ui/css/main.css @@ -2185,7 +2185,7 @@ a:hover.search_button { .midmenu_content{ width:220px; - height:35px; + height:auto; float:left; color:#333; text-align:left; @@ -2217,6 +2217,7 @@ a:hover.search_button { background:#ffe5e5 url(../images/errormsg_bg.gif) repeat-x top left; color:#a90000; height:auto; + border-bottom:1px dashed #999; } .midmenu_content.addingfailed span{