Merge pull request #2135 from resin-io/fix-status-dots-position

fix(GUI): fix status dots to their position
This commit is contained in:
Jonas Hermsmeier 2018-03-26 14:28:56 +02:00 committed by GitHub
commit 482ea6d8f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 2 deletions

View File

@ -74,11 +74,14 @@ svg-icon > img[disabled] {
}
.page-main .step-footer-split {
position: absolute;
top: 39px;
left: 28px;
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: space-between;
max-width: $btn-min-width;
width: $btn-min-width;
}
.page-main .step-footer-underline {
@ -108,6 +111,8 @@ svg-icon > img[disabled] {
.target-status-wrap {
display: flex;
position: absolute;
top: 62px;
flex-direction: column;
margin: 8px 28px;
align-items: flex-start;
@ -153,3 +158,7 @@ svg-icon > img[disabled] {
.tooltip-inner {
white-space: pre-line;
}
.space-vertical-large {
position: relative;
}

View File

@ -6543,11 +6543,14 @@ svg-icon > img[disabled] {
font-size: 10px; }
.page-main .step-footer-split {
position: absolute;
top: 39px;
left: 28px;
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: space-between;
max-width: 170px; }
width: 170px; }
.page-main .step-footer-underline {
border-bottom: 1px dotted;
@ -6571,6 +6574,8 @@ svg-icon > img[disabled] {
.target-status-wrap {
display: flex;
position: absolute;
top: 62px;
flex-direction: column;
margin: 8px 28px;
align-items: flex-start; }
@ -6603,6 +6608,9 @@ svg-icon > img[disabled] {
.tooltip-inner {
white-space: pre-line; }
.space-vertical-large {
position: relative; }
/*
* Copyright 2016 resin.io
*