custom.css 5.7 KB

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