streams/view/css/default.css

35 lines
472 B
CSS
Raw Normal View History

2014-03-04 11:27:53 +00:00
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 {
2014-03-22 20:10:26 +00:00
width: 231px;
min-width: 231px;
max-width: 231px;
display: table-cell;
vertical-align: top;
2014-03-22 20:10:26 +00:00
padding: 65px 7px 0px 7px;
2012-07-22 06:17:45 +00:00
}
aside input[type='text'] {
width: 174px;
}
2012-07-22 06:17:45 +00:00
section {
width: 100%;
display: table-cell;
vertical-align: top;
padding: 65px 13px 200px 13px;
2012-07-22 06:17:45 +00:00
}