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.

69 lines
1006 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-project .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.badges th {
  23. border-top: 0;
  24. color: #777777;
  25. font-weight: normal;
  26. font-size: 12px;
  27. padding-top: 32px;
  28. }
  29. #badges-json, #badges-shields {
  30. display: none;
  31. }
  32. #badges-shields label:first-child {
  33. margin: 20px 0 10px 0;
  34. }
  35. .json-response code {
  36. display: inline-block;
  37. background: #eee;
  38. padding: 3px;
  39. }
  40. .invite-suggestion {
  41. color: #888;
  42. }
  43. #suggestions-row td {
  44. border-top: 0;
  45. font-size: 85%;
  46. padding-top: 20px;
  47. }
  48. #team-table th {
  49. border-top: 0;
  50. }
  51. #transfer-request {
  52. border: 5px solid #ffdc3e;
  53. }
  54. #transfer-request .settings-block {
  55. padding: 20px;
  56. }