minfix layout (check-table)

This commit is contained in:
xdrm-brackets 2017-09-23 19:58:39 +02:00
parent 475ea6d0b3
commit f9f0074609
2 changed files with 11 additions and 1 deletions

View File

@ -21,6 +21,7 @@
&.contain-check-table{ &.contain-check-table{
flex-direction: column; flex-direction: column;
flex-wrap: nowrap; flex-wrap: nowrap;
align-items: center;
} }
.inline-box{ .inline-box{
@ -452,7 +453,10 @@
transform: translateX(-50%); transform: translateX(-50%);
&#choose-cluster{
left: 0;
transform: none;
}
&.valid{ &.valid{
border-color: $form-valid-color; border-color: $form-valid-color;

View File

@ -33,6 +33,7 @@
#WRAPPER > #CONTAINER > section.active.contain-check-table { #WRAPPER > #CONTAINER > section.active.contain-check-table {
flex-direction: column; flex-direction: column;
flex-wrap: nowrap; flex-wrap: nowrap;
align-items: center;
} }
#WRAPPER > #CONTAINER > section.active .inline-box { #WRAPPER > #CONTAINER > section.active .inline-box {
@ -632,6 +633,11 @@
transform: translateX(-50%); transform: translateX(-50%);
} }
#WRAPPER > #CONTAINER > section > form#choose-cluster, #WRAPPER > #CONTAINER .form#choose-cluster {
left: 0;
transform: none;
}
#WRAPPER > #CONTAINER > section > form.valid, #WRAPPER > #CONTAINER .form.valid { #WRAPPER > #CONTAINER > section > form.valid, #WRAPPER > #CONTAINER .form.valid {
border-color: #27a560; border-color: #27a560;
} }