_dashboard.less 811 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .dashboard {
  2. padding-top: 15px;
  3. padding-bottom: @footer-margin * 2;
  4. &.issues {
  5. .context.user.menu {
  6. z-index: 101;
  7. min-width: 200px;
  8. .ui.header {
  9. font-size: 1rem;
  10. text-transform: none;
  11. }
  12. }
  13. .filter.menu {
  14. .item {
  15. text-align: left;
  16. .text {
  17. height: 16px;
  18. vertical-align: middle;
  19. &.truncate {
  20. width: 85%;
  21. }
  22. }
  23. .floating.label {
  24. top: 7px;
  25. left: 90%;
  26. width: 15%;
  27. }
  28. }
  29. // Sort
  30. .jump.item {
  31. margin: 1px;
  32. padding-right: 0;
  33. }
  34. .menu {
  35. max-height: 300px;
  36. overflow-x: auto;
  37. right: 0!important;
  38. left: auto!important;
  39. }
  40. }
  41. .ui.right .head.menu {
  42. margin-top: -5px;
  43. .item.active {
  44. color: #d9453d;
  45. }
  46. }
  47. .head.menu {
  48. .octicon {
  49. margin-right: 5px;
  50. }
  51. }
  52. }
  53. }