Merge "Chart css small fixes"
This commit is contained in:
commit
4586248e87
@ -11,7 +11,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
min-height: @min_height_fullscreen_chart;
|
min-height: @min_height_fullscreen_chart;
|
||||||
min-width: @min_width_fullscreen_chart;
|
min-width: @min_width_fullscreen_chart;
|
||||||
.rickshaw_graph .detail {
|
.detail {
|
||||||
.x_label { display: none }
|
.x_label { display: none }
|
||||||
.item { line-height: 1.4; padding: 0.5em }
|
.item { line-height: 1.4; padding: 0.5em }
|
||||||
.date { color: #a0a0a0 }
|
.date { color: #a0a0a0 }
|
||||||
@ -67,3 +67,13 @@
|
|||||||
left: 40%;
|
left: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//small fix for rickshaw, for a better visual integration with Horizon
|
||||||
|
.rickshaw_legend {
|
||||||
|
background: white;
|
||||||
|
color: #404040;
|
||||||
|
|
||||||
|
.action {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user