All GET methods for the module Publications have been integrated.

- Create new folder for publications have been integrated.
- Adicional touch to display the data in a more friendly way added.
This commit is contained in:
Tiago Kayaya
2020-12-09 12:10:19 +01:00
parent 793eeb8249
commit 21cb7d5e96
121 changed files with 2689 additions and 116 deletions
@@ -66,7 +66,7 @@ ion-toolbar{
padding: 0 !important;
}
.div-title{
width: 270px;
width: 180px;
/* padding: 0!important; */
float: left;
margin: 2.5px 0 0 5px;
@@ -102,6 +102,15 @@ font-size: 25px;
padding: 10px;
font-size: 25px;
}
.ion-input-class{
width: 315px;
height: auto;
border: 1px solid #ebebeb;
border-radius: 5px;
padding-left: 5px;
padding-right: 10px;
float: left;
}
.ion-textarea-class{
width: 315px;
height: auto;
@@ -115,4 +124,14 @@ font-size: 25px;
border: 1px solid #ebebeb;
border-radius: 5px;
overflow: auto;
}
.actionType{
width: 170px;
padding: 10px;
float: right;
overflow: auto;
border-radius: 30px;
}
.ion-segment{
--background: #0782c9;
}