_dashboard.less 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. .dashboard {
  2. padding-top: 15px;
  3. padding-bottom: @footer-margin * 2;
  4. &.feeds,
  5. &.issues {
  6. .context.user.menu {
  7. z-index: 101;
  8. min-width: 200px;
  9. .ui.header {
  10. font-size: 1rem;
  11. text-transform: none;
  12. }
  13. }
  14. .filter.menu {
  15. .item {
  16. text-align: left;
  17. .text {
  18. height: 16px;
  19. vertical-align: middle;
  20. &.truncate {
  21. width: 85%;
  22. }
  23. }
  24. .floating.label {
  25. top: 7px;
  26. left: 90%;
  27. width: 15%;
  28. }
  29. }
  30. // Sort
  31. .jump.item {
  32. margin: 1px;
  33. padding-right: 0;
  34. }
  35. .menu {
  36. max-height: 300px;
  37. overflow-x: auto;
  38. right: 0!important;
  39. left: auto!important;
  40. }
  41. }
  42. .ui.right .head.menu {
  43. margin-top: -5px;
  44. .item.active {
  45. color: #d9453d;
  46. }
  47. }
  48. .head.menu {
  49. .octicon {
  50. margin-right: 5px;
  51. }
  52. }
  53. }
  54. }
  55. &.feeds {
  56. .news {
  57. .ui.avatar {
  58. margin-top: 13px;
  59. }
  60. p {
  61. line-height: 1em;
  62. }
  63. .time-since {
  64. font-size: 13px;
  65. }
  66. .issue.title {
  67. line-height: 1.1em;
  68. width: 80%;
  69. }
  70. .push.news .content ul {
  71. font-size: 13px;
  72. list-style: none;
  73. padding-left: 10px;
  74. img {
  75. margin-bottom: -2px;
  76. }
  77. .text.truncate {
  78. width: 80%;
  79. margin-bottom: -5px;
  80. }
  81. }
  82. .commit-id {
  83. font-family: Consolas, monospace;
  84. }
  85. }
  86. .list {
  87. .header {
  88. padding-top: 10px;
  89. padding-bottom: 5px;
  90. .plus.icon {
  91. margin-top: 5px;
  92. margin-right: 0;
  93. }
  94. }
  95. ul {
  96. list-style: none;
  97. margin: 0;
  98. padding-left: 0;
  99. li {
  100. &:not(:last-child) {
  101. border-bottom: 1px solid #EAEAEA;
  102. }
  103. &.private {
  104. background-color: #fcf8e9;
  105. }
  106. a {
  107. padding: 6px 1.2em;
  108. display: block;
  109. .octicon {
  110. margin-right: 6px;
  111. color: #888;
  112. }
  113. }
  114. }
  115. }
  116. }
  117. }