list.css 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. .list {
  2. box-sizing: border-box;
  3. display: flex;
  4. flex-direction: column;
  5. position: relative;
  6. background: #dedede;
  7. border-left: 1px solid #ccc;
  8. padding: 0;
  9. float: left;
  10. }
  11. [id^="swimlane-"] .list:first-child {
  12. min-width: 20px;
  13. }
  14. .list:first-child {
  15. border-left: none;
  16. }
  17. .card-details + .list {
  18. border-left: none;
  19. }
  20. .list.ui-sortable-helper {
  21. box-shadow: -2px 2px 8px rgba(0,0,0,0.3), 0 0 1px rgba(0,0,0,0.5);
  22. transform: rotate(4deg);
  23. cursor: grabbing;
  24. }
  25. .list.ui-sortable-helper .list-header.ui-sortable-handle {
  26. cursor: grabbing;
  27. }
  28. .list.placeholder {
  29. background-color: rgba(0,0,0,0.2);
  30. border-color: transparent;
  31. box-shadow: none;
  32. height: 100px;
  33. }
  34. .list.list-composer .open-list-composer,
  35. .list .list-composer .open-list-composer {
  36. color: #8c8c8c;
  37. }
  38. .list.list-composer .list-name-input,
  39. .list .list-composer .list-name-input {
  40. background: #fff;
  41. margin: -3px 0 8px;
  42. }
  43. .list-header-add {
  44. flex: 0 0 auto;
  45. padding: 12px;
  46. position: relative;
  47. min-height: 20px;
  48. }
  49. .list-header {
  50. flex: 0 0 auto;
  51. padding: 20px 12px 4px;
  52. position: relative;
  53. min-height: 20px;
  54. background-color: #e4e4e4;
  55. border-bottom: 6px solid #e4e4e4;
  56. }
  57. .list-header.list-header-card-count {
  58. min-height: 35px;
  59. height: auto;
  60. }
  61. .list-header.ui-sortable-handle {
  62. cursor: grab;
  63. }
  64. .list-header .list-header-left-icon {
  65. display: none;
  66. }
  67. .list-header .list-header-name {
  68. display: inline;
  69. font-size: 16px;
  70. line-height: 17px;
  71. margin: 0;
  72. font-weight: bold;
  73. min-height: 9px;
  74. min-width: 30px;
  75. overflow: hidden;
  76. text-overflow: ellipsis;
  77. word-wrap: break-word;
  78. }
  79. .list-rotated {
  80. width: 10px;
  81. height: 250px;
  82. margin-top: -90px;
  83. margin-left: -110px;
  84. margin-right: 0;
  85. transform: rotate(90deg);
  86. position: relative;
  87. text-overflow: ellipsis;
  88. white-space: nowrap;
  89. }
  90. .list-header .list-rotated {
  91. }
  92. .list-header .list-header-watch-icon {
  93. padding-left: 10px;
  94. color: #a6a6a6;
  95. }
  96. .list-header .list-header-menu {
  97. float: right;
  98. }
  99. @media print {
  100. .list-header .list-header-menu,
  101. .list-header .list-header-menu-icon {
  102. display: none;
  103. }
  104. }
  105. .list-header .list-header-plus-top {
  106. color: #a6a6a6;
  107. margin-right: 15px;
  108. }
  109. .list-header .list-header-collapse-right {
  110. color: #a6a6a6;
  111. }
  112. .list-header .list-header-collapse-left {
  113. color: #a6a6a6;
  114. margin-right: 15px;
  115. }
  116. .list-header .list-header-uncollapse-left {
  117. color: #a6a6a6;
  118. }
  119. .list-header .list-header-uncollapse-right {
  120. color: #a6a6a6;
  121. }
  122. .list-header .list-header-collapse {
  123. color: #a6a6a6;
  124. margin-right: 15px;
  125. }
  126. .list-header .highlight {
  127. color: #ce1414;
  128. }
  129. .list-header .cardCount {
  130. color: #8c8c8c;
  131. font-size: 12px;
  132. font-weight: bold;
  133. }
  134. .list-header .list-header-plus-top,
  135. .js-open-list-menu,
  136. .list-header-menu a {
  137. color: #4d4d4d;
  138. padding-left: 4px;
  139. }
  140. .js-open-list-menu {
  141. font-size: 18px;
  142. }
  143. .list-body {
  144. flex: 1 1 auto;
  145. flex-direction: column;
  146. display: flex;
  147. overflow-y: auto;
  148. padding: 5px 11px;
  149. }
  150. .list-body::-webkit-scrollbar {
  151. /* Hide scroll bars from middle of the screen */
  152. display: none !important;
  153. }
  154. .list-body .minicards {
  155. flex-grow: 1;
  156. flex-shrink: 0;
  157. /** get card drag/drop working for empty swimlanes */
  158. min-height: 32px;
  159. }
  160. .list-body .minicards form {
  161. margin-bottom: 9px;
  162. }
  163. .list-body .minicards .add-controls button {
  164. min-height: 50px;
  165. }
  166. .list-body .open-minicard-composer {
  167. border-radius: 2px;
  168. color: #8c8c8c;
  169. display: block;
  170. padding: 7px 10px;
  171. position: relative;
  172. text-decoration: none;
  173. animation: fadeIn 0.3s;
  174. }
  175. @media print {
  176. .list-body .open-minicard-composer {
  177. display: none;
  178. }
  179. }
  180. .list-body .open-minicard-composer i.fa {
  181. margin-right: 7px;
  182. }
  183. .list-body .open-minicard-composer:hover {
  184. background: #fafafa;
  185. color: #222;
  186. box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  187. }
  188. #js-wip-limit-edit {
  189. padding-top: 2%;
  190. }
  191. #js-wip-limit-edit p {
  192. margin-bottom: 0;
  193. }
  194. #js-wip-limit-edit input {
  195. display: inline-block;
  196. }
  197. #js-wip-limit-edit .wip-limit-value {
  198. width: 20%;
  199. margin-right: 5%;
  200. }
  201. #js-wip-limit-edit .wip-limit-error {
  202. display: none;
  203. }
  204. #js-wip-limit-edit .soft-wip-limit {
  205. margin-right: 8px;
  206. }
  207. #js-wip-limit-edit div {
  208. float: left;
  209. }
  210. #js-list-width-edit .list-width-error {
  211. display: none;
  212. }
  213. @media screen and (max-width: 800px) {
  214. .mini-list {
  215. flex: 0 0 60px;
  216. height: auto;
  217. width: 100%;
  218. border-left: 0px;
  219. border-bottom: 1px solid #ccc;
  220. }
  221. .list {
  222. display: contents;
  223. flex-basis: auto;
  224. width: 100%;
  225. border-left: 0px;
  226. }
  227. .list:first-child {
  228. margin-left: 0px;
  229. }
  230. .list.ui-sortable-helper {
  231. flex: 0 0 60px;
  232. height: 60px;
  233. width: 100%;
  234. border-left: 0px;
  235. border-bottom: 1px solid #ccc;
  236. }
  237. .list.ui-sortable-helper .list-header.ui-sortable-handle {
  238. cursor: grabbing;
  239. }
  240. .list.placeholder {
  241. flex: 0 0 60px;
  242. height: 60px;
  243. width: 100%;
  244. border-left: 0px;
  245. border-bottom: 1px solid #ccc;
  246. }
  247. .list-body {
  248. padding: 15px 19px;
  249. }
  250. .list-header {
  251. /*Updated padding values for mobile devices, this should fix text grouping issue*/
  252. padding: 20px 0px 20px 0px;
  253. border-bottom: 0px solid #e4e4e4;
  254. min-height: 30px;
  255. margin-top: 10px;
  256. align-items: center;
  257. }
  258. .list-header .list-header-left-icon {
  259. padding: 7px;
  260. padding-right: 27px;
  261. margin-top: 1px;
  262. top: -7px;
  263. left: -7px;
  264. }
  265. .list-header .list-header-menu-icon {
  266. position: absolute;
  267. padding: 7px;
  268. top: 50%;
  269. transform: translateY(-50%);
  270. right: 47px;
  271. font-size: 20px;
  272. }
  273. .list-header .list-header-handle {
  274. position: absolute;
  275. padding: 7px;
  276. top: 50%;
  277. transform: translateY(-50%);
  278. right: 10px;
  279. font-size: 24px;
  280. }
  281. .list-header {
  282. display: grid;
  283. grid-template-columns: 30px 5fr 1fr;
  284. }
  285. .list-header .list-header-left-icon {
  286. display: grid;
  287. grid-row: 1/3;
  288. grid-column: 1;
  289. }
  290. .list-header .list-header-name {
  291. grid-row: 1;
  292. grid-column: 2;
  293. align-self: end;
  294. }
  295. .list-header .cardCount {
  296. grid-row: 2;
  297. grid-column: 2;
  298. align-self: start;
  299. }
  300. .list-header .list-header-menu {
  301. grid-row: 1/3;
  302. grid-column: 3;
  303. }
  304. .list-header .inlined-form {
  305. grid-row: 1/3;
  306. grid-column: 1/4;
  307. }
  308. .list-header .edit-controls {
  309. align-items: initial;
  310. }
  311. }
  312. .link-board-wrapper {
  313. display: flex;
  314. align-items: baseline;
  315. }
  316. .link-board-wrapper .js-link-board {
  317. margin-left: 15px;
  318. }
  319. .search-card-results {
  320. max-height: 250px;
  321. overflow: hidden;
  322. }
  323. .sk-spinner-list {
  324. margin-top: unset !important;
  325. }
  326. .list-header-white {
  327. border-bottom: 6px solid #fff;
  328. }
  329. .list-header-green {
  330. border-bottom: 6px solid #3cb500;
  331. }
  332. .list-header-yellow {
  333. border-bottom: 6px solid #fad900;
  334. }
  335. .list-header-orange {
  336. border-bottom: 6px solid #ff9f19;
  337. }
  338. .list-header-red {
  339. border-bottom: 6px solid #eb4646;
  340. }
  341. .list-header-purple {
  342. border-bottom: 6px solid #a632db;
  343. }
  344. .list-header-blue {
  345. border-bottom: 6px solid #0079bf;
  346. }
  347. .list-header-pink {
  348. border-bottom: 6px solid #ff78cb;
  349. }
  350. .list-header-sky {
  351. border-bottom: 6px solid #00c2e0;
  352. }
  353. .list-header-black {
  354. border-bottom: 6px solid #4d4d4d;
  355. }
  356. .list-header-lime {
  357. border-bottom: 6px solid #51e898;
  358. }
  359. .list-header-silver {
  360. border-bottom: 6px solid #e4e4e4;
  361. }
  362. .list-header-peachpuff {
  363. border-bottom: 6px solid #ffdab9;
  364. }
  365. .list-header-crimson {
  366. border-bottom: 6px solid #dc143c;
  367. }
  368. .list-header-plum {
  369. border-bottom: 6px solid #dda0dd;
  370. }
  371. .list-header-darkgreen {
  372. border-bottom: 6px solid #006400;
  373. }
  374. .list-header-slateblue {
  375. border-bottom: 6px solid #6a5acd;
  376. }
  377. .list-header-magenta {
  378. border-bottom: 6px solid #f0f;
  379. }
  380. .list-header-gold {
  381. border-bottom: 6px solid #ffd700;
  382. }
  383. .list-header-navy {
  384. border-bottom: 6px solid #000080;
  385. }
  386. .list-header-gray {
  387. border-bottom: 6px solid #808080;
  388. }
  389. .list-header-saddlebrown {
  390. border-bottom: 6px solid #8b4513;
  391. }
  392. .list-header-paleturquoise {
  393. border-bottom: 6px solid #afeeee;
  394. }
  395. .list-header-mistyrose {
  396. border-bottom: 6px solid #ffe4e1;
  397. }
  398. .list-header-indigo {
  399. border-bottom: 6px solid #4b0082;
  400. }