diff --git a/modules/visa/css/module.css b/modules/visa/css/module.css index 85371ed27c9db422327ddaf3bf62bbd174deb1fb..4ff5e70e1bff777236bf3efe4267bbf2dd6da661 100755 --- a/modules/visa/css/module.css +++ b/modules/visa/css/module.css @@ -1,61 +1,7 @@ -.errorVisa{ - color: #ea0000; - font-weight: bold; - text-align: center; - font-size: 1.4em; -} -#visa_listDoc{ - border:1px solid black; - height:95%; - width:15%; - float: left; -} - -#visa_left{ - height:95%; - width:41%; - margin-left:1%; - float: left; -} - -#tabricatorLeft{ - height:99.5%; - min-width:0; - width:99.5%; - margin-bottom:0px; -} - -#visa_right{ - height:95%; - width:41%; - margin-left:1%; - float: left; -} - -#tabricatorRight{ - height:90%; - min-width:0; - width:99.5%; -} - -#visa_listDoc .toolbar{ - height: 4%; - width: 100%; -} - -#visa_listDoc .toolbar table{ - text-align:center; - width:100%; -} - .selectedId{ background-color:#F99830; } -#tab_visaSetWorkflow td{ - white-space: pre; -} - [draggable=true]{ cursor: move; } @@ -124,20 +70,6 @@ .vised .visaUserStatus{ opacity: 1; } -.visaUserInfo{ - width: 55%; - font-weight: bold; -} - -.visaUserInfo .nbRes{ - background-color: grey; - font-weight: normal; -} - -.visaUserInfo sub{ - font-weight: normal; -} - .droptarget:hover.vised #dropZone{ visibility: hidden; } @@ -433,7 +365,7 @@ img.panelSelectedThumbnail,img:hover.panelSelectedThumbnail{ cursor:pointer; } -.actions{ +/* .actions{ float:right; width: 25%; padding: 5px; @@ -442,7 +374,7 @@ img.panelSelectedThumbnail,img:hover.panelSelectedThumbnail{ text-transform: initial; border-left: solid 1px black; border-right: solid 1px black; -} +} */ .actions i{ width:5%; } diff --git a/src/frontend/app/actions/create-acknowledgement-receipt-action/create-acknowledgement-receipt-action.component.ts b/src/frontend/app/actions/create-acknowledgement-receipt-action/create-acknowledgement-receipt-action.component.ts index 5df86eadd9d81bfce091b7c897cbd2defe8e9ad3..3c3eff2dd1baa33fd0efc63ceb209e2bc82f99a0 100644 --- a/src/frontend/app/actions/create-acknowledgement-receipt-action/create-acknowledgement-receipt-action.component.ts +++ b/src/frontend/app/actions/create-acknowledgement-receipt-action/create-acknowledgement-receipt-action.component.ts @@ -176,6 +176,7 @@ export class CreateAcknowledgementReceiptActionComponent implements OnInit, OnDe initMce() { tinymce.init({ selector: "textarea#emailSignature", + base_url: '../../node_modules/tinymce/', readonly: false, suffix: '.min', language: this.lang.langISO.replace('-', '_'), diff --git a/src/frontend/app/sentResource/sent-resource-page/sent-resource-page.component.ts b/src/frontend/app/sentResource/sent-resource-page/sent-resource-page.component.ts index ca45fdc0a7be2773e64f81beb0a37b22e82a0c72..c48714bc7ed0d408c8ca3ce0b8edae43bd907290 100644 --- a/src/frontend/app/sentResource/sent-resource-page/sent-resource-page.component.ts +++ b/src/frontend/app/sentResource/sent-resource-page/sent-resource-page.component.ts @@ -137,6 +137,7 @@ export class SentResourcePageComponent implements OnInit { initMce() { tinymce.init({ selector: "textarea#emailSignature", + base_url: '../../node_modules/tinymce/', setup: (editor: any) => { editor.on('init', (e: any) => { console.log('The Editor has initialized.');