Changed the skin of xCAT.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7784 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
							
								
								
									
										3631
									
								
								xCAT-UI/css/jquery-ui-1.8.custom.css
									
									
									
									
										vendored
									
									
								
							
							
						
						| @@ -44,13 +44,15 @@ | ||||
| 	cursor: pointer; | ||||
| 	float: left; | ||||
| 	font: 14px verdana, arial, helvetica, sans-serif; | ||||
| 	color: #424242; | ||||
| 	font-weight: bold; | ||||
| 	color: #2E6E9E; | ||||
| 	padding: 11px 30px; | ||||
| 	cursor: pointer; | ||||
| } | ||||
|  | ||||
| #header ul a:hover { | ||||
| 	background-color: #A9D0F5; | ||||
| 	color: #E17009; | ||||
| } | ||||
|  | ||||
| /* User name and log out */	 | ||||
| @@ -111,6 +113,8 @@ body { | ||||
| #groups ul h3 { | ||||
| 	text-transform: uppercase; | ||||
| 	font: 12px verdana, arial, helvetica, sans-serif; | ||||
| 	font-weight: bold; | ||||
| 	color: #424242; | ||||
| 	display: inline-table; | ||||
| } | ||||
|  | ||||
| @@ -158,7 +162,7 @@ span.ui-icon-info { | ||||
| } | ||||
|  | ||||
| .ui-button:hover { | ||||
| 	background: url(../images/header-gloss-wave.png) 50% 50% repeat-x; | ||||
| 	background: url(../images/jquery/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% 50% repeat-x; | ||||
| } | ||||
|  | ||||
| /****************** Tabs ******************/ | ||||
| @@ -209,9 +213,9 @@ span.ui-icon-info { | ||||
| 	vertical-align: middle; | ||||
| } | ||||
|  | ||||
| .tab span a { | ||||
| .tab span a, .tab li a { | ||||
| 	text-decoration: none; | ||||
| 	color: #0000FF; | ||||
| 	cursor: pointer; | ||||
| } | ||||
|  | ||||
| .tab fieldset { | ||||
| @@ -247,17 +251,6 @@ span.ui-icon-info { | ||||
| 	margin: 0; | ||||
| } | ||||
|  | ||||
| .tab a { | ||||
| 	font: 12px verdana, arial, helvetica, sans-serif; | ||||
| 	text-decoration: none; | ||||
| 	color: #0000FF; | ||||
| 	cursor: pointer; | ||||
| } | ||||
|  | ||||
| .tab a:hover { | ||||
| 	color: #FF0000; | ||||
| } | ||||
|  | ||||
| .tab textarea { | ||||
| 	font: 12px verdana, arial, helvetica, sans-serif; | ||||
| 	border: solid 0px #BDBDBD; | ||||
| @@ -281,7 +274,8 @@ span.ui-icon-info { | ||||
| } | ||||
|  | ||||
| .actionBar a { | ||||
| 	color: #424242; | ||||
| 	color: #2E6E9E; | ||||
| 	font-weight: bold; | ||||
| 	cursor: pointer; | ||||
| } | ||||
|  | ||||
| @@ -539,6 +533,17 @@ span.ui-icon-info { | ||||
| 	height: 150px; | ||||
| } | ||||
|  | ||||
| table a { | ||||
| 	font: 12px verdana, arial, helvetica, sans-serif; | ||||
| 	text-decoration: none; | ||||
| 	color: #0000FF; | ||||
| 	cursor: pointer; | ||||
| } | ||||
|  | ||||
| table a:hover { | ||||
| 	color: #FF0000; | ||||
| } | ||||
|  | ||||
| .button { | ||||
| 	padding: 3px 10px; | ||||
| 	margin: 0 10px; | ||||
|   | ||||
| @@ -56,11 +56,11 @@ ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul { | ||||
| .sf-menu { | ||||
| 	float: left; | ||||
| 	margin-bottom: .5em; | ||||
| 	border: solid 1px #BDBDBD; | ||||
| 	border: 1px solid #79B7E7; | ||||
| 	-moz-border-radius: .5em; | ||||
| 	-webkit-border-radius: .5em; | ||||
| 	font-size: 12px; | ||||
| 	background: #E6E6E6 url(../images/jquery/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% | ||||
| 	background: #E6E6E6 url(../images/jquery/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% | ||||
| 		repeat-x; | ||||
| } | ||||
|  | ||||
| @@ -68,7 +68,7 @@ ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul { | ||||
| .sf-menu .sf-menu { | ||||
| 	float: left; | ||||
| 	margin-bottom: .5em; | ||||
| 	border: solid 1px #BDBDBD; | ||||
| 	border: 1px solid #79B7E7; | ||||
| 	-moz-border-radius: .5em; | ||||
| 	-webkit-border-radius: .5em; | ||||
| 	font-size: 12px; | ||||
| @@ -77,21 +77,21 @@ ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul { | ||||
| .sf-menu a { | ||||
| 	padding: .3em 1em; | ||||
| 	text-decoration: none; | ||||
| 	color: #424242; | ||||
| 	color: #2E6E9E; | ||||
| } | ||||
|  | ||||
| .sf-menu a,.sf-menu a:visited { | ||||
| 	color: #424242; | ||||
| 	color: #EB8724; | ||||
| } | ||||
|  | ||||
| /*** Hover ***/ | ||||
| .sf-menu li:hover,.sf-menu li.sfHover { | ||||
| 	background: url(../images/header-gloss-wave.png) 50% 50% repeat-x; | ||||
| 	background: url(../images/jquery/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; | ||||
| 	outline: 0; | ||||
| } | ||||
|  | ||||
| .sf-menu li a:hover { | ||||
| 	color: #424242; | ||||
| 	color: #E17009; | ||||
| } | ||||
|  | ||||
| /*** Arrows ***/ | ||||
|   | ||||
							
								
								
									
										
											BIN
										
									
								
								xCAT-UI/images/jquery/ui-bg_flat_55_fbf9ee_40x100.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 182 B | 
| Before Width: | Height: | Size: 120 B | 
| Before Width: | Height: | Size: 105 B | 
							
								
								
									
										
											BIN
										
									
								
								xCAT-UI/images/jquery/ui-bg_glass_75_d0e5f5_1x400.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 124 B | 
| Before Width: | Height: | Size: 111 B | 
| Before Width: | Height: | Size: 110 B | 
| Before Width: | Height: | Size: 107 B | 
							
								
								
									
										
											BIN
										
									
								
								xCAT-UI/images/jquery/ui-bg_glass_85_dfeffc_1x400.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 123 B | 
							
								
								
									
										
											BIN
										
									
								
								xCAT-UI/images/jquery/ui-bg_glass_95_fef1ec_1x400.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 119 B | 
							
								
								
									
										
											BIN
										
									
								
								xCAT-UI/images/jquery/ui-bg_gloss-wave_55_5c9ccc_500x100.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 3.4 KiB | 
| Before Width: | Height: | Size: 101 B | 
							
								
								
									
										
											BIN
										
									
								
								xCAT-UI/images/jquery/ui-bg_inset-hard_100_f5f8f9_1x100.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 104 B | 
							
								
								
									
										
											BIN
										
									
								
								xCAT-UI/images/jquery/ui-bg_inset-hard_100_fcfdfd_1x100.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 88 B | 
| Before Width: | Height: | Size: 123 B | 
| Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB | 
| Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB | 
| Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB | 
							
								
								
									
										
											BIN
										
									
								
								xCAT-UI/images/jquery/ui-icons_d8e7f3_256x240.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 4.3 KiB | 
							
								
								
									
										
											BIN
										
									
								
								xCAT-UI/images/jquery/ui-icons_f9bd01_256x240.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 4.3 KiB | 
| @@ -1702,6 +1702,10 @@ function loadDiskPoolTable(data) { | ||||
| 	// Get datatable | ||||
| 	var dTable = getDiskDataTable(); | ||||
| 	if (!dTable) { | ||||
| 		// Create info bar | ||||
| 		var info = createInfoBar('Shows DASD volume pools defined in the EXTENT CONTROL file.'); | ||||
| 		$('#' + tabID).append(info); | ||||
| 		 | ||||
| 		// Create disks section | ||||
| 		var fieldSet = $('<fieldset></fieldset>'); | ||||
| 		var legend = $('<legend>Disks</legend>'); | ||||
| @@ -1756,6 +1760,10 @@ function loadNetworkTable(data) { | ||||
| 	// Get datatable | ||||
| 	var dTable = getNetworkDataTable(); | ||||
| 	if (!dTable) { | ||||
| 		// Create info bar | ||||
| 		var info = createInfoBar('Shows LANs and VSWITCHes found by a given zHCP.'); | ||||
| 		$('#' + tabID).append(info); | ||||
| 		 | ||||
| 		// Create networks section | ||||
| 		var fieldSet = $('<fieldset></fieldset>'); | ||||
| 		var legend = $('<legend>Networks</legend>'); | ||||
|   | ||||
							
								
								
									
										982
									
								
								xCAT-UI/js/jquery/jquery-ui-1.8.custom.min.js
									
									
									
									
										vendored
									
									
								
							
							
						
						| @@ -173,7 +173,7 @@ function loadNetbootPage(tgtNodes) { | ||||
| 			statusBar.show(); | ||||
| 		} else { | ||||
| 			// Show warning message | ||||
| 			var warn = createWarnBar('You are missing some values'); | ||||
| 			var warn = createWarnBar('You are missing some inputs.'); | ||||
| 			warn.prependTo($(this).parent().parent()); | ||||
| 		} | ||||
| 	}); | ||||
|   | ||||