Skip to content
Snippets Groups Projects
Commit 0416bb3e authored by Piotr Gawron's avatar Piotr Gawron
Browse files

missing info window styling added

parent 698c7166
No related branches found
No related tags found
1 merge request!5Frontend refactor
table.mapInfoBoxResultsTable {
border-collapse: collapse;
}
table.mapInfoBoxResultsTable, table.mapInfoBoxResultsTable th, table.mapInfoBoxResultsTable td
{
border: 1px solid black;
}
.mapChartNameDiv {
width: 150px;
float: left;
display: inline-block;
}
.mapChartRowEvenDiv {
white-space: nowrap;
overflow: hidden;
margin: 1px;
width: 360px;
background-color: #D3D3D3;
}
.mapChartRowOddDiv {
white-space: nowrap;
overflow: hidden;
margin: 1px;
width: 360px;
background-color: #C0C0C0;
}
.canvasDebugClass {
border: 0;
position: absolute;
......
table.mapInfoBoxResultsTable {
border-collapse: collapse;
}
table.mapInfoBoxResultsTable, table.mapInfoBoxResultsTable th, table.mapInfoBoxResultsTable td
{
border: 1px solid black;
}
.mapChartNameDiv {
width: 150px;
float: left;
display: inline-block;
}
.mapChartRowEvenDiv {
white-space: nowrap;
overflow: hidden;
margin: 1px;
width: 360px;
background-color: #D3D3D3;
}
.mapChartRowOddDiv {
white-space: nowrap;
overflow: hidden;
margin: 1px;
width: 360px;
background-color: #C0C0C0;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment