You are here

modernizr.admin.css in Modernizr 7.3

Same filename and directory in other branches
  1. 8 css/modernizr.admin.css

Administrative CSS for Modernizr module.

File

css/modernizr.admin.css
View source
  1. /**
  2. * @file
  3. * Administrative CSS for Modernizr module.
  4. */
  5. body.page-admin-config-development-modernizr .modernizr-tests {
  6. margin-left: 2em;
  7. }
  8. body.page-admin-config-development-modernizr .modernizr-tests h3 {
  9. float: left;
  10. clear: left;
  11. margin: 0 1em 1em 0;
  12. }
  13. body.page-admin-config-development-modernizr .modernizr-tests p.desc {
  14. float: left;
  15. margin: 0;
  16. }
  17. body.page-admin-config-development-modernizr div.download-modernizr {
  18. float: none;
  19. clear: both;
  20. padding-top: 1em;
  21. }
  22. /**
  23. * Styles for Test API. Based on whether our current Modernizr lib is in sync
  24. * with the latest Test API settings.
  25. */
  26. body.page-admin-config-development-modernizr .modernizr-tests h3.not-included {
  27. font-weight: bold;
  28. color: #d02;
  29. }
  30. body.page-admin-config-development-modernizr .modernizr-tests h3.not-included::after {
  31. content: " (missing)";
  32. font-size: .7em;
  33. vertical-align: top;
  34. position: relative;
  35. top: -2px;
  36. }