streams/view/css/default.css

33 lines
452 B
CSS

header #banner {
position: fixed;
top: 0;
width: 250px;
margin-left: auto;
margin-right: auto;
}
main {
display: table;
position: relative;
width: 100%;
height: 100%;
}
aside#region_1 {
width: 210px;
min-width: 210px;
display: table-cell;
vertical-align: top;
padding: 65px 7px 7px 7px;
}
aside input[type='text'] {
width: 174px;
}
section {
width: 100%;
display: table-cell;
vertical-align: top;
padding: 65px 15px 200px 7px;
}