@@ -101,7 +103,7 @@
-
+
diff --git a/src/app/pages/publications/publications.page.scss b/src/app/pages/publications/publications.page.scss
index 2dac3d4b2..1a9c5cd92 100644
--- a/src/app/pages/publications/publications.page.scss
+++ b/src/app/pages/publications/publications.page.scss
@@ -102,7 +102,7 @@ ion-toolbar{
}
.item{
width: 100% !important;
- padding: 0 0px 0 0px !important;
+ padding: 0px !important;
border-bottom: 1px solid #ebebeb;
align-items: center;
justify-content: space-between;
@@ -163,6 +163,11 @@ ion-toolbar{
}
}
+ ion-item-options{
+ border: 1px solid #fff;
+ overflow: auto;
+ }
+
ion-item-option{
display: flex;
background: #ffe0e0;
@@ -170,19 +175,29 @@ ion-toolbar{
align-content: center;
}
- .edit-option{
+ .delete-option{
display: flex;
- background: #e0e9ee;
+ background: #ffe0e0;
align-items: center;
align-content: center;
+ border: 1px solid #d30a0a67;
+ }
+
+ .edit-option{
+ display: flex;
+ background: #fff;
+ align-items: center;
+ align-content: center;
+ margin-right: 5px !important;
+ border: 1px solid #42b9feb9;
}
.edit{
- padding: 7px;
+ padding: 6px;
font-size: 35px;
color:#061b52;
border-radius: 20px;
- margin: 8px;
+ margin: 7px;
}
.delete{
padding: 7px;