szurubooru/public_html/media/css/auth.css

14 lines
144 B
CSS
Raw Normal View History

2013-10-12 19:28:52 +02:00
form.auth {
margin: 0 auto;
2013-10-19 22:56:56 +02:00
max-width: 400px;
2013-10-12 19:28:52 +02:00
}
form.auth label.left {
2013-10-19 22:56:56 +02:00
width: 35%;
2013-10-12 19:28:52 +02:00
}
form.auth p {
text-align: center;
margin: 10px 0;
}