organization.less 3.8 KB

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