remove aside on navbar collapse and add button to toggle visibility

This commit is contained in:
marijus
2014-03-07 13:36:49 +01:00
parent 2a1729e671
commit e8da840eec
6 changed files with 49 additions and 35 deletions

View File

@@ -6,25 +6,23 @@ header #banner {
margin-right: auto;
}
main {
padding: 55px 0px 200px 0px;
border-spacing: 10px;
}
aside#region_1 {
display: block;
width: 210px;
position: absolute;
top: 65px;
left: 0;
margin-left: 10px;
min-width: 210px;
display: table-cell;
vertical-align: top;
}
aside input[type='text'] {
width: 174px;
}
section {
position: absolute;
top: 65px;
left: 250px;
display: block;
right: 15px;
padding-bottom: 350px;
width: 100%;
display: table-cell;
vertical-align: top;
}