Newer
Older
Digital_Repository / OARiNZ / DIY / deb_package / eprints-3.0 / lib / static / style / auto / messages.css

/* Message styles - used to provide alerts and errors */

.ep_msg_message, .ep_msg_warning, .ep_msg_error {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ep_msg_message_icon, .ep_msg_warning_icon, .ep_msg_error_icon {
	padding: 10px;
}
/*

Not currently using titles

.ep_msg_message_title {
	color: #70cf70;
	padding: 2px 10px 2px 10px;
}
.ep_msg_error_title {
	color: #ff8080;
	padding: 2px 10px 2px 10px;
}
.ep_msg_warning_title {
	color: #cf9070;
	padding: 2px 10px 2px 10px;
}

*/

.ep_msg_message_content {
	background-image: url(/style/images/green_back.png);
	border: solid 1px #80ff80;
}

.ep_msg_error_content {
	background-image: url(/style/images/red_back.png);
	border: solid 1px #ffc0c0;
}

.ep_msg_warning_content {
	background-image: url(/style/images/orange_back.png);
	border: solid 1px #ffc080;
}