@signalk/freeboard-sk
Version:
Openlayers chart plotter implementation for Signal K
45 lines (35 loc) • 669 B
CSS
li.nobullet { list-style-type: none ; }
.top-bar {
background: rgba(200,200,200,.6);
color: #333333
}
.content-container {
position: absolute;
top:45px;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-wrap: nowrap;
}
.content-left {
min-width: 150px;
max-width: 30%;
overflow-y: auto;
display: block;
}
.content-right {
flex: 1 1 auto;
overflow-y: auto;
}
tr {
background: white ;
}
tr td {
padding: 1px 5px 1px 5px ;
}
@media only screen and (max-width: 40.0625em) {
.content-left {
display: none;
}
}