From 912e27a75c2d5dc531395ac7dc85e2f929aa9d69 Mon Sep 17 00:00:00 2001 From: Alessandro Francia Date: Tue, 3 Jul 2018 15:26:36 +0200 Subject: [PATCH] Fix schermo client produzione production --- Step/wwwroot/assets/styles/base/production.less | 8 ++++---- Step/wwwroot/assets/styles/style.css | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Step/wwwroot/assets/styles/base/production.less b/Step/wwwroot/assets/styles/base/production.less index ab1bdd9e..13f9ad55 100644 --- a/Step/wwwroot/assets/styles/base/production.less +++ b/Step/wwwroot/assets/styles/base/production.less @@ -16,7 +16,7 @@ flex-flow: row; float: left; .list-tab-vertical{ - width: 56px; + width: 48px; height: 100%; display: flex; flex-flow: column; @@ -42,7 +42,7 @@ float: left; .box-header{ width: 1040px; - height: 80px; + height: 72px; display: flex; flex-flow: row; justify-content: center; @@ -170,7 +170,7 @@ .process{ font-size: 40px; color: @color-darkish-blue; - width: 48px; + width: 40px; height: 168px; margin-left: 8px; border-radius: 2px; @@ -186,7 +186,7 @@ cursor: pointer; &.selected{ - width: 56px; + width: 48px; height: 208px; margin:0; box-shadow: 0 1px 2px 0 @color-black-40; diff --git a/Step/wwwroot/assets/styles/style.css b/Step/wwwroot/assets/styles/style.css index 73009da1..eb90e14d 100644 --- a/Step/wwwroot/assets/styles/style.css +++ b/Step/wwwroot/assets/styles/style.css @@ -9703,7 +9703,7 @@ footer .container button.big:before { float: left; } .production-container .production-box .production-left-box .list-tab-vertical { - width: 56px; + width: 48px; height: 100%; display: flex; flex-flow: column; @@ -9730,7 +9730,7 @@ footer .container button.big:before { } .production-container .production-box .production-left-box .box-left .box-left-video .box-header { width: 1040px; - height: 80px; + height: 72px; display: flex; flex-flow: row; justify-content: center; @@ -9853,7 +9853,7 @@ footer .container button.big:before { .process-selection-maintenance .process { font-size: 40px; color: #002680; - width: 48px; + width: 40px; height: 168px; margin-left: 8px; border-radius: 2px; @@ -9867,7 +9867,7 @@ footer .container button.big:before { cursor: pointer; } .process-selection-maintenance .process.selected { - width: 56px; + width: 48px; height: 208px; margin: 0; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);