streams/view/css/default.css
Christian Vogeley 2dfd65f90b override bootstrap in bootstrap-red
so theme developers are not forced to change anything
2013-12-08 18:49:48 +01:00

32 lines
392 B
CSS

nav {
height: 24px;
display: block;
position: fixed;
width: 100%;
z-index: 100;
background-color: #ff0000;
}
aside#region_1 {
display: block;
width: 210px;
position: absolute;
top: 48px;
left: 0;
margin-left: 10px;
}
aside input[type='text'] {
width: 174px;
}
section {
position: absolute;
top: 48px;
left: 250px;
display: block;
right: 15px;
padding-bottom: 350px;
}