24
1
Fork 0

fixes #746 password input style

This commit is contained in:
Danny Coates 2018-01-31 16:57:25 -08:00
parent 11cbb4df23
commit 9d04ad704a
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 3 additions and 2 deletions

View File

@ -553,7 +553,6 @@ tbody {
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
max-width: 640px;
@ -632,6 +631,7 @@ tbody {
}
#delete-file {
align-self: center;
width: 176px;
height: 44px;
background: #fff;
@ -646,6 +646,7 @@ tbody {
#deletePopup {
position: relative;
align-self: center;
bottom: 50px;
}
@ -905,7 +906,7 @@ tbody {
}
.btn-hidden {
visibility: hidden;
display: none;
}
.input-no-btn {