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:
		| @@ -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; | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user