Просмотр файла templates/web/stylemsg.css

Размер файла: 805B
.msg-box {
	padding-right: 350px;
        height: 200px;
        width: 100%; 		
	background: url("images/palma.gif") no-repeat;	
}
.msg {
	width: 380px;
	margin: 10px auto;              		
}
.msg h2 {
        margin: 0;
	padding: 7px 10px 3px;
        background: url("images/border-radius.gif") top left no-repeat;			        	       	
}
.msg p {
	margin: 0;	
	padding: 0 10px 3px;	
	border: 1px solid #FFFF00;
        border-width: 0 1px;		        		
}
.info {	
	padding: 3px 0 7px;		
	background:url("images/border-radius.gif") bottom left no-repeat;
}
.confirm, .cancel {
	padding: 0 30px;
}
.confirm:hover, .cancel:hover {
        border: 1px solid #FFFF00;
	background-image: url("images/confirm.gif");
	background-repeat: no-repeat; 
	background-position: right;
}