123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399 |
- /** ISSUE **/
- .issue-report-modal {
- z-index: 1115;
- }
- .issue-report-modal .issue-screenshot{
- overflow: auto;
- margin-top: 5px;
- max-height: 300px;
- border: 5px dotted #cecece;
- }
- .issue-report-modal .issue-screenshot img{
- width: 100%;
- height: auto;
- padding: 5px;
- }
- .issue-report-modal .badge.badge-tag {
- border-radius: 50px;
- text-transform: uppercase;
- font-weight: bold;
- font-size: 14px;
- border-radius: 3px;
- padding: 4px 6px 4px 6px;
- border: 1px solid transparent;
- cursor: pointer;
- color: #929292;
- font-weight: normal;
- transition: all 0.2s ease-in-out;
- background-color: #e6e6e6;
- }
- .issue-report-modal span.page-link-issue {
- word-break: break-all;
- white-space: pre-wrap;
- text-align: left;
- font-size: 0.9em;
- }
- .issue-report-modal .modal-dialog{
- max-width: 99% !important;
- }
- .issue-report-modal .issue-form .trumbowyg-editor-visible {
- margin-top: 0;
- }
- .issue-report-modal .issue-form .bold-title{
- color: #6c757d!important;
- font-weight: bold;
- font-size:12px;
- }
- .issue-report-modal .issue-form textarea,
- .issue-report-modal .issue-form .trumbowyg-editor {
- height: 250px;
- min-height: 250px;
- }
- .issue-declare-button{
- cursor: pointer;
- position: fixed;
- bottom: 10px;
- left: 10px;
- opacity: 0.5;
- border-radius: 100%;
- z-index: 1050;
- width: 30px;
- height: 30px;
- text-align: center;
- box-sizing: border-box;
- background-color: #cecece;
- transition: all 0.1s linear;
- }
- .issue-declare-button:hover{
- opacity: 0.7;
- }
- .list-issue-reports .issue-details {
- display: none;
- }
- .list-issue-reports .created-head,
- .list-issue-reports .created-cell {
- width: 130px;
- text-align: center;
- }
- #issuereports .button-head {
- width: 180px;
- }
- #issuereports .button-cell {
- padding: 0;
- vertical-align: middle;
- text-align: center;
- }
- #issuereports .infos-cell {
- padding: 0.25rem .25rem;
- vertical-align: middle;
- position: relative;
- }
- #issuereports > li .report-buttons {
- height: 30px;
- font-size: 20px;
- position: absolute;
- right: 50px;
- top: calc(50% - 15px);
- }
- #issuereports > li .report-buttons .btn-delete{
- opacity: 0.5;
- font-size: 16px;
- margin-left:10px;
- transition: opacity 0.2s ease-in-out;
- }
- #issuereports > li .report-buttons .btn-delete:hover{
- opacity:1;
- }
- #issuereports{
- margin:0;
- padding: 0;
- }
- #issuereports > li,
- .issue-reports-search {
- background-color: #ffffff;
- border-radius: 3px;
- list-style-type: none;
- padding: 5px;
- }
- #issuereports > li {
- margin: 0 0 0.5rem 0;
- position: relative;
- transition: all 0.1s linear;
- }
- #issuereports > li .issue-state{
- margin-top: 11px;
- font-size: 30px;
- display: inline-block;
- width: 50px;
- vertical-align: top;
- }
- #issuereports > li .infos-cell{
- display: inline-block;
- vertical-align: top;
- }
- #issuereports .issue-state{
- width:40px;
- vertical-align: middle;
- text-align: center;
- font-size: 20px;
- }
- #issuereports .issue-title {
- display: block;
- height:100%;
- color:#333;
- }
- #issuereports .issue-title:hover {
- text-decoration: none;
- }
- #issuereports .assign{
- color:#555;
- background: #f4f4f4;
- font-style: italic;
- font-size: 10px;
- padding:3px;
- display: inline-block;
- margin-top: 3px;
- vertical-align: top;
- }
- .section-global-report .nav-link{
- border-radius: 3px;
- border:0;
- }
- .section-global-report .nav-tabs {
- border:0;
- }
- .section-global-report .data-type-tagcloud {
- display: inline-flex;
- }
- div.issue-state-list > .dropdown-menu {
- padding: 0;
- }
- div.issue-state-list > .dropdown-menu > a:hover {
- opacity: 0.9;
- transition: all 0.05s ease-in-out;
- }
- #issuereports .report-tag,#issuereports .report-tag li{
- display: inline-flex;
- vertical-align: top;
- margin: 0 1px;
- padding: 0;
- }
- #issuereports .report-tag li .badge.badge-tag{
- font-size: 10px;
- padding: 3px;
- cursor: default;
- }
- #issuereports .text-muted{
- color:#cecece;
- font-size: 12px;
- }
- #issuereport-form .report-tag,
- #issuereport-form .report-tag li {
- display: inline-flex;
- vertical-align: middle;
- padding: 0;
- }
- #issuereport-form .report-tag{
- margin-left: 10px;
- }
- .issuereport-form .page-container a {
- word-break: break-all;
- font-size: 0.7em;
- }
- .issue-form {
- margin-bottom: 20px;
- }
- @keyframes spinner {
- to {transform: rotate(360deg);}
- }
- .rotate {
- animation: spinner 1s linear infinite;
- }
- .module-issue.page-sheet-report,
- .module-issue.page-list-issue body,
- .module-issue.page-sheet-report body {
- background:#f3f3f3;
- }
- .issuereport-form .btn-following.followed i::before{
- content: "\f06e";
- }
- .issuereport-form .btn-following i::before{
- content: "\f070";
- }
- .issuereport-form .btn-following span::before{
- content: "NON SUIVI";
- }
- .issuereport-form .btn-following.followed span::before{
- content: "SUIVI";
- }
- .issuereport-form .issue-followers{
- list-style-type:none;
- margin:0;
- padding:0;
- }
- .issuereport-form .issue-followers li{
- display: inline-block;
- vertical-align: top;
- padding:5px;
- }
- .module-issue .issue-events{
- padding:0;
- margin: 0;
- list-style-type:none;
- }
- .module-issue .issue-events .issue-event,.module-issue .issue-event-form{
- background-color: #ffffff;
- border-radius: 3px;
- list-style-type:none;
- padding:15px;
- margin:0 0 15px 0;
- }
- .module-issue .issue-events .issue-event.issue-state,
- .module-issue .issue-events .issue-event.issue-assignation,
- .module-issue .issue-events .issue-event.issue-tag{
- background-color: transparent;
- padding:10px 15px;
- }
- .module-issue .issue-event-form .trumbowyg-box,
- .module-issue .issue-event-form .trumbowyg-editor{
- border:0;
- }
- .module-issue .issue-event-form .trumbowyg-box,
- .module-issue .issue-event-form .trumbowyg-editor {
- min-height: 150px;
- }
- .module-issue .issue-event .only-editable{
- display: none;
- margin:0;
- }
- .module-issue .issue-event .only-editable > li{
- cursor: pointer;
- font-size: 14px;
- display: inline-block;
- list-style-type: none;
- padding: 3px;
- opacity: 0.5;
- margin: 0;
- transition: opacity 0.2s ease-in-out;
- }
- .module-issue .issue-event .only-editable > li:hover{
- opacity:1;
- }
- .module-issue .issue-event.editable .only-editable{
- display: inline-block;
- }
- .module-issue .issue-sidebar .list-group-item{
- border: 0;
- }
- .module-issue .issue-event .comment-header{
- width: 100%;
- padding-bottom: 10px;
- border-bottom:1px solid #f8f8f8;
- }
- .module-issue .data-type-user{
- border: 0;
- }
- .module-issue .issue-event .header-infos{
- display: inline-block;
- margin-left: 8px;
- margin-top: 5px;
- vertical-align: top;
- }
- .module-issue .issue-event .comment-message{
- overflow: auto;
- margin-top: 10px;
- }
- .module-issue .comment-attachments {
- margin-top: 10px;
- }
- .module-issue .comment-attachments {
- overflow-x: auto;
- }
- .module-issue .comment-attachments > h5{
- font-size: 14px;
- font-weight: bold;
- color:#9da9b3;
- }
- .module-issue .comment-attachment .attachment-image{
- overflow: hidden;
- display: inline-block;
- }
- .module-issue .comment-attachment.attachment-image img{
- max-height: 150px;
- max-width: 1000px;
- }
- .module-issue .issue-sidebar h5{
- font-size: 14px;
- font-weight: bold;
- color:#9da9b3;
- }
- .module-issue .issue-event-form [data-type="dropzone"]{
- height:50px;
- border-radius: 3px;
- border: 0;
- }
- .module-issue .issue-event-form [data-type="dropzone"] > div {
- font-size: 11px;
- color: #999999;
- text-align: center;
- padding: 18px 5px 5px 5px;
- text-transform: uppercase;
- font-weight: bold;
- }
- .module-issue .comment-attachment{
- opacity: 0.7;
- transition: opacity 0.15s linear;
- display: inline-block;
- vertical-align: top;
- color: inherit;
- text-decoration: none;
- }
- .module-issue .comment-attachment:not(:last-of-type) {
- margin-right: 5px;
- }
- .module-issue .comment-attachment:hover{
- opacity: 1;
- }
- .module-issue .comment-attachment:hover .attachment-image-view {
- box-shadow: 0 0 10px 1px rgba(0,0,0,0.25);
- }
- .module-issue .comment-attachment .attachment-image-view{
- border-radius: 3px;
- box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
- transition: box-shadow 0.15s linear;
- }
- .module-issue .comment-attachment .attachment-file-view{
- width: 150px;
- padding-top: 20px;
- overflow: hidden;
- }
- .module-issue .comment-attachment .attachment-file-view i{
- font-size: 80px;
- text-align: center;
- display: block;
- }
- .module-issue .comment-attachment .attachment-file-view h6{
- font-size: 10px;
- font-weight: bold;
- height: 35px;
- text-align: center;
- width: 100px;
- margin: 5px auto auto auto;
- overflow: hidden;
- color:#cecece;
- text-transform: uppercase;
- }
- .module-issue .attachment-file .attachment-image-view,
- .module-issue .attachment-image .attachment-file-view{
- display: none;
- }
|