Fixed terms and conditions on signup page, also removed script tag that is no longer being used

This commit is contained in:
Sahat Yalkabov
2013-12-11 22:29:43 -05:00
parent d148004d56
commit b76e67d3a4
2 changed files with 94 additions and 101 deletions

View File

@ -5,15 +5,14 @@ body {
// TODO: Refactor
//
.navbar-nav img {
border-radius: 50%;
width: 40px;
height: 40px;
margin: -10px 0 -10px 0;
border-radius: 50%;
background-color: #1a242f;
img {
max-height: 100%;
}
vertical-align: baseline;
margin-top: -15px;
margin-bottom: -15px;
position: relative;
left: -10px;
}
[class^="fa-"],
@ -40,16 +39,15 @@ body {
.github {
background-color: #333;
border-color: #333;
}
// TODO: REFACTOR
}// TODO: REFACTOR
// Search field
.dataTables_filter {
float: right;
input {
.form-control;
display: inline-block;
width: inherit;
height: 30px;
@ -176,3 +174,4 @@ body {
pointer-events: none;
}
}

View File

@ -29,7 +29,7 @@ block content
.col-sm-offset-3.col-sm-7
button.btn.btn-primary(type='submit') Signup
#terms-conditions.modal.fade(tabindex='-1', role='dialog', aria-labelledby='myModalLabel', aria-hidden='true')
#terms-conditions.modal.fade(tabindex='-1', role='dialog', aria-labelledby='myModalLabel', aria-hidden='true')
.modal-dialog
.modal-content
.modal-header
@ -118,9 +118,3 @@ block content
button.btn.btn-primary(type='button', data-dismiss='modal')
i.fa.fa-times-circle
| Close
script
$(function() {
$('.navbar').remove();
$('body').addClass('signup-body');
});