You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
633 B

8 years ago
8 years ago
8 years ago
8 years ago
  1. .settings-title {
  2. padding-bottom: 24px;
  3. }
  4. .settings-block {
  5. padding: 24px;
  6. }
  7. .settings-block h2 {
  8. margin: 0;
  9. padding-bottom: 24px;
  10. }
  11. #badges-description, #b-format {
  12. margin-bottom: 24px;
  13. }
  14. .page-profile .icon-ok {
  15. color: #5cb85c;
  16. }
  17. #close-account {
  18. margin-left: 24px;
  19. border-color: #d43f3a;
  20. color: #d43f3a;
  21. }
  22. #close-account:hover {
  23. background-color: #ffebea;
  24. }
  25. .table td.overall-status {
  26. border-top: 0;
  27. }
  28. .table td.have-tags {
  29. padding-top: 32px;
  30. }
  31. #badges-json {
  32. display: none;
  33. }
  34. .json-response code {
  35. display: inline-block;
  36. background: #eee;
  37. padding: 3px;
  38. }