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
This commit is contained in:
xq2005 2011-05-31 07:30:44 +00:00
parent a156947be9
commit ebf9926d52
2 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -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