client/app/auth/auth.css
author rougeronj
Tue, 07 Apr 2015 11:56:43 +0200
changeset 73 1aa813be49ec
parent 60 7d624c1013a3
child 95 46ce67c44723
permissions -rw-r--r--
redirect to login page if the account is successfully created

.auth{
	display:block;
	margin:auto;
}

.auth input{
	width: 300px;
	margin: 10px 0;
}