migrate login page

This commit is contained in:
Reinier Balt 2013-06-21 10:18:02 +02:00
parent 40eb14fc1a
commit b6dc330ab0
7 changed files with 212 additions and 47 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1 @@
# Tracks specific coffeescript

View file

@ -0,0 +1,18 @@
/*
* Tracks CSS
*/
.navbar-inner {
background-color: #000;
background-image: none;
}
footer {
text-align: center;
background-color: #000;
background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
}
div#tracks-login-form {
margin: 0 0 100px 0;
}