1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00

move password change input boxes onto two different lines

This commit is contained in:
Chaoyi Zha 2015-10-27 20:14:59 -04:00
parent 5f1a1c9319
commit 898d3bf855

View File

@ -30,4 +30,8 @@ table {
}
.inline {
display: inline;
}
}
.passwbox {
width: 200px;
margin-bottom: 20px;
}