Password change UI

This commit is contained in:
yflory
2018-06-20 10:02:56 +02:00
parent 7948fe2b70
commit a5b207d57b
4 changed files with 90 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
.sidebar-layout_main() {
input[type="text"] {
input[type="text"], input[type="password"] {
padding-left: 10px;
}
#cp-sidebarlayout-container {
@@ -60,7 +60,7 @@
}
margin-bottom: 20px;
}
[type="text"], button {
[type="text"], [type="password"], button {
vertical-align: middle;
height: 40px;
box-sizing: border-box;