_repository.less 18 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184
  1. .repository {
  2. @mega-octicon-width: 30px;
  3. padding-top: 15px;
  4. padding-bottom: @footer-margin * 2;
  5. .head {
  6. .column {
  7. padding-top: 5px!important;
  8. padding-bottom: 5px!important;
  9. }
  10. .ui.compact.menu {
  11. margin-left: 1rem;
  12. }
  13. .ui.header {
  14. margin-top: 0;
  15. }
  16. .mega-octicon {
  17. width: @mega-octicon-width;
  18. font-size: 30px;
  19. }
  20. .ui.huge.breadcrumb {
  21. font-weight: 300;
  22. font-size: 1.7rem;
  23. }
  24. .fork-flag {
  25. margin-left: @mega-octicon-width + 8px;
  26. display: block;
  27. font-size: 12px;
  28. line-height: 10px;
  29. white-space: nowrap;
  30. }
  31. }
  32. .navbar {
  33. .ui.label {
  34. margin-top: -2px;
  35. margin-left: 7px;
  36. padding: 3px 5px;
  37. }
  38. }
  39. .owner.dropdown {
  40. min-width: 40% !important;
  41. }
  42. .metas {
  43. .menu {
  44. max-height: 300px;
  45. overflow-x: auto;
  46. }
  47. .ui.list {
  48. .hide {
  49. display: none!important;
  50. }
  51. .label.color {
  52. padding: 0 8px;
  53. margin-right: 5px;
  54. }
  55. a {
  56. padding-top: 5px;
  57. padding-right: 10px;
  58. .text {
  59. color: #444;
  60. &:hover {
  61. color: #000;
  62. }
  63. }
  64. }
  65. }
  66. }
  67. .filter.menu {
  68. .label.color {
  69. margin-left: 15px;
  70. padding: 0 8px;
  71. }
  72. .octicon {
  73. float: left;
  74. margin-left: -5px;
  75. margin-right: -7px;
  76. }
  77. .menu {
  78. max-height: 300px;
  79. overflow-x: auto;
  80. right: 0!important;
  81. left: auto!important;
  82. }
  83. .dropdown.item {
  84. margin: 1px;
  85. padding-right: 0;
  86. }
  87. }
  88. .ui.tabs {
  89. &.container {
  90. margin-top: 14px;
  91. margin-bottom: 0px;
  92. .ui.menu {
  93. border-bottom: none;
  94. }
  95. }
  96. &.divider {
  97. margin-top: 0;
  98. margin-bottom: 20px;
  99. }
  100. }
  101. #clone-panel {
  102. margin-top: -8px;
  103. width: 100%;
  104. input {
  105. border-radius: 0;
  106. padding: 5px 10px;
  107. }
  108. .clone.button {
  109. font-size: 13px;
  110. padding: 0 5px;
  111. &:first-child {
  112. border-radius: .28571429rem 0 0 .28571429rem;
  113. }
  114. }
  115. .icon.button {
  116. padding: 0 10px;
  117. }
  118. .dropdown .menu {
  119. right: 0!important;
  120. left: auto!important;
  121. }
  122. }
  123. &.file.list {
  124. #repo-desc {
  125. font-size: 1.2em;
  126. }
  127. .choose.reference {
  128. .header .icon {
  129. font-size: 1.4em;
  130. }
  131. }
  132. #repo-files-table {
  133. thead {
  134. th {
  135. padding-top: 8px;
  136. padding-bottom: 5px;
  137. font-weight: normal;
  138. &:first-child {
  139. display: block;
  140. position: relative;
  141. width: 325%;
  142. }
  143. }
  144. .ui.avatar {
  145. margin-bottom: 5px;
  146. }
  147. }
  148. tbody {
  149. .icon {
  150. margin-left: 3px;
  151. margin-right: 5px;
  152. }
  153. }
  154. td {
  155. padding-top: 8px;
  156. padding-bottom: 8px;
  157. }
  158. tr:hover {
  159. background-color: #ffffEE;
  160. }
  161. }
  162. #file-content {
  163. .header {
  164. .icon {
  165. font-size: 1em;
  166. margin-top: -2px;
  167. }
  168. }
  169. .view-raw {
  170. * {
  171. width: 100%;
  172. }
  173. img {
  174. padding: 5px 5px 0 5px;
  175. }
  176. }
  177. .code-view {
  178. * {
  179. font-size: 13px;
  180. font-family: monospace;
  181. line-height: 20px;
  182. }
  183. table {
  184. width: 100%;
  185. }
  186. .lines-num {
  187. vertical-align: top;
  188. text-align: right;
  189. color: #999;
  190. background: #f5f5f5;
  191. width: 1%;
  192. span {
  193. font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  194. line-height: 20px;
  195. padding: 0 10px;
  196. cursor: pointer;
  197. display: block;
  198. }
  199. }
  200. .lines-num,
  201. .lines-code {
  202. padding: 0;
  203. pre,
  204. ol,
  205. .hljs {
  206. background-color: white;
  207. margin: 0;
  208. padding: 0 !important;
  209. li {
  210. padding-left: 5px;
  211. &.active {
  212. background: #ffffdd;
  213. }
  214. }
  215. }
  216. }
  217. }
  218. }
  219. .sidebar {
  220. padding-left: 0;
  221. .octicon {
  222. width: 16px;
  223. }
  224. }
  225. }
  226. &.options {
  227. #interval {
  228. width: 100px!important;
  229. min-width: 100px;
  230. }
  231. .danger {
  232. .item {
  233. padding: 20px 15px;
  234. }
  235. .ui.divider {
  236. margin: 0;
  237. }
  238. }
  239. }
  240. @comment-avatar-width: 3em;
  241. &.new.issue {
  242. .comment.form {
  243. .comment {
  244. .avatar {
  245. width: @comment-avatar-width;
  246. }
  247. }
  248. .content {
  249. margin-left: 4em;
  250. .markdown {
  251. font-size: 14px;
  252. }
  253. }
  254. .metas {
  255. min-width: 220px;
  256. .filter.menu {
  257. max-height: 300px;
  258. overflow-x: auto;
  259. }
  260. }
  261. }
  262. }
  263. &.view.issue {
  264. .title {
  265. padding-bottom: 0!important;
  266. h1 {
  267. font-weight: 300;
  268. font-size: 3rem;
  269. margin-bottom: 5px;
  270. .ui.input {
  271. font-size: 0.5em;
  272. vertical-align: top;
  273. width: 50%;
  274. min-width: 600px;
  275. input {
  276. font-size: 1.5em;
  277. padding: 6px 10px;
  278. }
  279. }
  280. }
  281. .index {
  282. font-weight: 300;
  283. color: #aaa;
  284. letter-spacing: -1px;
  285. }
  286. .label {
  287. margin-right: 10px;
  288. }
  289. .edit-zone {
  290. margin-top: 10px;
  291. }
  292. }
  293. .pull-desc {
  294. code {
  295. color: #0166E6;
  296. }
  297. }
  298. .pull {
  299. &.tabular.menu {
  300. margin-bottom: 10px;
  301. .octicon {
  302. margin-right: 5px;
  303. }
  304. }
  305. &.tab.segment {
  306. border: none;
  307. padding: 0;
  308. padding-top: 10px;
  309. box-shadow: none;
  310. background-color: inherit;
  311. }
  312. .merge.box {
  313. .avatar {
  314. margin-left: 10px;
  315. margin-top: 10px;
  316. }
  317. }
  318. }
  319. .comment-list {
  320. &:before {
  321. display: block;
  322. content: "";
  323. position: absolute;
  324. margin-top: 12px;
  325. margin-bottom: 14px;
  326. top: 0;
  327. bottom: 0;
  328. left: 96px;
  329. width: 2px;
  330. background-color: #f3f3f3;
  331. z-index: -1;
  332. }
  333. .comment {
  334. .avatar {
  335. width: @comment-avatar-width;
  336. }
  337. .tag {
  338. color: #767676;
  339. margin-top: 3px;
  340. padding: 2px 5px;
  341. font-size: 12px;
  342. border: 1px solid rgba(0,0,0,0.1);
  343. border-radius: 3px;
  344. }
  345. .actions {
  346. .item {
  347. float: left;
  348. }
  349. a.item {
  350. margin-top: 6px;
  351. margin-left: 10px;
  352. }
  353. }
  354. .content {
  355. margin-left: 4em;
  356. .header {
  357. font-weight: normal;
  358. padding: auto 15px;
  359. color: #767676;
  360. background-color: #f7f7f7;
  361. border-bottom: 1px solid #eee;
  362. border-top-left-radius: 3px;
  363. border-top-right-radius: 3px;
  364. .text {
  365. max-width: 78%;
  366. padding-top: 10px;
  367. padding-bottom: 10px;
  368. }
  369. }
  370. .markdown {
  371. font-size: 14px;
  372. }
  373. .no-content {
  374. color: #767676;
  375. font-style: italic;
  376. }
  377. > .bottom.segment {
  378. background: #f3f4f5;
  379. .ui.image {
  380. max-height: 150px;
  381. }
  382. }
  383. }
  384. .ui.form {
  385. .field:first-child {
  386. clear: none;
  387. }
  388. .tab.segment {
  389. border: none;
  390. padding: 0;
  391. padding-top: 10px;
  392. }
  393. textarea {
  394. height: 200px;
  395. }
  396. }
  397. .edit.buttons {
  398. margin-top: 10px;
  399. }
  400. }
  401. .event {
  402. position: relative;
  403. margin: 15px 0 15px 79px;
  404. padding-left: 25px;
  405. .octicon {
  406. width: 30px;
  407. float: left;
  408. margin-left: -36px;
  409. text-align: center;
  410. &.octicon-circle-slash {
  411. margin-top: 5px;
  412. font-size: 20px;
  413. color: #bd2c00;
  414. }
  415. &.octicon-primitive-dot {
  416. font-size: 30px;
  417. color: #6cc644;
  418. }
  419. &.octicon-bookmark {
  420. margin-top: 3px;
  421. font-size: 25px;
  422. }
  423. }
  424. .detail {
  425. font-size: 0.9rem;
  426. margin-top: 5px;
  427. margin-left: 35px;
  428. .octicon {
  429. &.octicon-git-commit {
  430. margin-top: 2px;
  431. }
  432. }
  433. }
  434. }
  435. }
  436. .ui.segment.metas {
  437. margin-top: -3px;
  438. }
  439. }
  440. .comment.form {
  441. .ui.comments {
  442. margin-top: -12px;
  443. max-width: 100%;
  444. }
  445. .content {
  446. .field:first-child {
  447. clear: none;
  448. }
  449. .tab.segment {
  450. border: none;
  451. padding: 0;
  452. padding-top: 10px;
  453. }
  454. textarea {
  455. height: 200px;
  456. }
  457. }
  458. }
  459. .label.list {
  460. list-style: none;
  461. padding-top: 15px;
  462. .item {
  463. padding-top: 10px;
  464. padding-bottom: 10px;
  465. border-bottom: 1px dashed #AAA;
  466. a {
  467. font-size: 15px;
  468. padding-top: 5px;
  469. padding-right: 10px;
  470. color: #666;
  471. &:hover {
  472. color: #000;
  473. }
  474. &.open-issues {
  475. margin-right: 30px;
  476. }
  477. }
  478. }
  479. }
  480. .milestone.list {
  481. list-style: none;
  482. padding-top: 15px;
  483. > .item {
  484. padding-top: 10px;
  485. padding-bottom: 10px;
  486. border-bottom: 1px dashed #AAA;
  487. > a {
  488. padding-top: 5px;
  489. padding-right: 10px;
  490. color: #000;
  491. &:hover {
  492. color: #4078c0;
  493. }
  494. }
  495. .ui.progress {
  496. width: 40%;
  497. padding: 0;
  498. border: 0;
  499. margin: 0;
  500. .bar {
  501. height: 20px;
  502. }
  503. }
  504. .meta {
  505. color: #999;
  506. padding-top: 5px;
  507. .issue-stats .octicon{
  508. padding-left: 5px;
  509. }
  510. .overdue {
  511. color: red;
  512. }
  513. }
  514. .operate {
  515. margin-top: -15px;
  516. > a {
  517. font-size: 15px;
  518. padding-top: 5px;
  519. padding-right: 10px;
  520. color: #666;
  521. &:hover {
  522. color: #000;
  523. }
  524. }
  525. }
  526. .content {
  527. padding-top: 10px;
  528. }
  529. }
  530. }
  531. &.new.milestone {
  532. textarea {
  533. height: 200px;
  534. }
  535. #deadline {
  536. width: 150px;
  537. }
  538. }
  539. &.compare.pull {
  540. .choose.branch {
  541. .octicon {
  542. padding-right: 10px;
  543. }
  544. }
  545. }
  546. .filter.dropdown .menu {
  547. margin-top: 1px!important;
  548. }
  549. &.commits {
  550. .header {
  551. .ui.right {
  552. .search {
  553. input {
  554. font-weight: normal;
  555. padding: 5px 10px;
  556. }
  557. }
  558. }
  559. }
  560. }
  561. .diff-detail-box {
  562. margin: 15px 0;
  563. line-height: 30px;
  564. ol {
  565. clear: both;
  566. padding-left: 0;
  567. margin-top: 5px;
  568. margin-bottom: 28px;
  569. li {
  570. list-style: none;
  571. padding-bottom: 4px;
  572. margin-bottom: 4px;
  573. border-bottom: 1px dashed #DDD;
  574. padding-left: 6px;
  575. }
  576. }
  577. span.status{
  578. display: inline-block;
  579. width: 12px;
  580. height: 12px;
  581. margin-right: 8px;
  582. vertical-align: middle;
  583. &.modify {
  584. background-color: #f0db88;
  585. }
  586. &.add {
  587. background-color: #b4e2b4;
  588. }
  589. &.del {
  590. background-color: #e9aeae;
  591. }
  592. &.rename {
  593. background-color: #dad8ff;
  594. }
  595. }
  596. }
  597. .diff-box {
  598. .count {
  599. margin-right: 12px;
  600. .bar {
  601. background-color: #e75316;
  602. height: 12px;
  603. width: 40px;
  604. display: inline-block;
  605. margin: 2px 4px 0 4px;
  606. vertical-align: text-top;
  607. .add {
  608. background-color: #77c64a;
  609. height: 12px;
  610. }
  611. }
  612. }
  613. .file {
  614. color: #888;
  615. }
  616. }
  617. .diff-file-box {
  618. .header {
  619. border-bottom: 1px solid #d4d4d5!important;
  620. }
  621. .file-body.file-code {
  622. .lines-num {
  623. text-align: right;
  624. color: #999;
  625. background: #fafafa;
  626. width: 1%;
  627. }
  628. .lines-num-old {
  629. border-right: 1px solid #DDD;
  630. }
  631. }
  632. .code-diff {
  633. font-size: 13px;
  634. td {
  635. padding: 0;
  636. border-top: none;
  637. }
  638. pre {
  639. margin: 0;
  640. }
  641. .lines-num {
  642. border-right: 1px solid #d4d4d5;
  643. padding: 0 5px;
  644. }
  645. tbody {
  646. tr {
  647. &.tag-code {
  648. td, pre {
  649. background-color: #E0E0E0 !important;
  650. border-color: #ADADAD!important;
  651. }
  652. // td.selected-line, td.selected-line pre {
  653. // background-color: #ffffdd !important;
  654. // }
  655. }
  656. // &.same-code {
  657. // td.selected-line, td.selected-line pre {
  658. // background-color: #ffffdd !important;
  659. // }
  660. // }
  661. &.del-code {
  662. td, pre {
  663. background-color: #ffe2dd !important;
  664. border-color: #e9aeae !important;
  665. }
  666. // td.selected-line, td.selected-line pre {
  667. // background-color: #ffffdd !important;
  668. // }
  669. }
  670. &.add-code {
  671. td, pre {
  672. background-color: #d1ffd6 !important;
  673. border-color: #b4e2b4 !important;
  674. }
  675. // td.selected-line, td.selected-line pre {
  676. // background-color: #ffffdd !important;
  677. // }
  678. }
  679. &:hover {
  680. td {
  681. background-color: #FFF8D2 !important;
  682. border-color: #F0DB88 !important;
  683. }
  684. pre {
  685. background-color: transparent !important;
  686. }
  687. }
  688. }
  689. }
  690. }
  691. &.file-content {
  692. img {
  693. max-width: 100%;
  694. padding: 5px 5px 0 5px;
  695. }
  696. }
  697. }
  698. .code-view {
  699. overflow: auto;
  700. overflow-x: auto;
  701. overflow-y: hidden;
  702. }
  703. &.quickstart {
  704. .guide {
  705. .item {
  706. padding: 1em;
  707. small {
  708. font-weight: normal;
  709. }
  710. }
  711. .clone.button:first-child {
  712. border-radius: .28571429rem 0 0 .28571429rem;
  713. }
  714. .ui.action.small.input {
  715. width: 100%;
  716. }
  717. #repo-clone-url {
  718. border-radius: 0;
  719. padding: 5px 10px;
  720. font-size: 1.2em;
  721. }
  722. }
  723. }
  724. &.release {
  725. #release-list {
  726. border-top: 1px solid #DDD;
  727. margin-top: 20px;
  728. padding-top: 15px;
  729. >li {
  730. list-style: none;
  731. .meta,
  732. .detail {
  733. padding-top: 30px;
  734. padding-bottom: 40px;
  735. }
  736. .meta {
  737. text-align: right;
  738. position: relative;
  739. .tag:not(.icon) {
  740. display: block;
  741. margin-top: 15px;
  742. }
  743. .commit {
  744. display: block;
  745. margin-top: 10px;
  746. }
  747. }
  748. .detail {
  749. border-left: 1px solid #DDD;
  750. .author {
  751. img {
  752. margin-bottom: -3px;
  753. }
  754. }
  755. .download {
  756. margin-top: 20px;
  757. >a {
  758. .octicon {
  759. margin-left: 5px;
  760. margin-right: 5px;
  761. }
  762. }
  763. .list {
  764. padding-left: 0;
  765. border-top: 1px solid #eee;
  766. li {
  767. list-style: none;
  768. display: block;
  769. padding-top: 8px;
  770. padding-bottom: 8px;
  771. border-bottom: 1px solid #eee;
  772. }
  773. }
  774. }
  775. .dot {
  776. width: 9px;
  777. height: 9px;
  778. background-color: #ccc;
  779. z-index: 999;
  780. position: absolute;
  781. display: block;
  782. left: -5px;
  783. top: 40px;
  784. border-radius: 6px;
  785. border: 1px solid #FFF;
  786. }
  787. }
  788. }
  789. }
  790. }
  791. &.new.release {
  792. .target {
  793. min-width: 500px;
  794. .at {
  795. margin-left: -5px;
  796. margin-right: 5px;
  797. }
  798. .dropdown.icon {
  799. margin: 0;
  800. padding-top: 3px;
  801. }
  802. .selection.dropdown {
  803. padding-top: 10px;
  804. padding-bottom: 10px;
  805. }
  806. }
  807. .prerelease.field {
  808. margin-bottom: 0;
  809. }
  810. }
  811. &.watchers {
  812. .list {
  813. padding: 0;
  814. .item {
  815. list-style: none;
  816. width: 32%;
  817. margin: 10px 10px 10px 0;
  818. padding-bottom: 14px;
  819. float: left;
  820. .avatar {
  821. width: 48px;
  822. height: 48px;
  823. float: left;
  824. display: block;
  825. margin-right: 10px;
  826. }
  827. .name {
  828. margin-top: 0;
  829. margin-bottom: 0;
  830. font-weight: normal;
  831. }
  832. .meta {
  833. margin-top: 5px;
  834. }
  835. }
  836. }
  837. }
  838. &.forks {
  839. .list {
  840. margin-top: 0;
  841. .item {
  842. padding-top: 10px;
  843. padding-bottom: 10px;
  844. border-bottom: 1px solid #DDD;
  845. .ui.avatar {
  846. float: left;
  847. margin-right: 5px;
  848. }
  849. .link {
  850. padding-top: 5px;
  851. }
  852. }
  853. }
  854. }
  855. &.wiki {
  856. &.start {
  857. .ui.segment {
  858. padding-top: 70px;
  859. padding-bottom: 100px;
  860. .mega-octicon {
  861. font-size: 48px;
  862. }
  863. }
  864. }
  865. &.new {
  866. .CodeMirror {
  867. .CodeMirror-code .cm-comment {
  868. background: inherit;
  869. }
  870. }
  871. .editor-preview {
  872. background-color: white;
  873. }
  874. }
  875. &.view {
  876. .choose.page {
  877. margin-top: -5px;
  878. }
  879. .ui.sub.header {
  880. text-transform: none;
  881. }
  882. .markdown {
  883. padding: 15px 30px;
  884. h1, h2, h3, h4, h5, h6 {
  885. &:first-of-type {
  886. margin-top: 0;
  887. }
  888. }
  889. }
  890. }
  891. }
  892. &.settings {
  893. &.collaboration {
  894. .collaborator.list {
  895. padding: 0;
  896. .item {
  897. padding: 10px 20px;
  898. &:not(:last-child) {
  899. border-bottom: 1px solid #DDD;
  900. }
  901. }
  902. }
  903. #repo-collab-form {
  904. #search-user-box {
  905. .results {
  906. left: 7px;
  907. }
  908. }
  909. .ui.button {
  910. margin-left: 5px;
  911. margin-top: -3px;
  912. }
  913. }
  914. }
  915. }
  916. }
  917. // End of .repository
  918. #search-repo-box,
  919. #search-user-box {
  920. .results {
  921. padding: 0;
  922. position: absolute;
  923. .item {
  924. padding: 10px 15px;
  925. border-bottom: 1px solid #DDD;
  926. cursor: pointer;
  927. &:hover {
  928. background: rgba(0,0,0,.05)!important;
  929. color: rgba(0,0,0,.95)!important;
  930. }
  931. img {
  932. margin-right: 8px;
  933. }
  934. }
  935. }
  936. }
  937. .issue.list {
  938. list-style: none;
  939. padding-top: 15px;
  940. >.item {
  941. padding-top: 15px;
  942. padding-bottom: 10px;
  943. border-bottom: 1px dashed #AAA;
  944. .title {
  945. color: #444;
  946. font-size: 15px;
  947. font-weight: bold;
  948. margin: 0 6px;
  949. &:hover {
  950. color: #000;
  951. }
  952. }
  953. .comment {
  954. padding-right: 10px;
  955. color: #666;
  956. }
  957. .desc {
  958. padding-top: 5px;
  959. color: #999;
  960. a.milestone {
  961. padding-left: 5px;
  962. color: #999!important;
  963. &:hover {
  964. color: #000!important;
  965. }
  966. }
  967. .assignee {
  968. margin-top: -5px;
  969. margin-right: 5px;
  970. }
  971. }
  972. }
  973. }
  974. .page.buttons {
  975. padding-top: 15px;
  976. }
  977. .ui.comments {
  978. .dropzone {
  979. width: 100%;
  980. margin-bottom: 10px;
  981. border: 2px dashed #0087F7;
  982. box-shadow: none!important;
  983. .dz-error-message {
  984. top: 140px;
  985. }
  986. }
  987. }
  988. .settings {
  989. .content {
  990. margin-top: 2px;
  991. >.header,
  992. .segment {
  993. box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  994. }
  995. }
  996. .key.list {
  997. .item:not(:first-child) {
  998. border-top: 1px solid #eaeaea;
  999. }
  1000. .ssh-key-state-indicator {
  1001. float: left;
  1002. color: gray;
  1003. padding-left: 10px;
  1004. padding-top: 10px;
  1005. &.active {
  1006. color: #6cc644;
  1007. }
  1008. }
  1009. .meta {
  1010. padding-top: 5px;
  1011. }
  1012. .print {
  1013. color: #767676;
  1014. }
  1015. .activity {
  1016. color: #666;
  1017. }
  1018. }
  1019. .hook.list {
  1020. > .item:not(:first-child) {
  1021. border-top: 1px solid #eaeaea;
  1022. }
  1023. .item {
  1024. padding: 10px 20px;
  1025. .octicon,
  1026. .fa {
  1027. width: 20px;
  1028. text-align: center;
  1029. }
  1030. }
  1031. }
  1032. .hook.history.list {
  1033. .item {
  1034. padding-left: 13px;
  1035. .meta {
  1036. .ui.right {
  1037. margin-top: 5px;
  1038. .time {
  1039. font-size: 12px;
  1040. }
  1041. }
  1042. }
  1043. .info {
  1044. margin-top: 10px;
  1045. .tabular.menu {
  1046. .item {
  1047. font-weight: 500;
  1048. }
  1049. }
  1050. .tab.segment {
  1051. border: none;
  1052. padding: 0;
  1053. padding-top: 10px;
  1054. box-shadow: none;
  1055. > * {
  1056. color: #666;
  1057. }
  1058. pre {
  1059. word-wrap: break-word;
  1060. .hljs {
  1061. padding: 0;
  1062. background-color: inherit;
  1063. }
  1064. }
  1065. }
  1066. }
  1067. }
  1068. }
  1069. }
  1070. .ui.vertical.menu {
  1071. .header.item {
  1072. font-size: 1.1em;
  1073. background: #f0f0f0;
  1074. }
  1075. }
  1076. .edit-label.modal,
  1077. .new-label.segment {
  1078. .form {
  1079. .column {
  1080. padding-right: 0;
  1081. }
  1082. .buttons {
  1083. margin-left: auto;
  1084. padding-top: 15px;
  1085. }
  1086. .color.picker.column {
  1087. width: auto;
  1088. .color-picker {
  1089. height: 35px;
  1090. width: auto;
  1091. padding-left: 30px;
  1092. }
  1093. }
  1094. .minicolors-swatch.minicolors-sprite {
  1095. top: 10px;
  1096. left: 10px;
  1097. width: 15px;
  1098. height: 15px;
  1099. }
  1100. .precolors {
  1101. padding-left: 0;
  1102. padding-right: 0;
  1103. margin: 3px 10px auto 10px;
  1104. width: 120px;
  1105. .color {
  1106. float: left;
  1107. width: 15px;
  1108. height: 15px;
  1109. }
  1110. }
  1111. }
  1112. }
  1113. #transfer-repo-modal,
  1114. #delete-repo-modal {
  1115. .ui.message {
  1116. width: 100%!important;
  1117. }
  1118. }