forked from science-ation/science-ation
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:
parent
80264521dc
commit
bc646bc2dc
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user