diff --git a/Step/wwwroot/assets/styles/base/head.less b/Step/wwwroot/assets/styles/base/head.less index b9331981..d2b75e3b 100644 --- a/Step/wwwroot/assets/styles/base/head.less +++ b/Step/wwwroot/assets/styles/base/head.less @@ -186,7 +186,7 @@ display: flex; font-size: 18px; color: @color-darkish-blue; - padding: 0 8px; + padding: 0 4px; height: 24px; line-height: 24px; flex-shrink: 0; @@ -196,8 +196,10 @@ span.title{ flex-grow: 1; width: 100%; + overflow: hidden; + margin-right: 4px; } - span.process { + span.process, span.isRunning { color: @color-darkish-blue; // width: 25px; width: 32px; @@ -213,6 +215,9 @@ line-height: 20px; } } + span.isRunning{ + margin-right: 4px; + } } section { width: calc(~"100% - 56px"); @@ -342,6 +347,10 @@ border-color: #fff !important; color: #fff; } + span.isRunning { + border-color: #fff !important; + color: #fff; + } } } } diff --git a/Step/wwwroot/assets/styles/style.css b/Step/wwwroot/assets/styles/style.css index 977ae315..b919c7de 100644 --- a/Step/wwwroot/assets/styles/style.css +++ b/Step/wwwroot/assets/styles/style.css @@ -2132,7 +2132,7 @@ footer .container button.big:before { display: flex; font-size: 18px; color: #002680; - padding: 0 8px; + padding: 0 4px; height: 24px; line-height: 24px; flex-shrink: 0; @@ -2143,8 +2143,11 @@ footer .container button.big:before { .head-std header span.title { flex-grow: 1; width: 100%; + overflow: hidden; + margin-right: 4px; } -.head-std header span.process { +.head-std header span.process, +.head-std header span.isRunning { color: #002680; width: 32px; font-size: 14px; @@ -2156,9 +2159,13 @@ footer .container button.big:before { text-align: center; border: 1px solid #002680; } -.head-std header span.process i { +.head-std header span.process i, +.head-std header span.isRunning i { line-height: 20px; } +.head-std header span.isRunning { + margin-right: 4px; +} .head-std section { width: calc(100% - 56px); display: flex; @@ -2287,6 +2294,10 @@ footer .container button.big:before { border-color: #fff !important; color: #fff; } +.head-std.selected header span.isRunning { + border-color: #fff !important; + color: #fff; +} .heads-container { position: absolute; top: -6px; diff --git a/Step/wwwroot/src/modules/heads/head.vue b/Step/wwwroot/src/modules/heads/head.vue index 18ffcad7..ca830e81 100644 --- a/Step/wwwroot/src/modules/heads/head.vue +++ b/Step/wwwroot/src/modules/heads/head.vue @@ -3,7 +3,7 @@
{{title}} - +