Fix HMI position
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
flex-flow: row;
|
||||
float: left;
|
||||
.list-tab-vertical{
|
||||
width: 40px;
|
||||
width: 43px;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
@@ -65,7 +65,6 @@
|
||||
position: relative;
|
||||
width: 1034px;
|
||||
height: 778px;
|
||||
box-shadow: inset 0 4px 7px 0 @color-black-40;
|
||||
background-color: @color-label-grey;
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
@@ -195,7 +194,7 @@
|
||||
|
||||
.process-selection-maintenance{
|
||||
position: absolute;
|
||||
width: 40px;
|
||||
width: 43px;
|
||||
height:100%;
|
||||
z-index: 0;
|
||||
.process{
|
||||
@@ -203,7 +202,7 @@
|
||||
color: @color-darkish-blue;
|
||||
width: 32px;
|
||||
height: 168px;
|
||||
margin-left: 8px;
|
||||
margin-left: 11px;
|
||||
border-bottom-left-radius: 2px;
|
||||
border-top-left-radius: 2px;
|
||||
background-color: @color-background-white;
|
||||
@@ -218,7 +217,7 @@
|
||||
cursor: pointer;
|
||||
|
||||
&.selected{
|
||||
width: 40px;
|
||||
width: 43px;
|
||||
height: 208px;
|
||||
margin:0;
|
||||
// box-shadow: 0 1px 2px 0 @color-black-40;
|
||||
|
||||
@@ -9728,7 +9728,7 @@ footer .container button.big:before {
|
||||
float: left;
|
||||
}
|
||||
.production-container .production-box .production-left-box .list-tab-vertical {
|
||||
width: 40px;
|
||||
width: 43px;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
@@ -9778,7 +9778,6 @@ footer .container button.big:before {
|
||||
position: relative;
|
||||
width: 1034px;
|
||||
height: 778px;
|
||||
box-shadow: inset 0 4px 7px 0 rgba(0, 0, 0, 0.4);
|
||||
background-color: #979797;
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
@@ -9901,7 +9900,7 @@ footer .container button.big:before {
|
||||
}
|
||||
.process-selection-maintenance {
|
||||
position: absolute;
|
||||
width: 40px;
|
||||
width: 43px;
|
||||
height: 100%;
|
||||
z-index: 0;
|
||||
}
|
||||
@@ -9910,7 +9909,7 @@ footer .container button.big:before {
|
||||
color: #002680;
|
||||
width: 32px;
|
||||
height: 168px;
|
||||
margin-left: 8px;
|
||||
margin-left: 11px;
|
||||
border-bottom-left-radius: 2px;
|
||||
border-top-left-radius: 2px;
|
||||
background-color: #fff;
|
||||
@@ -9923,7 +9922,7 @@ footer .container button.big:before {
|
||||
cursor: pointer;
|
||||
}
|
||||
.process-selection-maintenance .process.selected {
|
||||
width: 40px;
|
||||
width: 43px;
|
||||
height: 208px;
|
||||
margin: 0;
|
||||
border-bottom-left-radius: 2px;
|
||||
|
||||
Reference in New Issue
Block a user