1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

feat(init-admin): allow to specify a username for the initial admin account (#1160)

This commit is contained in:
Anthony Lapenna 2017-08-28 20:59:13 +02:00 committed by GitHub
parent 13b2fcffd2
commit e65d132b3d
12 changed files with 385 additions and 276 deletions

View file

@ -254,11 +254,11 @@ a[ng-click]{
margin-bottom: 10px;
}
.login-form > div {
.simple-box-form > div {
margin-bottom: 25px;
}
.login-form > div:last-child {
.simple-box-form > div:last-child {
margin-top: 10px;
margin-bottom: 10px;
}