diff --git a/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.scss b/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.scss
index ac378214b..860c052db 100644
--- a/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.scss
+++ b/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.scss
@@ -19,54 +19,52 @@
overflow:auto;
color:#000;
transform: translate3d(0, 1px, 0);
-
- .header-top{
- width: 360px;
- margin: 0px auto;
- overflow: auto;
- padding: 0 !important;
- background: #fff;
- .middle{
- padding: 0!important;
- float: left;
- width: 280px;
- margin: 2.5px 0 0 5px;
- display: flex;
- align-items: center;
+ .header-top{
+ width: 360px;
+ margin: 0px auto;
+ overflow: auto;
+ padding: 0 !important;
+ background: #fff;
+ .middle{
+ padding: 0!important;
+ float: left;
+ width: 280px;
+ margin: 2.5px 0 0 5px;
+ display: flex;
+ align-items: center;
- }
- .right{
- padding: 0!important;
- float: right;
- font-size: 25px;
- color: #0782c9;
- margin: 5px 0 0 0;
- }
}
- .header-bottom{
- width: 310px;
- overflow: auto;
- margin: 0 auto;
+ .right{
+ padding: 0!important;
+ float: right;
+ font-size: 25px;
+ color: #0782c9;
+ margin: 5px 0 0 0;
+ }
+ }
+ .header-bottom{
+ width: 310px;
+ overflow: auto;
+ margin: 0 auto;
- .header-bottom-icon{
- width: 30px;
- font-size: 25px;
- float: left;
- padding: 2px;
-
- }
- .header-bottom-contacts{
- width: 275px;
- font-size: 15px;
- color: #797979;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- float: left;
+ .header-bottom-icon{
+ width: 30px;
+ font-size: 25px;
+ float: left;
+ padding: 2px;
+ }
+ .header-bottom-contacts{
+ width: 275px;
+ font-size: 15px;
+ color: #797979;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ float: left;
padding: 5px;
- margin: 1px;
- }
+ margin: 1px;
}
+ }
.title{
font-size: 25px;
@@ -197,24 +195,42 @@ ion-button{
}
}
-@media only screen and (max-width: 1023px) {
+@media only screen and (max-width: 800px) {
.content{
- width: 100%;
+ width: 100% !important;
}
.aside-right{
display: none;
}
}
-@media only screen and (min-width: 1024px) {
+@media only screen and (min-width: 801px) {
.div-icon{
display: none;
}
.content{
- width: 75%;
+ width: 65%;
border-right: 1px solid #d8d8d8;
}
+ .aside-right{
+ width: 35%;
+ }
+}
+
+@media only screen and (min-width: 1024px){
+ .content{
+ width: 70%;
+ }
+ .aside-right{
+ width: 30%;
+ }
+}
+
+@media only screen and (min-width: 1140px){
+ .content{
+ width: 75%;
+ }
.aside-right{
width: 25%;
}
-}
\ No newline at end of file
+}
diff --git a/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.ts b/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.ts
index 63156b633..c84522e9f 100644
--- a/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.ts
+++ b/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.ts
@@ -116,14 +116,19 @@ export class ExpedienteDetailPage implements OnInit {
}
async openExpedientActionsModal(taskAction: any, task: any) {
+ let classs;
+ if( window.innerWidth <= 800){
+ classs = 'modal'
+ } else {
+ classs = 'modal modal-desktop showAsideOptions'
+ }
const modal = await this.modalController.create({
component: ExpedientTaskModalPage,
componentProps: {
taskAction: taskAction,
task: task,
},
- cssClass: 'expedient-task-modal modal-desktop',
- backdropDismiss: false
+ cssClass: classs,
});
await modal.present();
modal.onDidDismiss();
@@ -137,12 +142,18 @@ export class ExpedienteDetailPage implements OnInit {
}
async openBookMeetingModal(task: any) {
+ let classs;
+ if( window.innerWidth <= 800){
+ classs = 'book-meeting-modal'
+ } else {
+ classs = 'modal modal-desktop showAsideOptions'
+ }
const modal = await this.modalController.create({
component: BookMeetingModalPage,
componentProps: {
task: task,
},
- cssClass: 'book-meeting-modal modal-desktop',
+ cssClass: classs,
backdropDismiss: false
});
await modal.present();
diff --git a/src/app/pages/publications/view-publications/view-publications.page.scss b/src/app/pages/publications/view-publications/view-publications.page.scss
index b10468d37..2da9c7ab9 100644
--- a/src/app/pages/publications/view-publications/view-publications.page.scss
+++ b/src/app/pages/publications/view-publications/view-publications.page.scss
@@ -136,7 +136,7 @@
}
.post-img{
width: 100%;
- height: 400px;
+ //height: 400px;
margin: 0 auto;
border-radius: 0px!important;
overflow: hidden;
diff --git a/src/app/shared/agenda/approve-event/approve-event.component.html b/src/app/shared/agenda/approve-event/approve-event.component.html
index 9fe12aa8e..64d1b829c 100644
--- a/src/app/shared/agenda/approve-event/approve-event.component.html
+++ b/src/app/shared/agenda/approve-event/approve-event.component.html
@@ -1,4 +1,4 @@
-
+
@@ -75,7 +75,7 @@
Detalhes
- {{loadedEvent.workflowInstanceDataFields.Body}}
+