_repository.less 18 KB

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