client/app/auth/auth.css
author rougeronj
Thu, 28 May 2015 09:56:40 +0200
changeset 103 b707607e8a38
parent 95 46ce67c44723
child 169 76fb2dd72ce4
permissions -rw-r--r--
refer to the user model through settings.AUTH_USER_MODEL

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

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