Skip to Content

CSS File

URL: https://www.razvitie21vek.com/assets/components/ajaxform/css/default.css
HTTP Status: 200 OK
MIME Type: text/css
Last Modified: Wed, 09 Sep 2020 10:09:28 GMT
Download Time: Less than a second
Cookies: None
Size: 1 KB
Rules: 8 style rules
Imports: 0 stylesheets
HTTP Headers:  9 headers
Links In:  1 pages
Links Out:  0 links
Images:  0 images
CSS:  1 files
JavaScript:  0 files
OK Issues: No issues found

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}