Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
0416bb3e
Commit
0416bb3e
authored
Feb 03, 2017
by
Piotr Gawron
Browse files
missing info window styling added
parent
698c7166
Changes
2
Hide whitespace changes
Inline
Side-by-side
web/src/main/webapp/resources/css/global.css
View file @
0416bb3e
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
;
...
...
web/src/main/webapp/resources/css/map.css
deleted
100644 → 0
View file @
698c7166
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment