1@import url('./lib/jquery.jgrowl.min.css');
2.af-message-success { background-color: green !important; }
3.af-message-error { background-color: brown !important; }
4.af-message-info { background-color: black !important; }
5.ajax_form.af_example {
6 width: 100%;
7}
8.ajax_form.af_example .controls input,
9.ajax_form.af_example .controls textarea {
10 width: 100%;
11}
12.ajax_form .error {
13 color: brown;
14}
15@media screen and (min-width: 320px) {
16 .ajax_form.af_example .controls button[type="submit"] {
17 float: right;
18 }
19}
20@media screen and (max-width: 320px) {
21 .ajax_form.af_example .controls button {
22 width: 100%;
23 margin-top: 5px;
24 }
25}