diff --git a/Thermo.Active/wwwroot/assets/styles/base/input.less b/Thermo.Active/wwwroot/assets/styles/base/input.less index ef523713..ee3b215b 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/input.less +++ b/Thermo.Active/wwwroot/assets/styles/base/input.less @@ -238,7 +238,7 @@ select:focus { display: flex; flex-flow: row nowrap; - padding: 4px; + padding: 0 4px; align-items: center; justify-content: stretch; diff --git a/Thermo.Active/wwwroot/assets/styles/base/setup.less b/Thermo.Active/wwwroot/assets/styles/base/setup.less index fa8f849d..849b118d 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/setup.less +++ b/Thermo.Active/wwwroot/assets/styles/base/setup.less @@ -70,6 +70,10 @@ // align-items: center; position: relative; + &.shrink { + flex-shrink: 2; + } + .slides { width: 100%; height: 160px; @@ -357,6 +361,10 @@ box-sizing: border-box; clear: both; + &.mb-10 { + margin-bottom: 10px; + } + &.transparent { .body { border: none; @@ -391,6 +399,7 @@ flex-flow: column; justify-items: center; padding-bottom: 10px; + padding-top: 5px; border: 2px solid #979797; } diff --git a/Thermo.Active/wwwroot/assets/styles/style.css b/Thermo.Active/wwwroot/assets/styles/style.css index 30a7808b..218ed9d5 100644 --- a/Thermo.Active/wwwroot/assets/styles/style.css +++ b/Thermo.Active/wwwroot/assets/styles/style.css @@ -61,6 +61,9 @@ width: 100%; position: relative; } +.setup .modal section.body section article.shrink { + flex-shrink: 2; +} .setup .modal section.body section article .slides { width: 100%; height: 160px; @@ -287,6 +290,9 @@ box-sizing: border-box; clear: both; } +.box.mb-10 { + margin-bottom: 10px; +} .box.transparent .body { border: none; } @@ -315,6 +321,7 @@ flex-flow: column; justify-items: center; padding-bottom: 10px; + padding-top: 5px; border: 2px solid #979797; } .box .submit { @@ -5739,7 +5746,7 @@ select:focus { border: none; display: flex; flex-flow: row nowrap; - padding: 4px; + padding: 0 4px; align-items: center; justify-content: stretch; } diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/base-components/aria-controstampo.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/base-components/aria-controstampo.vue index 85bf3ab5..5c205f70 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/base-components/aria-controstampo.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/base-components/aria-controstampo.vue @@ -22,25 +22,25 @@