c6754e5866
- All form.aligned inputs got wrapped with special div for easy width control - Fixed edit jump bug
13 lines
142 B
CSS
13 lines
142 B
CSS
form.auth {
|
|
margin: 0 auto;
|
|
width: 400px;
|
|
}
|
|
|
|
form.auth label.left {
|
|
width: 144px;
|
|
}
|
|
|
|
form.auth p {
|
|
text-align: center;
|
|
margin: 10px 0;
|
|
}
|