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.

52 lines
777 B

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. .page-profile .icon-ok {
  12. color: #5cb85c;
  13. }
  14. #close-account, #remove-project {
  15. margin-left: 24px;
  16. border-color: #d43f3a;
  17. color: #d43f3a;
  18. }
  19. #close-account:hover, #remove-project:hover {
  20. background-color: #ffebea;
  21. }
  22. .table td.overall-status {
  23. border-top: 0;
  24. }
  25. .table.badges th {
  26. border-top: 0;
  27. color: #777777;
  28. font-weight: normal;
  29. font-size: 12px;
  30. padding-top: 32px;
  31. }
  32. #badges-json, #badges-shields {
  33. display: none;
  34. }
  35. #badges-shields label:first-child {
  36. margin: 20px 0 10px 0;
  37. }
  38. .json-response code {
  39. display: inline-block;
  40. background: #eee;
  41. padding: 3px;
  42. }