diff --git a/ui/new/css/main.css b/ui/new/css/main.css index f401e040e10..0a024a9e72e 100644 --- a/ui/new/css/main.css +++ b/ui/new/css/main.css @@ -2340,36 +2340,40 @@ a:hover.search_button { width:100%; height:auto; float:left; - border-bottom:1px solid #CCC; + border-bottom:1px solid #efefef; margin:0; padding:0; } .content_tabs { width:101px; - height:13px; + height:15px; float:left; font-size:11px; margin:0 0 0 2px; text-align:center; - padding:4px 0 0 0; + padding:6px 0 0 0; display:inline; + } .content_tabs.on { - background:url(../images/contenttab_selected.gif) no-repeat top left; + background:url(../images/contenttab_selected.gif) no-repeat bottom left; color:#0d4861; + + } .content_tabs.off { - background:url(../images/contenttab_unselected.gif) no-repeat top left; + background:url(../images/contenttab_unselected.gif) no-repeat bottom left; color:#FFF; cursor:pointer; cursor:hand; + } .content_tabs.off:hover { - background:url(../images/contenttab_unselected_hover.gif) no-repeat top left; + background:url(../images/contenttab_unselected_hover.gif) no-repeat bottom left; color:#FFF; cursor:pointer; cursor:hand; diff --git a/ui/new/images/contenttab_selected.gif b/ui/new/images/contenttab_selected.gif index bc60b415d71..34c6fc18e11 100644 Binary files a/ui/new/images/contenttab_selected.gif and b/ui/new/images/contenttab_selected.gif differ diff --git a/ui/new/jsp/volume.jsp b/ui/new/jsp/volume.jsp index 965ea7e57c5..2046a559112 100644 --- a/ui/new/jsp/volume.jsp +++ b/ui/new/jsp/volume.jsp @@ -7,15 +7,8 @@ CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale); %> - -
+ +