This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2012-04-23 18:37:51 +00:00
|
|
|
/*message*/
|
|
|
|
|
2011-12-05 01:54:41 +00:00
|
|
|
.error{
|
2012-05-17 08:40:09 +00:00
|
|
|
color: #B94A48;
|
2011-12-05 01:54:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.notice, .message{
|
|
|
|
color:green;
|
|
|
|
}
|
|
|
|
|
|
|
|
.warning{
|
|
|
|
color:orange;
|
|
|
|
}
|
2012-08-13 10:45:02 +00:00
|
|
|
label#dyn_error {
|
|
|
|
|
|
|
|
margin-left: 50%;
|
|
|
|
}
|