header and footer
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user