szurubooru/public_html/media/css/auth.css
Marcin Kurczewski c6754e5866 Closed #35; various tweaks
- All form.aligned inputs got wrapped with special div for easy width control
- Fixed edit jump bug
2013-10-19 20:58:51 +02:00

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;
}