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.

organization.less 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. @import "../ui/var";
  2. .org-header-alert .alert {
  3. margin-top: 10px;
  4. }
  5. .org-header {
  6. padding: 16px 0;
  7. background-color: #FFF;
  8. border-bottom: 1px solid #DDD;
  9. img {
  10. padding-right: 10px;
  11. }
  12. }
  13. #org-home-header {
  14. min-height: 100px;
  15. }
  16. #org-header {
  17. height: 48px;
  18. .org-name {
  19. padding-left: 10px;
  20. font-size: 1.4em;
  21. height: 50px;
  22. line-height: 50px;
  23. margin-bottom: 0;
  24. }
  25. > div {
  26. > .menu-line {
  27. > li {
  28. &.right {
  29. > a {
  30. font-size: 1.2em;
  31. color: @dashboardHeaderLinkColor;
  32. &:hover {
  33. background-color: transparent;
  34. color: @dashboardHeaderLinkHoverColor;
  35. }
  36. .octicon {
  37. margin-right: 6px;
  38. }
  39. }
  40. .current {
  41. border-bottom: 2px solid #D26911;
  42. }
  43. }
  44. }
  45. }
  46. }
  47. }
  48. #org-home-header-info {
  49. padding-top: 10px;
  50. h2 {
  51. font-size: 30px;
  52. }
  53. ul {
  54. list-style: none;
  55. li {
  56. float: left;
  57. padding-right: 5px;
  58. }
  59. }
  60. }
  61. #org-home-repo-list {
  62. padding: 10px 0;
  63. }
  64. #org-repo-list {
  65. padding: 10px 0;
  66. .org-repo-item {
  67. border-top: 1px solid #eee;
  68. padding: 30px 20px;
  69. .org-repo-status {
  70. list-style: none;
  71. color: #888;
  72. li {
  73. float: left;
  74. margin-right: 6px;
  75. }
  76. }
  77. h2 {
  78. margin-bottom: 5px;
  79. }
  80. .org-repo-description {
  81. margin: 0;
  82. font-size: 14px;
  83. color: #666;
  84. }
  85. .org-repo-updated {
  86. font-size: 12px;
  87. display: block;
  88. margin: 5px 0 0;
  89. color: #808080;
  90. }
  91. }
  92. }
  93. .org-sidebar {
  94. margin: -80px 0 0 20px;
  95. .panel-footer {
  96. padding: .8em 1.2em;
  97. }
  98. .member-avatar-group {
  99. padding: 15px;
  100. img {
  101. width: 59px;
  102. height: 59px;
  103. border-radius: 3px;
  104. }
  105. }
  106. }
  107. #org-home-team-list {
  108. padding: 0 15px;
  109. ul {
  110. list-style: none;
  111. padding-top: 10px;
  112. li {
  113. padding: 10px 0;
  114. border-bottom: 1px solid #eee;
  115. &:last-child {
  116. border-bottom: 0;
  117. }
  118. }
  119. }
  120. }
  121. .team-name {
  122. display: block;
  123. font-size: 14px;
  124. overflow: hidden;
  125. text-overflow: ellipsis;
  126. white-space: nowrap;
  127. }
  128. .team-meta {
  129. margin-top: 0;
  130. margin-bottom: 0;
  131. color: #777;
  132. }
  133. .org-toolbar {
  134. padding: 10px 0;
  135. border-bottom: 1px solid #eee;
  136. }
  137. #org-member-list {
  138. .org-member-item {
  139. height: 50px;
  140. line-height: 50px;
  141. border-bottom: 1px solid #eee;
  142. padding: 15px 20px;
  143. .member-name {
  144. padding-left: 15px;
  145. }
  146. ul {
  147. list-style: none;
  148. li {
  149. text-align: center;
  150. display: inline-block;
  151. }
  152. }
  153. }
  154. }
  155. .invite-box {
  156. padding: 50px 0;
  157. min-height: 130px;
  158. margin: 0 auto;
  159. width: 50%;
  160. input {
  161. width: 300px;
  162. }
  163. }
  164. #org-member-list-block {
  165. padding-top: 2px;
  166. }
  167. .org-team-list {
  168. .org-team-list-item {
  169. float: left;
  170. padding: 15px;
  171. width: 555px;
  172. .member-avatar-group {
  173. padding: 5px 15px;
  174. img {
  175. width: 38px;
  176. height: 38px;
  177. border-radius: 3px;
  178. }
  179. }
  180. }
  181. }
  182. #team-create-form {
  183. .note {
  184. margin-left: 153px;
  185. }
  186. }
  187. #org-team-card {
  188. .desc {
  189. font-size: 14px;
  190. padding: 10px 20px;
  191. }
  192. .team-stats {
  193. padding: 0 20px 10px 20px;
  194. text-transform: uppercase;
  195. border-bottom: 1px solid #dddddd;
  196. }
  197. .panel-footer {
  198. padding: 10px 20px;
  199. }
  200. }
  201. #team-repositories-list,
  202. #team-members-list {
  203. .panel-body .search {
  204. padding: 4px 0 10px 10px;
  205. border-bottom: 1px solid #dddddd;
  206. }
  207. li {
  208. &.collab {
  209. padding-top: 10px !important;
  210. border-bottom: 1px solid #dddddd;
  211. }
  212. &:last-child {
  213. border-bottom: 0 !important;
  214. }
  215. }
  216. }
  217. #team-repositories-list {
  218. li {
  219. a .octicon {
  220. color: #888;
  221. }
  222. .member {
  223. color: @linkColor;
  224. font-size: 14px;
  225. height: 40px;
  226. line-height: 40px;
  227. }
  228. }
  229. }