css/default.css

- style info and error messages with a green (ul.flash-info) and red (ul.flash-error) border


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@476 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
Christian Boltz 16 years ago
parent 0dc5163eb1
commit ff193ba6fe

@ -44,6 +44,24 @@ table {
border: 1px solid #888888;
}
ul.flash-info {
border:2px solid #AFE1A6; /* medium green */
padding:1em;
max-width:730px;
margin-left:auto;
margin-right:auto;
list-style:none;
}
ul.flash-error {
border:2px solid #FF6347; /* tomato */
padding:1em;
max-width:730px;
margin-left:auto;
margin-right:auto;
list-style:none;
}
.error_msg {
color: #d01313;
}

Loading…
Cancel
Save