mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Align action bar text to the left (#7289)
This commit is contained in:
@@ -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?>;
|
||||||
|
|||||||
Reference in New Issue
Block a user