Fix alignement of legend
This commit is contained in:
parent
58fdfc25d2
commit
906506b74c
@ -3418,6 +3418,9 @@ div.dolgraph div.legend, div.dolgraph div.legend div { background-color: rgba(25
|
||||
div.dolgraph div.legend table tbody tr { height: auto; }
|
||||
td.legendColorBox { padding: 2px 2px 2px 0 !important; }
|
||||
td.legendLabel { padding: 2px 2px 2px 0 !important; }
|
||||
td.legendLabel {
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
label.radioprivate {
|
||||
white-space: nowrap;
|
||||
|
||||
@ -3623,6 +3623,9 @@ div.dolgraph div.legend, div.dolgraph div.legend div { background-color: rgba(25
|
||||
div.dolgraph div.legend table tbody tr { height: auto; }
|
||||
td.legendColorBox { padding: 2px 2px 2px 0 !important; }
|
||||
td.legendLabel { padding: 2px 2px 2px 0 !important; }
|
||||
td.legendLabel {
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
|
||||
label.radioprivate {
|
||||
white-space: nowrap;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user