Add the proper classes to use for the new message notifications.. and make the borders bigger so they stand out more hopefully

This commit is contained in:
james 2009-09-18 19:49:22 +00:00
parent 80264521dc
commit bc646bc2dc

View File

@ -327,7 +327,19 @@ div.notice_area div.notice {
padding: 0.1em 0;
text-align: center;
position: relative;
font-size: 1.2em;
font-size: 1.5em;
}
div.notice_area div.error {
border: 3px solid red;
color: red;
background-color: #FF9999;
}
div.notice_area div.happy {
border: 3px solid green;
color: green;
background-color: #99FF99;
}
/* The popup windows created with jquery-ui use the following classes: