-
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogCicloAutomatico/components/tables/log-ciclo-automatico-table/log-ciclo-automatico-table.less b/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogCicloAutomatico/components/tables/log-ciclo-automatico-table/log-ciclo-automatico-table.less
index bdd38cce..5d0300f8 100644
--- a/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogCicloAutomatico/components/tables/log-ciclo-automatico-table/log-ciclo-automatico-table.less
+++ b/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogCicloAutomatico/components/tables/log-ciclo-automatico-table/log-ciclo-automatico-table.less
@@ -1,186 +1,30 @@
@import "../../../../variable.less";
-span {
- display: inline-block;
+.date {
+ width: 212px;
}
-
-.log-ciclo-automatico-table {
- width: 1384px;
- height: 886px;
- margin: 20px 20px 0 20px;
- thead {
- height: 34px;
- opacity: 0.5;
- background-color: @fill-under-grey-1-2;
- }
- th {
- display: inline-block;
- }
- tbody {
- overflow-y: scroll;
- height: 752px;
- tr {
- display: inline-block;
- width: 1358px;
- height: 64px;
- float: left;
- &-inner {
- width: 1358px;
- height: 64px;
- margin: 34px 26px 0 0;
- padding: 0 2px 0 10px;
- }
- }
- }
-}
-
-.date-ciclo {
- width: 63px;
- height: 12px;
- margin: 10px 149px 12px 9px;
-
- font-size: 14px;
- font-weight: normal;
- font-stretch: normal;
- font-style: normal;
- line-height: 0.86;
- letter-spacing: normal;
- color: @white;
- text-align: left !important;
- float: left;
- &-inner {
- width: 177px;
- height: 16px;
- margin: 24px 0px 0px 10px;
-
- font-size: 14px;
- font-weight: normal;
- font-stretch: normal;
- font-style: normal;
- line-height: normal;
- letter-spacing: normal;
- float: left;
- text-align: left;
- color: @very-light-pink;
- }
-}
-
-.class-ciclo {
- width: 63px;
- height: 12px;
- margin: 10px 36px 12px 0px;
-
- font-size: 14px;
- font-weight: normal;
- font-stretch: normal;
- font-style: normal;
- line-height: 0.86;
- letter-spacing: normal;
- text-align: center;
- float: left;
- color: @white;
- &-inner {
- width: 35px;
- height: 16px;
- margin: 24px 0px 0px 47px;
-
- font-size: 14px;
- font-weight: normal;
- font-stretch: normal;
- font-style: normal;
- line-height: normal;
- letter-spacing: normal;
- text-align: center;
- float: left;
- color: @very-light-pink;
- }
-}
-
-.recipe-ciclo {
- width: 63px;
- height: 12px;
- margin: 10px 108px 12px 0px;
-
- font-size: 14px;
- font-weight: normal;
- font-stretch: normal;
- font-style: normal;
- line-height: 0.86;
- letter-spacing: normal;
- float: left;
- color: @white;
- &-inner {
- width: 121px;
- height: 16px;
- margin: 24px 0px 0px 51px;
-
- font-size: 14px;
- font-weight: normal;
- font-stretch: normal;
- font-style: normal;
- line-height: normal;
- letter-spacing: normal;
- text-align: center;
- float: left;
- color: @very-light-pink;
- }
-}
-
-.message-ciclo {
- width: 114px;
- height: 12px;
- margin: 10px 0px 12px 0px;
-
- font-size: 14px;
- font-weight: normal;
- font-stretch: normal;
- font-style: normal;
- line-height: 0.86;
- letter-spacing: normal;
- float: left;
- text-align: left !important;
- color: @white;
- &-inner {
+.message {
width: 751px;
- height: 64px;
- margin: 18px 0px 0px 50px;
+}
- font-size: 14px;
- font-weight: normal;
- font-stretch: normal;
- font-style: normal;
- line-height: normal;
- letter-spacing: normal;
- float: left;
- text-align: initial;
- color: @very-light-pink;
+th,
+td {
+ &.ciclo-date {
+ width: 212px;
+ max-width: 212px;
+ }
+ &.ciclo-message {
+ width: 751px;
+ max-width: 751px;
+ }
+ &.ciclo-recipe {
+ width: 171px;
+ max-width: 171px;
}
}
-.button-details {
- width: 99px;
- float: right;
- display: flex;
- justify-content: center;
- padding: 14px 0px 13px 0px;
- margin: 8px 8px 8px 8px;
- object-fit: contain;
- border-radius: 2px;
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
- background-image: linear-gradient(to bottom, #818a8f 0%, #42494e 98%);
- cursor: pointer;
- &-label {
- width: 62px;
- height: 21px;
- object-fit: contain;
- font-size: 18px;
- font-weight: 500;
- font-stretch: normal;
- font-style: normal;
- line-height: normal;
- letter-spacing: normal;
- text-align: center;
- color: @very-light-pink;
- }
-}
+
+
+
+
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogCicloAutomatico/components/tables/log-ciclo-automatico-table/log-ciclo-automatico-table.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogCicloAutomatico/components/tables/log-ciclo-automatico-table/log-ciclo-automatico-table.vue
index 105321a5..42af9788 100644
--- a/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogCicloAutomatico/components/tables/log-ciclo-automatico-table/log-ciclo-automatico-table.vue
+++ b/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogCicloAutomatico/components/tables/log-ciclo-automatico-table/log-ciclo-automatico-table.vue
@@ -1,40 +1,29 @@
-
-
+
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogMisurazioni/components/log-misurazioni/log-misurazioni.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogMisurazioni/components/log-misurazioni/log-misurazioni.vue
index accfddda..d0f61c42 100644
--- a/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogMisurazioni/components/log-misurazioni/log-misurazioni.vue
+++ b/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogMisurazioni/components/log-misurazioni/log-misurazioni.vue
@@ -1,6 +1,6 @@
-
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogMisurazioni/components/tables/log-misurazioni-table/log-misurazioni-table.less b/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogMisurazioni/components/tables/log-misurazioni-table/log-misurazioni-table.less
index 3f7c1d92..e8f5a3e1 100644
--- a/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogMisurazioni/components/tables/log-misurazioni-table/log-misurazioni-table.less
+++ b/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogMisurazioni/components/tables/log-misurazioni-table/log-misurazioni-table.less
@@ -1,163 +1,23 @@
@import "../../../../variable.less";
-span {
- display: inline-block;
-}
-.log-misurazioni-table {
- width: 1384px;
- height: 886px;
- margin: 20px 20px 0 20px;
- thead {
- height: 34px;
- opacity: 0.5;
- background-color: @fill-under-grey-1-2;
+th,
+td {
+ &.misurazioni-value {
+ width: 322px;
+ max-width: 322px;
}
- th {
- display: inline-block;
+ &.misurazioni-recipe {
+ width: 539px;
+ max-width: 539px;
}
- tbody tr:nth-child(odd) {
- background-color: @fill-under-grey-3-2;
+ &.misurazioni-date {
+ width: 313px;
+ max-width: 313px;
}
- tbody tr:nth-child(even) {
- background-color: @fill-under-grey-1-2;
- }
- tbody {
- overflow-y: scroll;
- height: 752px;
- tr {
- display: inline-block;
- width: 1358px;
- height: 64px;
- float: left;
- &-inner {
- width: 1358px;
- height: 64px;
- margin: 34px 26px 0 0;
- padding: 0 2px 0 10px;
- }
- }
+ &.misurazioni-type {
+ width: 187px;
+ max-width:187px;
}
}
-.date-misurazioni {
- width: 63px;
- height: 12px;
- margin: 10px 0px 12px 9px;
-
- font-size: 14px;
- font-weight: normal;
- font-stretch: normal;
- font-style: normal;
- line-height: 0.86;
- letter-spacing: normal;
- color: @white;
- text-align: left !important;
- float: left;
- &-inner {
- width: 164px;
- height: 16px;
- margin: 24px 0px 24px 10px;
-
- font-size: 14px;
- font-weight: normal;
- font-stretch: normal;
- font-style: normal;
- line-height: normal;
- letter-spacing: normal;
- text-align: left !important;
- float: left;
- color: @very-light-pink;
- }
-}
-
-.recipe-misurazioni {
- width: 63px;
- height: 12px;
- margin: 10px 0px 12px 267px;
-
- font-size: 14px;
- font-weight: normal;
- font-stretch: normal;
- font-style: normal;
- line-height: 0.86;
- letter-spacing: normal;
- text-align: left;
- float: left;
- color: @white;
- &-inner {
- width: 121px;
- height: 16px;
- margin: 24px 0px 24px 139px;
-
- font-size: 14px;
- font-weight: normal;
- font-stretch: normal;
- font-style: normal;
- line-height: normal;
- letter-spacing: normal;
- text-align: center !important;
- float: left;
- color: @very-light-pink;
- }
-}
-
-.type-misurazioni {
- width: 63px;
- height: 12px;
- margin: 10px 0 12px 448px;
-
- font-size: 14px;
- font-weight: normal;
- font-stretch: normal;
- font-style: normal;
- line-height: 0.86;
- letter-spacing: normal;
- text-align: left !important;
- float: left;
- color: @white;
- &-inner {
- width: 48px;
- height: 16px;
- margin: 24px 0px 24px 410px;
-
- font-size: 14px;
- font-weight: normal;
- font-stretch: normal;
- font-style: normal;
- line-height: normal;
- letter-spacing: normal;
- float: left;
- color: @very-light-pink;
- }
-}
-
-.value-misurazioni {
- width: 63px;
- height: 12px;
- margin: 10px 268px 12px 124px;
-
- font-size: 14px;
- font-weight: normal;
- font-stretch: normal;
- font-style: normal;
- line-height: 0.86;
- letter-spacing: normal;
- text-align: left !important;
- color: @white;
- &-inner {
- width: 253px;
- height: 16px;
- margin: 24px 69px 24px 142px;
-
- font-size: 14px;
- font-weight: normal;
- font-stretch: normal;
- font-style: normal;
- line-height: normal;
- letter-spacing: normal;
- float: left;
- text-align: initial;
- color: @very-light-pink;
- }
-}
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogMisurazioni/components/tables/log-misurazioni-table/log-misurazioni-table.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogMisurazioni/components/tables/log-misurazioni-table/log-misurazioni-table.vue
index 39ac4369..6e5366f8 100644
--- a/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogMisurazioni/components/tables/log-misurazioni-table/log-misurazioni-table.vue
+++ b/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogMisurazioni/components/tables/log-misurazioni-table/log-misurazioni-table.vue
@@ -1,33 +1,33 @@
-