Hello Everyone,
How can i make a System Error Container like in attachment.
#system-message {
margin: 0 0 5px;
}
#system-message dd ul {
list-style: outside none none !important;
}
#system-message dd {
background: none repeat scroll 0 0 #353636;
color: #fff;
font-size: 16px;
font-weight: 300;
margin: -30px -10px 40px;
padding: 5px 12px;
text-align: center;
}
#system-message dd.error {
background: none repeat scroll 0 0 #e55e48;
color: #fff;
}
#system-message dd.notice {
background: none repeat scroll 0 0 #418cd1;
color: #fff;
}
#system-message-container {
margin: 0;
padding: 0;
}