Fixed terms and conditions on signup page, also removed script tag that is no longer being used
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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');
|
||||
});
|
||||
|
Reference in New Issue
Block a user