list.css 7.8 KB

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