1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

feat(global): multi endpoint management (#407)

This commit is contained in:
Anthony Lapenna 2016-12-26 09:34:02 +13:00 committed by GitHub
parent a08ea134fc
commit d54d30a7be
47 changed files with 1837 additions and 161 deletions

View file

@ -212,7 +212,7 @@ input[type="radio"] {
margin-bottom: 5px;
}
.login-wrapper {
.page-wrapper {
margin-top: 25px;
height: 100%;
width: 100%;
@ -220,15 +220,15 @@ input[type="radio"] {
align-items: center;
}
.login-box {
.simple-box {
margin-bottom: 80px;
}
.login-box > div:first-child {
.simple-box > div:first-child {
padding-bottom: 10px;
}
.login-logo {
.simple-box-logo {
display: block;
margin: auto;
position: relative;
@ -257,3 +257,8 @@ input[type="radio"] {
.user-box {
margin-right: 25px;
}
.select-endpoint {
width: 80%;
margin: 0 auto;
}