custom.css 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  1. /* Transversal */
  2. .error {
  3. color: red;
  4. font-weight: 700;
  5. }
  6. .valid {
  7. color: green;
  8. }
  9. .annotation {
  10. color: #595959;
  11. font-size: 0.8em;
  12. }
  13. .clickable {
  14. cursor: pointer;
  15. }
  16. .datatable {
  17. width: 100% !important;
  18. }
  19. .flex-row{
  20. display: flex;
  21. flex-direction: row;
  22. }
  23. .flex-col{
  24. display: flex;
  25. flex-direction: column;
  26. }
  27. .flex-extend{
  28. flex: 1;
  29. }
  30. .flex-end{
  31. justify-content: flex-end;
  32. }
  33. .flex-space-around {
  34. justify-content: space-around;
  35. }
  36. .flex-align-center {
  37. align-items: center;
  38. }
  39. .hidden {
  40. display: none;
  41. }
  42. a.anchor {
  43. display: block;
  44. position: relative;
  45. top: -100px;
  46. visibility: hidden;
  47. }
  48. @media screen and (max-width: 1400px) {
  49. .hide-on-small-screen {
  50. display: none;
  51. }
  52. }
  53. .disabled{
  54. pointer-events: none;
  55. color: #cccccc !important;
  56. }
  57. .fa {
  58. margin-right: 0.3em;
  59. }
  60. select[multiple] {
  61. padding-top: 0.8em;
  62. min-height: 5em;
  63. }
  64. .tool-btn {
  65. padding-top: 0;
  66. padding-right: 1em;
  67. height: 2.5em;
  68. font-size: 1em;
  69. line-height: 2.5em;
  70. }
  71. .description {
  72. padding: 1em;
  73. margin: 1em 1em 2em 1em;
  74. }
  75. .description h1, h2, h3, h4, h5 {
  76. color: #333333;
  77. }
  78. .tags-list {
  79. list-style: none;
  80. }
  81. .tags-list li {
  82. display: inline;
  83. }
  84. .tags-list li:not(:first-child) {
  85. border-left: solid 1px #bfbfbf;
  86. margin-left: 1em;
  87. }
  88. [data-url] {
  89. cursor: pointer;
  90. }
  91. [data-url]:hover{
  92. background-color: #b3d9ff;
  93. }
  94. td {
  95. vertical-align: middle;
  96. }
  97. .helptext {
  98. display: none;
  99. }
  100. .errorlist {
  101. color: red
  102. }
  103. select[multiple] {
  104. height: 12em;
  105. }
  106. select[multiple] option {
  107. padding: 0.3em 0.5em;
  108. }
  109. .raw-input {
  110. }
  111. .backlog-editor-col1 {
  112. width: 80%;
  113. }
  114. .backlog-editor-col2 {
  115. width: 100px;
  116. }
  117. .backlog-editor-col2 form {
  118. margin: 0;
  119. }
  120. .backlog-editor-col2 input {
  121. height: 2em !important;
  122. line-height: 2em !important;
  123. padding: 3px !important;
  124. margin: 0 !important;
  125. }
  126. .backlog-editor-col3 {
  127. display: flex;
  128. flex-direction: row;
  129. justify-content: space-around;
  130. }
  131. /* Main Header */
  132. #header {
  133. z-index: 1000 !important;
  134. }
  135. #header .right {
  136. display: flex;
  137. flex-direction: row;
  138. align-items: center;
  139. flex-wrap: nowrap;
  140. }
  141. #header .right > * {
  142. margin-right: 2em;
  143. }
  144. #search-bar {
  145. margin-bottom: 0;
  146. }
  147. #search-bar input {
  148. height: 2.5em;
  149. line-height: 2.5em;
  150. padding-left: 2em;
  151. }
  152. #search-bar .fa-search {
  153. position: absolute;
  154. left: 8px;
  155. top: 35px;
  156. font-size: 14px;
  157. color: #999999;
  158. }
  159. /* The container <div> - needed to position the dropdown content */
  160. .dropdown {
  161. position: relative;
  162. display: inline-block;
  163. }
  164. /* Dropdown Content (Hidden by Default) */
  165. .dropdown-content {
  166. display: none;
  167. position: absolute;
  168. background-color: #f1f1f1;
  169. min-width: 260px;
  170. box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  171. z-index: 1;
  172. right: 0;
  173. }
  174. /* Links inside the dropdown */
  175. .dropdown-content a {
  176. color: black;
  177. padding: 0 16px;
  178. text-decoration: none;
  179. display: block;
  180. }
  181. .dropdown-content>a {
  182. width: 100%;
  183. }
  184. #notif-dropdown {
  185. min-width: 320px;
  186. }
  187. /* Change color of dropdown links on hover */
  188. .dropdown-content a:hover {
  189. text-decoration: underline !important;
  190. }
  191. /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  192. .show {display:block;}
  193. /* Notifications */
  194. .notif-list {
  195. max-height: 400px;
  196. overflow: auto;
  197. margin-bottom: 0.5em;
  198. }
  199. .notif {
  200. margin: 0.5em;
  201. line-height: 2em;
  202. }
  203. .notif-head {
  204. display: flex;
  205. flex-direction: row;
  206. text-align: left;
  207. font-size: 11px;
  208. }
  209. .notif-head a {
  210. color: #a6a6a6;
  211. padding: 0.1 em 0.2em;
  212. }
  213. .notif-content {
  214. display: flex;
  215. flex-direction: row;
  216. justify-content: space-around;
  217. font-size: 12px;
  218. }
  219. .notif-content a {
  220. color: #4183c4;
  221. margin: 0;
  222. padding: 0;
  223. }
  224. .notif-footer {
  225. line-height: 1.5em;
  226. margin-bottom: 1em;
  227. }
  228. .notif-footer a {
  229. color: #4183c4;
  230. }
  231. /* Main */
  232. #main-pannel {
  233. width: 50%;
  234. }
  235. #left-pannel, #right-pannel {
  236. margin: 0 5%;
  237. display: flex;
  238. flex-direction: column;
  239. width: 15%;
  240. }
  241. /* Breadcrumb */
  242. #breadcrumb {
  243. margin: 1em 15%;
  244. list-style: none;
  245. overflow: hidden;
  246. }
  247. #breadcrumb li {
  248. display: inline;
  249. }
  250. #breadcrumb a {
  251. font-size: 12px;
  252. color: #f6755e;
  253. cursor: pointer;
  254. }
  255. #breadcrumb a:not([href]){
  256. cursor: default;
  257. }
  258. #breadcrumb a[href]:hover {
  259. text-decoration: underline;
  260. color: #727a82;
  261. }
  262. /* Commentaires */
  263. .comment-header {
  264. color: #25a2c3;
  265. font-size: 1rem;
  266. font-weight: 700;
  267. }
  268. #comment-section {
  269. margin: 0 2.5%;
  270. }
  271. #comment-section .martor-field {
  272. height: 50px;
  273. }
  274. .comment-list {
  275. list-style: none;
  276. padding-left: 0;
  277. }
  278. .comment:first-child {
  279. border-top: 0;
  280. padding-top: 0;
  281. }
  282. .comment {
  283. border-top: solid 1px #dee1e3;
  284. padding: 0.5em 0;
  285. }
  286. #comment-section .comment-display {
  287. border-left: solid 2px #d3c5c5;
  288. padding: 5px 20px;
  289. margin: 10px;
  290. }
  291. /* Add a slash symbol (/) before/behind each list item */
  292. #breadcrumb li+li:before {
  293. padding: 8px;
  294. color: #f6755e;
  295. content: "/\00a0";
  296. }
  297. /* Index */
  298. .story-title a {
  299. color: #2e2e2e;
  300. font-size: 14px;
  301. font-wright: 600;
  302. text-decoration: none;
  303. }
  304. .story-title a:hover {
  305. text-decoration: underline;
  306. }
  307. .running {
  308. color: #006622;
  309. height: 22px;
  310. font-size: 12px;
  311. font-weight: 600;
  312. padding: 0 8px;
  313. border: solid 1px #006622;
  314. border-radius: 4px;
  315. }
  316. /* Epic details */
  317. .story-closed {
  318. text-decoration: line-through #666666 !important;
  319. color: #666666 !important;
  320. }
  321. /* Stories index */
  322. .filters-bar {
  323. align-items: center;
  324. display: flex;
  325. flex-direction: row;
  326. margin-bottom: 1.5em;
  327. }
  328. .filters-bar > * {
  329. margin: 0 0.5em;
  330. height: 2em;
  331. }
  332. .controls {
  333. display: flex;
  334. flex-direction: row;
  335. justify-content: flex-end;
  336. margin: 0;
  337. }
  338. .controls > * {
  339. margin: 0 0.5em;
  340. }
  341. .pagination {
  342. display: flex;
  343. flex-direction: row;
  344. justify-content: center;
  345. }
  346. .pagination a {
  347. margin: 0 5px;
  348. font-weight: 700;
  349. font-size: 15px;
  350. padding: 2px;
  351. }
  352. /* Stories detail */
  353. .title-bar * {
  354. margin-top: 0;
  355. margin-bottom: 0;
  356. }
  357. .weight-tag {
  358. background-color: #c1260b;
  359. height: 1.5em;
  360. width: 2em;
  361. text-align: center;
  362. border-radius: 2em;
  363. color: white;
  364. font-weight: 700;
  365. font-size: 1.5em;
  366. padding-top: 0.2em;
  367. margin-right: 1em;
  368. }
  369. /* Report: sprints list */
  370. .sprints-list {
  371. list-style: none;
  372. }
  373. .sprint-li {
  374. padding: 25px !important;
  375. }
  376. .sprint-retro {
  377. border-left: solid 2px #d3c5c5;
  378. padding: 10px 20px;
  379. margin: 20px;
  380. }
  381. /* Sprint cloture */
  382. .already-checked {
  383. color: green !important;
  384. background: none !important;
  385. pointer-events: none;
  386. }