Fix Heade Header style

This commit is contained in:
Nicola Carminati
2018-07-04 11:37:53 +02:00
parent 1493f28629
commit e2ebed96ea
3 changed files with 33 additions and 5 deletions
+15 -1
View File
@@ -393,13 +393,27 @@
.head-production header{
min-height: 96px;
justify-content: start;
.title{
display: flex;
flex-flow: row;
font-size: 18px;
line-height: 20px;
font-weight: 600;
margin: 8px 0;
width:100%;
}
> div {
display: flex;
flex-flow: row;
align-items: center;
justify-content: center;
margin-top: 3px;
span.process{
width: 32px;
width: 27px;
font-size: 16px;
height: 27px;
line-height: 27px;
}
}
}
+15 -1
View File
@@ -3212,15 +3212,29 @@ footer .container button.big:before {
}
.head-production header {
min-height: 96px;
justify-content: start;
}
.head-production header .title {
display: flex;
flex-flow: row;
font-size: 18px;
line-height: 20px;
font-weight: 600;
margin: 8px 0;
width: 100%;
}
.head-production header > div {
display: flex;
flex-flow: row;
align-items: center;
justify-content: center;
margin-top: 3px;
}
.head-production header > div span.process {
width: 32px;
width: 27px;
font-size: 16px;
height: 27px;
line-height: 27px;
}
.head-production.selected header {
min-height: 94px;
@@ -2,13 +2,13 @@
<!-- <div class="test-container"> -->
<div class="head-production">
<header>
{{title}}
<div class="title">{{title}}</div>
<div>
<span class="isRunning" :title="'heads_tooltip_active' | localize('Head Active state')" >
<span class="process">
<i class="fa fa-refresh fa-spin" v-if="isActive"></i>
</span>
<span class="process">
{{process}}
P{{process}}
</span>
</div>