Hi mates! Referring to the prevuois topic which is already unfortunately closed,
I post here as promised my Dashboard. I'm not an HTML guru, can you please help me to remove the margins/grid for the forecast table? The vertical bars are ok but the horizoltal ones gave the table an overfit which creates the scroll bar:
I suppose here is the code about that:
tab{
opacity: 1;
background-color: #333333;
/*border: 1px solid #555555;*/
position: absolute;
vertical-align:middle;
width:98%;
}
td{
padding:3px;
opacity: 1;
background-color: #333333;
vertical-align:middle;
width:9%;
word-wrap: break-all;
}
.td-a{
border: 1px solid #555555;
}
.td-l{
border-left: 1px solid #555555;
}
.td-r{
border-right: 1px solid #555555;
}
.td-t{
border-top: 1px solid #555555;
}
.td-b{
border-bottom: 1px solid #555555;
}
.td-lt{
border-left: 1px solid #555555;
border-top: 1px solid #555555;
}
.td-rt{
border-right: 1px solid #555555;
border-top: 1px solid #555555;
}
.td-lb{
border-left: 1px solid #555555;
border-bottom: 1px solid #555555;
}
.td-rb{
border-right: 1px solid #555555;
border-bottom: 1px solid #555555;
}
.td-ltr{
border-right: 1px solid #555555;
border-left: 1px solid #555555;
border-top: 1px solid #555555;
height:60px;
}
.td-lbr{
border-right: 1px solid #555555;
border-left: 1px solid #555555;
border-bottom: 1px solid #555555;
}
.td-lr{
border-right: 1px solid #555555;
border-left: 1px solid #555555;
}
</style>
I'll be glad to post here the flow soon, when it's completed!