From 8d41d0a0767bb1d1b8b7c335e2afa3dd43a9e1fe Mon Sep 17 00:00:00 2001 From: Nicola Carminati Date: Thu, 29 Mar 2018 16:47:39 +0200 Subject: [PATCH] Fix Heads Style + Plc Softkeys --- Step/wwwroot/assets/styles/base/head.less | 3 +++ Step/wwwroot/assets/styles/base/plc-softkeys.less | 1 + Step/wwwroot/assets/styles/style.css | 4 ++++ 3 files changed, 8 insertions(+) diff --git a/Step/wwwroot/assets/styles/base/head.less b/Step/wwwroot/assets/styles/base/head.less index f4cb8f12..508836c9 100644 --- a/Step/wwwroot/assets/styles/base/head.less +++ b/Step/wwwroot/assets/styles/base/head.less @@ -194,10 +194,12 @@ justify-content: space-between; font-weight: 600; span.title{ + font-size: 16px; flex-grow: 1; width: 100%; overflow: hidden; margin-right: 4px; + white-space: nowrap; } span.process, span.isRunning { color: @color-darkish-blue; @@ -291,6 +293,7 @@ } &::-webkit-progress-value { background-image: linear-gradient(to right, @color-clear-blue, #33c4ff); + transition: width 0.3s; } } } diff --git a/Step/wwwroot/assets/styles/base/plc-softkeys.less b/Step/wwwroot/assets/styles/base/plc-softkeys.less index e40e720e..7d2bf4fc 100644 --- a/Step/wwwroot/assets/styles/base/plc-softkeys.less +++ b/Step/wwwroot/assets/styles/base/plc-softkeys.less @@ -236,6 +236,7 @@ } &.multiple { border: 0.5px solid #fff; + cursor: pointer; span { display: flex; background: transparent; diff --git a/Step/wwwroot/assets/styles/style.css b/Step/wwwroot/assets/styles/style.css index 158ab949..dd00f4af 100644 --- a/Step/wwwroot/assets/styles/style.css +++ b/Step/wwwroot/assets/styles/style.css @@ -1702,6 +1702,7 @@ footer .container button.big:before { } .soft-key .detail section.multiple { border: 0.5px solid #fff; + cursor: pointer; } .soft-key .detail section.multiple span { display: flex; @@ -2200,10 +2201,12 @@ footer .container button.big:before { font-weight: 600; } .head-std header span.title { + font-size: 16px; flex-grow: 1; width: 100%; overflow: hidden; margin-right: 4px; + white-space: nowrap; } .head-std header span.process, .head-std header span.isRunning { @@ -2298,6 +2301,7 @@ footer .container button.big:before { } .head-std section progress::-webkit-progress-value { background-image: linear-gradient(to right, #1791ff, #33c4ff); + transition: width 0.3s; } .head-std aside { width: 56px;