diff --git a/modules/travel/front/extra-community/index.html b/modules/travel/front/extra-community/index.html
index f19ab592e..fbf982b68 100644
--- a/modules/travel/front/extra-community/index.html
+++ b/modules/travel/front/extra-community/index.html
@@ -42,10 +42,10 @@
Id
|
-
+ |
Supplier
|
-
+ |
Agency
|
@@ -100,7 +100,7 @@
{{::travel.id}}
- |
+ |
@@ -110,22 +110,23 @@
| {{::travel.agencyModeName}} |
-
|
{{::travel.stickers}} |
|
|
- {{::entry.ref}} |
+ {{::entry.ref}} |
{{::entry.stickers}} |
|
{{::entry.loadedkg}} |
diff --git a/modules/travel/front/extra-community/style.scss b/modules/travel/front/extra-community/style.scss
index 532a3056a..4b0dd6b22 100644
--- a/modules/travel/front/extra-community/style.scss
+++ b/modules/travel/front/extra-community/style.scss
@@ -3,7 +3,7 @@
vn-travel-extra-community {
.header {
margin-bottom: 16px;
- font-size: 1.25rem;
+ font-size: 1.1rem;
line-height: 1;
padding: 7px;
padding-bottom: 7px;
@@ -29,10 +29,10 @@ vn-travel-extra-community {
outline: 0;
height: 65px;
pointer-events: fill;
- user-select:all;
+ user-select: all;
}
- tr[draggable] *::selection{
+ tr[draggable] *::selection {
background-color: transparent;
}
@@ -43,16 +43,19 @@ vn-travel-extra-community {
tr[draggable].dragging {
background-color: $color-primary-light;
color: $color-font-light;
- font-weight:bold;
+ font-weight: bold;
}
- .td-editable{
- input{
- font-size: 1.25rem!important;
- }
+ .td-editable {
+ max-width: 200px;
}
- .number *{
- text-align: right;
+ vn-input-number.number {
+ min-width: 100px;
+ padding-right: 10px;
+ }
+
+ .number * {
+ text-align: center;
}
}