diff --git a/ui/css/main.css b/ui/css/main.css index c15efea3a58..b9ffd5a11b2 100644 --- a/ui/css/main.css +++ b/ui/css/main.css @@ -254,7 +254,7 @@ a:hover { #main { - min-width:960px; + min-width:980px; width:100%; min-height:1000px; height:auto; @@ -1233,7 +1233,7 @@ a:hover { #main_header { - min-width:960px; + min-width:980px; width:100%; height:44px; float:left; @@ -1411,7 +1411,7 @@ a:hover { } #main_contentpanel { - min-width:960px; + min-width:980px; width:100%; min-height:1000px; height:100%; @@ -3046,6 +3046,7 @@ a:hover.search_button { margin:-27px 0 0 0; bottom:0; padding:0; + z-index:1000; } .footer_testprovisiongtool{ @@ -3218,7 +3219,7 @@ a:hover.search_button { background:url(../images/grid_headerbg.gif) repeat-x top left; margin:0; padding:0; - z-index:999; + z-index:100; } .grid_header_cell { diff --git a/ui/jsp/dashboard.jsp b/ui/jsp/dashboard.jsp index 4a4c53c68db..4bcc16667bc 100644 --- a/ui/jsp/dashboard.jsp +++ b/ui/jsp/dashboard.jsp @@ -27,11 +27,11 @@