main.css 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. /** ISSUE **/
  2. .issue-report-modal {
  3. z-index: 1115;
  4. }
  5. .issue-report-modal .issue-screenshot{
  6. overflow: auto;
  7. margin-top: 5px;
  8. max-height: 300px;
  9. border: 5px dotted #cecece;
  10. }
  11. .issue-report-modal .issue-screenshot img{
  12. width: 100%;
  13. height: auto;
  14. padding: 5px;
  15. }
  16. .issue-report-modal .badge.badge-tag {
  17. border-radius: 50px;
  18. text-transform: uppercase;
  19. font-weight: bold;
  20. font-size: 14px;
  21. border-radius: 3px;
  22. padding: 4px 6px 4px 6px;
  23. border: 1px solid transparent;
  24. cursor: pointer;
  25. color: #929292;
  26. font-weight: normal;
  27. transition: all 0.2s ease-in-out;
  28. background-color: #e6e6e6;
  29. }
  30. .issue-report-modal span.page-link-issue {
  31. word-break: break-all;
  32. white-space: pre-wrap;
  33. text-align: left;
  34. font-size: 0.9em;
  35. }
  36. .issue-report-modal .modal-dialog{
  37. max-width: 99% !important;
  38. }
  39. .issue-report-modal .issue-form .trumbowyg-editor-visible {
  40. margin-top: 0;
  41. }
  42. .issue-report-modal .issue-form .bold-title{
  43. color: #6c757d!important;
  44. font-weight: bold;
  45. font-size:12px;
  46. }
  47. .issue-report-modal .issue-form textarea,
  48. .issue-report-modal .issue-form .trumbowyg-editor {
  49. height: 250px;
  50. min-height: 250px;
  51. }
  52. .issue-declare-button{
  53. cursor: pointer;
  54. position: fixed;
  55. bottom: 10px;
  56. left: 10px;
  57. opacity: 0.5;
  58. border-radius: 100%;
  59. z-index: 1050;
  60. width: 30px;
  61. height: 30px;
  62. text-align: center;
  63. padding-top: 3px;
  64. box-sizing: border-box;
  65. background-color: #cecece;
  66. transition: all 0.1s linear;
  67. }
  68. .issue-declare-button:hover{
  69. opacity: 0.7;
  70. }
  71. .list-issue-reports .issue-details {
  72. display: none;
  73. }
  74. .list-issue-reports .created-head,
  75. .list-issue-reports .created-cell {
  76. width: 130px;
  77. text-align: center;
  78. }
  79. #issuereports .button-head {
  80. width: 180px;
  81. }
  82. #issuereports .button-cell {
  83. padding: 0;
  84. vertical-align: middle;
  85. text-align: center;
  86. }
  87. #issuereports .infos-cell {
  88. padding: 0.25rem .25rem;
  89. vertical-align: middle;
  90. position: relative;
  91. }
  92. #issuereports > li .report-buttons {
  93. height: 30px;
  94. font-size: 20px;
  95. position: absolute;
  96. right: 50px;
  97. top: calc(50% - 15px);
  98. }
  99. #issuereports > li .report-buttons .btn-delete{
  100. opacity: 0.5;
  101. font-size: 16px;
  102. margin-left:10px;
  103. transition: opacity 0.2s ease-in-out;
  104. }
  105. #issuereports > li .report-buttons .btn-delete:hover{
  106. opacity:1;
  107. }
  108. #issuereports{
  109. margin:0;
  110. padding: 0;
  111. }
  112. #issuereports > li,
  113. .issue-reports-search {
  114. background-color: #ffffff;
  115. border-radius: 3px;
  116. list-style-type: none;
  117. padding: 5px;
  118. }
  119. #issuereports > li {
  120. margin: 0 0 0.5rem 0;
  121. position: relative;
  122. transition: all 0.1s linear;
  123. }
  124. #issuereports > li .issue-state{
  125. margin-top: 11px;
  126. font-size: 30px;
  127. display: inline-block;
  128. width: 50px;
  129. vertical-align: top;
  130. }
  131. #issuereports > li .infos-cell{
  132. display: inline-block;
  133. vertical-align: top;
  134. }
  135. #issuereports .issue-state{
  136. width:40px;
  137. vertical-align: middle;
  138. text-align: center;
  139. font-size: 20px;
  140. }
  141. #issuereports .issue-title {
  142. display: block;
  143. height:100%;
  144. color:#333;
  145. }
  146. #issuereports .issue-title:hover {
  147. text-decoration: none;
  148. }
  149. #issuereports .assign{
  150. color:#555;
  151. background: #f4f4f4;
  152. font-style: italic;
  153. font-size: 10px;
  154. padding:3px;
  155. display: inline-block;
  156. margin-top: 3px;
  157. vertical-align: top;
  158. }
  159. .section-global-report .nav-link{
  160. border-radius: 3px;
  161. border:0;
  162. }
  163. .section-global-report .nav-tabs {
  164. border:0;
  165. }
  166. .section-global-report .data-type-tagcloud {
  167. display: inline-flex;
  168. }
  169. div.issue-state-list > .dropdown-menu {
  170. padding: 0;
  171. }
  172. div.issue-state-list > .dropdown-menu > a:hover {
  173. opacity: 0.9;
  174. transition: all 0.05s ease-in-out;
  175. }
  176. #issuereports .report-tag,#issuereports .report-tag li{
  177. display: inline-flex;
  178. vertical-align: top;
  179. margin: 0 1px;
  180. padding: 0;
  181. }
  182. #issuereports .report-tag li .badge.badge-tag{
  183. font-size: 10px;
  184. padding: 3px;
  185. cursor: default;
  186. }
  187. #issuereports .text-muted{
  188. color:#cecece;
  189. font-size: 12px;
  190. }
  191. #issuereport-form .report-tag,
  192. #issuereport-form .report-tag li {
  193. display: inline-flex;
  194. vertical-align: middle;
  195. padding: 0;
  196. }
  197. #issuereport-form .report-tag{
  198. margin-left: 10px;
  199. }
  200. .issuereport-form .page-container a {
  201. word-break: break-all;
  202. font-size: 0.7em;
  203. }
  204. .issue-form {
  205. margin-bottom: 20px;
  206. }
  207. @keyframes spinner {
  208. to {transform: rotate(360deg);}
  209. }
  210. .rotate {
  211. animation: spinner 1s linear infinite;
  212. }
  213. .module-issue.page-sheet-report,
  214. .module-issue.page-list-issue body,
  215. .module-issue.page-sheet-report body {
  216. background:#f3f3f3;
  217. }
  218. .issuereport-form .btn-following.followed i::before{
  219. content: "\f06e";
  220. }
  221. .issuereport-form .btn-following i::before{
  222. content: "\f070";
  223. }
  224. .issuereport-form .btn-following span::before{
  225. content: "NON SUIVI";
  226. }
  227. .issuereport-form .btn-following.followed span::before{
  228. content: "SUIVI";
  229. }
  230. .issuereport-form .issue-followers{
  231. list-style-type:none;
  232. margin:0;
  233. padding:0;
  234. }
  235. .issuereport-form .issue-followers li{
  236. display: inline-block;
  237. vertical-align: top;
  238. padding:5px;
  239. }
  240. .module-issue .issue-events{
  241. padding:0;
  242. margin: 0;
  243. list-style-type:none;
  244. }
  245. .module-issue .issue-events .issue-event,.module-issue .issue-event-form{
  246. background-color: #ffffff;
  247. border-radius: 3px;
  248. list-style-type:none;
  249. padding:15px;
  250. margin:0 0 15px 0;
  251. }
  252. .module-issue .issue-events .issue-event.issue-state,
  253. .module-issue .issue-events .issue-event.issue-assignation,
  254. .module-issue .issue-events .issue-event.issue-tag{
  255. background-color: transparent;
  256. padding:10px 15px;
  257. }
  258. .module-issue .issue-event-form .trumbowyg-box,
  259. .module-issue .issue-event-form .trumbowyg-editor{
  260. border:0;
  261. }
  262. .module-issue .issue-event-form .trumbowyg-box,
  263. .module-issue .issue-event-form .trumbowyg-editor {
  264. min-height: 150px;
  265. }
  266. .module-issue .issue-event .only-editable{
  267. display: none;
  268. margin:0;
  269. }
  270. .module-issue .issue-event .only-editable > li{
  271. cursor: pointer;
  272. font-size: 14px;
  273. display: inline-block;
  274. list-style-type: none;
  275. padding: 3px;
  276. opacity: 0.5;
  277. margin: 0;
  278. transition: opacity 0.2s ease-in-out;
  279. }
  280. .module-issue .issue-event .only-editable > li:hover{
  281. opacity:1;
  282. }
  283. .module-issue .issue-event.editable .only-editable{
  284. display: inline-block;
  285. }
  286. .module-issue .issue-sidebar .list-group-item{
  287. border: 0;
  288. }
  289. .module-issue .issue-event .comment-header{
  290. width: 100%;
  291. padding-bottom: 10px;
  292. border-bottom:1px solid #f8f8f8;
  293. }
  294. .module-issue .data-type-user{
  295. border: 0;
  296. }
  297. .module-issue .issue-event .header-infos{
  298. display: inline-block;
  299. margin-left: 8px;
  300. margin-top: 5px;
  301. vertical-align: top;
  302. }
  303. .module-issue .issue-event .comment-message{
  304. overflow: auto;
  305. margin-top: 10px;
  306. }
  307. .module-issue .comment-attachments {
  308. margin-top: 10px;
  309. }
  310. .module-issue .comment-attachments {
  311. overflow-x: auto;
  312. }
  313. .module-issue .comment-attachments > h5{
  314. font-size: 14px;
  315. font-weight: bold;
  316. color:#9da9b3;
  317. }
  318. .module-issue .comment-attachment .attachment-image{
  319. overflow: hidden;
  320. display: inline-block;
  321. }
  322. .module-issue .comment-attachment.attachment-image img{
  323. max-height: 150px;
  324. max-width: 1000px;
  325. }
  326. .module-issue .issue-sidebar h5{
  327. font-size: 14px;
  328. font-weight: bold;
  329. color:#9da9b3;
  330. }
  331. .module-issue .issue-event-form [data-type="dropzone"]{
  332. height:50px;
  333. border-radius: 3px;
  334. border: 0;
  335. }
  336. .module-issue .issue-event-form [data-type="dropzone"] > div {
  337. font-size: 11px;
  338. color: #999999;
  339. text-align: center;
  340. padding: 18px 5px 5px 5px;
  341. text-transform: uppercase;
  342. font-weight: bold;
  343. }
  344. .module-issue .comment-attachment{
  345. opacity: 0.7;
  346. transition: opacity 0.15s linear;
  347. display: inline-block;
  348. vertical-align: top;
  349. color: inherit;
  350. text-decoration: none;
  351. }
  352. .module-issue .comment-attachment:not(:last-of-type) {
  353. margin-right: 5px;
  354. }
  355. .module-issue .comment-attachment:hover{
  356. opacity: 1;
  357. }
  358. .module-issue .comment-attachment:hover .attachment-image-view {
  359. box-shadow: 0 0 10px 1px rgba(0,0,0,0.25);
  360. }
  361. .module-issue .comment-attachment .attachment-image-view{
  362. border-radius: 3px;
  363. box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
  364. transition: box-shadow 0.15s linear;
  365. }
  366. .module-issue .comment-attachment .attachment-file-view{
  367. width: 150px;
  368. padding-top: 20px;
  369. overflow: hidden;
  370. }
  371. .module-issue .comment-attachment .attachment-file-view i{
  372. font-size: 80px;
  373. text-align: center;
  374. display: block;
  375. }
  376. .module-issue .comment-attachment .attachment-file-view h6{
  377. font-size: 10px;
  378. font-weight: bold;
  379. height: 35px;
  380. text-align: center;
  381. width: 100px;
  382. margin: 5px auto auto auto;
  383. overflow: hidden;
  384. color:#cecece;
  385. text-transform: uppercase;
  386. }
  387. .module-issue .attachment-file .attachment-image-view,
  388. .module-issue .attachment-image .attachment-file-view{
  389. display: none;
  390. }