From ebf9926d52d89adea1c40c1530ae53672cfa821e Mon Sep 17 00:00:00 2001 From: xq2005 Date: Tue, 31 May 2011 07:30:44 +0000 Subject: [PATCH] add a green bottom border in tab area git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9716 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/css/style.css | 8 ++++---- xCAT-UI/js/nodes/nodes.js | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xCAT-UI/css/style.css b/xCAT-UI/css/style.css index a93469a68..aa2ca17e5 100644 --- a/xCAT-UI/css/style.css +++ b/xCAT-UI/css/style.css @@ -123,6 +123,10 @@ body { overflow: auto; } +#content .ui-widget-header{ + border-color: #4297D7 #4297D7 #7BB642; + border-width: 1px 1px 4px; +} /*--------------- Groups ---------------*/ #groups { width: 150px; @@ -167,10 +171,6 @@ body { display: inline-table; } -.ui-widget-header{ - border-color: #4297D7 #4297D7 #7BB642; - border-width: 1px 1px 4px; -} /*--------------- Info/warning bar ---------------*/ span.ui-icon-info { float: left; diff --git a/xCAT-UI/js/nodes/nodes.js b/xCAT-UI/js/nodes/nodes.js index 26967cb5d..2a0d02818 100644 --- a/xCAT-UI/js/nodes/nodes.js +++ b/xCAT-UI/js/nodes/nodes.js @@ -149,8 +149,8 @@ function loadGroups(data) { setNodesTab(tab); tab.init(); $('#nodes').append(tab.object()); - tab.add('nodesTab', 'Nodes', loader, false); - tab.add('graphTab', 'Graphical', '', false); + tab.add('nodesTab', 'Table View', loader, false); + tab.add('graphTab', 'Graphic View', '', false); $('#nodesPageTabs').bind('tabsselect', function(event, ui){ //for the graphical tab, we should check the graphical data first