Serveur preprod f0c0c48223 first push
2016-04-14 16:14:31 +02:00

29 lines
740 B
CSS
Executable File

.fancybox-skin .conf,
.fancybox-skin .warn,
.fancybox-skin .error {
border-radius: 3px;
color: #383838;
font-size: 12px;
font-weight: normal;
line-height: 20px;
margin: 0 0 10px;
min-height: 28px;
padding: 13px 5px 5px 40px;
}
.fancybox-skin .error {
background: url("../img/admin/icon-cancel.png") no-repeat scroll 6px 6px #FFBABA;
border: 1px solid #CC0000;
color: #D8000C;
}
.fancybox-skin .conf a, .fancybox-skin .warn a, .fancybox-skin .error a {
color: #D8000C;
font-weight: bold;
}
.fancybox-skin .warn {
background-color: #FFEBCC;
border-bottom: 1px solid #FF9900;
border-top: 1px solid #FF9900;
line-height: 20px;
margin: 0 0 15px;
padding: 10px 20px;
}