You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cqtu/static/style.css

38 lines
490 B

7 years ago
body {
7 years ago
min-height: 200px;
7 years ago
}
.navbar-static-top {
margin-bottom: 19px;
}
7 years ago
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}
.container {
width: auto;
padding: 0 15px;
}
.container .text-muted {
margin: 20px 0;
}
.asteriskField {
display: none;
}