details.styl 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. @import 'nib'
  2. .card-detail.sidebar-content
  3. width: 496px - 2 * 20px
  4. top: -46px !important
  5. z-index: 20 !important
  6. // XXX Animate apparition
  7. .card-detail-header
  8. background: #F7F7F7
  9. border-bottom: 1px solid darken(white, 10%)
  10. position: absolute
  11. min-height: 38px
  12. top: 0
  13. left: 0
  14. right: 0
  15. padding 7px 20px 0
  16. i.fa
  17. float: right
  18. font-size: 1.3em
  19. color: darken(white, 35%)
  20. margin-top: 7px
  21. .card-detail-title
  22. font-weight: bold
  23. font-size: 1.7em
  24. margin: 3px 0 0
  25. padding: 0
  26. .card-detail-list
  27. font-size: 0.85em
  28. margin-bottom: 3px
  29. a.card-detail-list-title
  30. font-weight: bold
  31. &.is-editable
  32. display: inline-block
  33. background: darken(white, 10%)
  34. border-radius: 3px
  35. padding: 0px 5px
  36. .new-comment
  37. position: relative
  38. margin: 0 0 20px 38px
  39. .member
  40. opacity: .7
  41. position: absolute
  42. top: 1px
  43. left: -38px
  44. .helper
  45. bottom: 0
  46. display: none
  47. position: absolute
  48. right: 9px
  49. &.focus
  50. .member
  51. opacity: 1
  52. .helper
  53. display: inline-block
  54. .new-comment-input
  55. min-height: 108px
  56. color: #4d4d4d
  57. cursor: auto
  58. overflow: hidden
  59. word-wrap: break-word
  60. .too-long
  61. margin-top: 8px
  62. .new-comment-input
  63. background-color: #fff
  64. border: 0
  65. box-shadow: 0 1px 2px rgba(0, 0, 0, .23)
  66. color: #8c8c8c
  67. height: 36px
  68. margin: 4px 4px 6px 0
  69. padding: 9px 11px
  70. width: 100%
  71. &:hover,
  72. &:focus
  73. background-color: #fff
  74. box-shadow: 0 1px 3px rgba(0, 0, 0, .33)
  75. border: 0
  76. cursor: pointer
  77. &:focus
  78. cursor: auto
  79. .list-voters.compact .voter
  80. position: relative
  81. min-height: 36px
  82. .member
  83. left: 0
  84. position: absolute
  85. top: 0
  86. .title
  87. display: block
  88. line-height: 30px
  89. left: 0
  90. overflow: hidden
  91. padding-left: 38px
  92. position: absolute
  93. text-overflow: ellipsis
  94. top: 0
  95. white-space: nowrap
  96. width: 230px
  97. .list-voters .title
  98. display: none
  99. .card-composer
  100. padding-bottom: 8px
  101. .cc-controls
  102. margin-top: 1px
  103. input[type="submit"]
  104. float: left
  105. margin-top: 0
  106. padding: 5px 18px
  107. .icon-lg
  108. float: left
  109. .cc-opt
  110. float: right
  111. .minicard-placeholder,
  112. .minicard.placeholder
  113. background: silver
  114. border: none
  115. min-height: 18px
  116. .hook
  117. height: 18px
  118. position: absolute
  119. right: 0
  120. top: 0
  121. width: 18px
  122. input[type="text"].attachment-add-link-input
  123. float: left
  124. margin: 0 0 8px
  125. width: 80%
  126. input[type="submit"].attachment-add-link-submit
  127. float: left
  128. margin: 0 0 8px 4px
  129. padding: 6px 12px
  130. width: 18%