mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	Class change for close button in zone wizard popup
This commit is contained in:
		
							parent
							
								
									a804b1283f
								
							
						
					
					
						commit
						2caa6f4247
					
				@ -299,9 +299,9 @@ a:hover {
 | 
				
			|||||||
.vmpopup_container_closebutton {
 | 
					.vmpopup_container_closebutton {
 | 
				
			||||||
	width:13px;
 | 
						width:13px;
 | 
				
			||||||
	height:13px;
 | 
						height:13px;
 | 
				
			||||||
	float:right;
 | 
						float:left;
 | 
				
			||||||
	background:url(../images/vm_closebutton.gif) no-repeat top left;
 | 
						background:url(../images/vm_closebutton.gif) no-repeat top left;
 | 
				
			||||||
	margin:8px 10px 0 0;
 | 
						margin:8px 0 0 0;
 | 
				
			||||||
	padding:0;
 | 
						padding:0;
 | 
				
			||||||
	cursor:pointer;
 | 
						cursor:pointer;
 | 
				
			||||||
	cursor:hand;
 | 
						cursor:hand;
 | 
				
			||||||
@ -312,6 +312,23 @@ a:hover {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.zonepopup_container_closebutton {
 | 
				
			||||||
 | 
						width:13px;
 | 
				
			||||||
 | 
						height:13px;
 | 
				
			||||||
 | 
						float:left;
 | 
				
			||||||
 | 
						background:url(../images/vm_closebutton.gif) no-repeat top left;
 | 
				
			||||||
 | 
						margin:8px 0 0 0;
 | 
				
			||||||
 | 
						padding:0;
 | 
				
			||||||
 | 
						cursor:pointer;
 | 
				
			||||||
 | 
						cursor:hand;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.zonepopup_container_closebutton:hover {
 | 
				
			||||||
 | 
						background:url(../images/vm_closebutton_hover.gif) no-repeat top left;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.vmpopup_container_top {
 | 
					.vmpopup_container_top {
 | 
				
			||||||
	width:737px;
 | 
						width:737px;
 | 
				
			||||||
	height:30px;
 | 
						height:30px;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user