Guest User

Untitled

a guest
Jun 18th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. .field_with_errors {
  2. padding: 2px;
  3. margin: 2px;
  4.  
  5. input, textarea {
  6. background: #ffdfdf;
  7. }
  8. }
  9.  
  10. #errorExplanation {
  11. border: 2px solid #a00;
  12. padding: 7px;
  13. padding-bottom: 3px;
  14. margin-bottom: 20px;
  15. background-color: #f0f0f0;
  16. overflow: auto;
  17.  
  18. h2 {
  19. text-align: left;
  20. font-weight: bold;
  21. padding: 5px 5px 5px 15px;
  22. font-size: 12px;
  23. margin: -7px;
  24. background-color: #c00;
  25. color: #fff;
  26. }
  27.  
  28. p {
  29. color: #333;
  30. margin-top: 10px;
  31. margin-bottom: 0;
  32. padding: 5px;
  33. }
  34.  
  35. ul li {
  36. font-size: 12px;
  37. list-style: square;
  38. }
  39. }
Add Comment
Please, Sign In to add comment