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.

129 lines
2.2 KiB

  1. @import "../ui/var";
  2. #admin-wrapper,
  3. #setting-wrapper {
  4. padding-bottom: 100px;
  5. }
  6. #setting-menu {
  7. box-sizing: border-box;
  8. li > a {
  9. border-left: 2px solid #FFF;
  10. background-color: #FFF;
  11. }
  12. li:hover {
  13. a {
  14. border-left: 2px solid #EFEFEF;
  15. background-color: #EFEFEF !important;
  16. color: #000 !important;
  17. }
  18. border-color: #EAEAEA;
  19. }
  20. li.current {
  21. a {
  22. color: #000 !important;
  23. font-weight: bold;
  24. border-left: 2px solid #d26911;
  25. }
  26. }
  27. }
  28. .setting-content {
  29. margin-left: 32px;
  30. }
  31. #auth-setting-form,
  32. #org-setting-form,
  33. #repo-setting-form,
  34. #user-profile-form,
  35. .repo-setting-form {
  36. background-color: #FFF;
  37. padding: 30px 0;
  38. textarea {
  39. margin-left: 4px;
  40. height: 100px;
  41. }
  42. label,
  43. .form-label {
  44. width: 240px;
  45. }
  46. .ipt {
  47. width: 360px;
  48. }
  49. .field {
  50. margin-bottom: 24px;
  51. }
  52. }
  53. #hook-type {
  54. padding: 10px 0 0 0;
  55. background-color: #fff;
  56. .field {
  57. margin-bottom: 24px;
  58. }
  59. label {
  60. width: 240px;
  61. }
  62. }
  63. #repo-hooks-panel,
  64. #repo-hooks-history-panel,
  65. #user-social-panel,
  66. #user-applications-panel,
  67. #user-ssh-panel {
  68. margin-bottom: 20px;
  69. .setting-list {
  70. background-color: #FFF;
  71. li {
  72. padding: 8px 20px;
  73. border-bottom: 1px solid #eaeaea;
  74. &.ssh:hover {
  75. background-color: #ffffEE;
  76. }
  77. i {
  78. padding-right: 5px;
  79. }
  80. }
  81. }
  82. .active-icon {
  83. width: 10px;
  84. height: 10px;
  85. border-radius: 6px;
  86. padding: 0;
  87. margin-right: 20px;
  88. margin-top: 10px;
  89. }
  90. .ssh-content {
  91. margin-left: 24px;
  92. .octicon {
  93. margin-right: 4px;
  94. }
  95. .print,
  96. .access,
  97. .activity {
  98. color: #888;
  99. }
  100. .access {
  101. max-width: 500px;
  102. }
  103. }
  104. .ssh-btn {
  105. margin-top: 6px;
  106. }
  107. }
  108. .form-settings-add {
  109. .panel-body {
  110. background-color: #FFF;
  111. padding: 30px 0;
  112. }
  113. .ipt {
  114. width: 500px;
  115. }
  116. textarea {
  117. height: 120px;
  118. margin-left: 3px;
  119. }
  120. .field {
  121. margin-bottom: 24px;
  122. }
  123. }