Align action bar text to the left (#7289)
This commit is contained in:
parent
7ac2f76804
commit
b418a892e3
|
|
@ -3396,7 +3396,7 @@ else { //default: white
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
top: <?php echo $action_bar_top; ?>;
|
top: <?php echo $action_bar_top; ?>;
|
||||||
text-align: right;
|
text-align: left;
|
||||||
border-top: <?=$action_bar_border_top?>;
|
border-top: <?=$action_bar_border_top?>;
|
||||||
border-right: <?=$action_bar_border_right?>;
|
border-right: <?=$action_bar_border_right?>;
|
||||||
border-bottom: <?=$action_bar_border_bottom?>;
|
border-bottom: <?=$action_bar_border_bottom?>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue