update sign in page with bootstrap 3

This commit is contained in:
Brigitte Warner
2014-08-07 20:43:26 -04:00
parent c2e2ce5b1b
commit d9ed9feec1
4 changed files with 76 additions and 49 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

+25 -2
View File
@@ -11,8 +11,31 @@
*= require_self
*= require datepicker
*= require bootstrap
*= require bootstrap-responsive
*= require bootstrap-timepicker
*= require bootstrap_and_overrides
*= require bootstrap-fontawesome
*/
.container {
max-width: 940px;
margin: 0 auto;
}
.container img {
display: block;
margin: 0 auto;
}
p {
text-align: center;
padding: 20px 0;
}
.check_box {
width: 30px;
height: 30px;
background-color: white;
}
label {
font-size: x-large;
}