Fix alignement of legend

This commit is contained in:
Laurent Destailleur 2019-08-30 04:14:45 +02:00
parent 58fdfc25d2
commit 906506b74c
2 changed files with 6 additions and 0 deletions

View File

@ -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;

View File

@ -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;