config-check.css 434 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .logo {
  2. margin-bottom: .5em;
  3. }
  4. .table {
  5. padding: 5px;
  6. margin: 1em 0 0 0;
  7. }
  8. .checklist {
  9. min-height: 200px;
  10. }
  11. .caption {
  12. padding-left: .5em;
  13. }
  14. .component {
  15. font-weight: bold;
  16. width: 20%;
  17. }
  18. .error {
  19. color: red;
  20. }
  21. .description {
  22. width: 300px;
  23. }
  24. .check {
  25. background: #dff0d8 url("../images/accept.png") no-repeat center;
  26. }
  27. .footer {
  28. margin: inherit;
  29. width: inherit;
  30. bottom: 0;
  31. }