header and footer

This commit is contained in:
Ben Ramey
2014-03-29 11:04:11 -05:00
parent 715b85522f
commit 1e39de836b
4 changed files with 30 additions and 22 deletions

View File

@@ -1,30 +1,25 @@
@footer-height: 52px;
html {
position: relative;
min-height: 100%;
}
body {
background-color: #fff;
margin-bottom: 40px;
}
header.page-header {
border-bottom-color: #ddd;
margin: 0;
margin-bottom: @footer-height;
}
#page {
padding-bottom: 30px;
#main-cell {
display: table-cell;
vertical-align: middle;
}
padding-bottom: 20px;
}
#footer {
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 40px;
background-color: #fff;
border-top: 1px solid #333;
box-shadow: 0 0 10px 0 #333;
height: @footer-height;
overflow: hidden;
.navbar {
border-radius: 0;
}
}
.create-run-form {
}