From 13626f556a9c239922a2c93ae5d331374ee22bfc Mon Sep 17 00:00:00 2001 From: NIKITA Date: Wed, 27 Oct 2010 19:26:02 -0700 Subject: [PATCH] Midmenu box has restricted height now --- ui/new/css/main.css | 8 +++++--- ui/new/index.jsp | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ui/new/css/main.css b/ui/new/css/main.css index 8967697836f..93de1d09cfe 100644 --- a/ui/new/css/main.css +++ b/ui/new/css/main.css @@ -2167,7 +2167,7 @@ a:hover.search_button { .midmenu_content{ width:220px; - height:auto; + height:35px; float:left; color:#333; text-align:left; @@ -2224,24 +2224,26 @@ a:hover.search_button { .midmenu_textbox p { width:165px; - height:auto; + height:13px; float:left; text-align:left; font-weight:normal; font-size:11px; margin:3px 0 0 0; padding:0; + overflow:hidden; } .midmenu_textbox span { width:165px; - height:auto; + height:13px; float:left; text-align:left; font-weight:normal; font-size:10px; margin:3px 0 0 0; padding:0; + overflow:hidden; } .midmenu_emptymsgbox { diff --git a/ui/new/index.jsp b/ui/new/index.jsp index d06bb93580b..9e83513106f 100644 --- a/ui/new/index.jsp +++ b/ui/new/index.jsp @@ -737,10 +737,10 @@ long milliseconds = new Date().getTime();
-

+

 

- +