fixes #746 password input style
This commit is contained in:
parent
11cbb4df23
commit
9d04ad704a
|
@ -553,7 +553,6 @@ tbody {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 640px;
|
max-width: 640px;
|
||||||
|
@ -632,6 +631,7 @@ tbody {
|
||||||
}
|
}
|
||||||
|
|
||||||
#delete-file {
|
#delete-file {
|
||||||
|
align-self: center;
|
||||||
width: 176px;
|
width: 176px;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
@ -646,6 +646,7 @@ tbody {
|
||||||
|
|
||||||
#deletePopup {
|
#deletePopup {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
align-self: center;
|
||||||
bottom: 50px;
|
bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -905,7 +906,7 @@ tbody {
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-hidden {
|
.btn-hidden {
|
||||||
visibility: hidden;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-no-btn {
|
.input-no-btn {
|
||||||
|
|
Loading…
Reference in New Issue