Moved creation button to right side in visual maps - #5404
This commit is contained in:
parent
015b1b55b2
commit
c8e492b194
|
@ -473,7 +473,7 @@ if (!$maps && !is_metaconsole()) {
|
||||||
|
|
||||||
if ($maps) {
|
if ($maps) {
|
||||||
if (!is_metaconsole()) {
|
if (!is_metaconsole()) {
|
||||||
echo '<div class="action-buttons" style="width: 0px;">';
|
echo '<div class="action-buttons" style="width: 100%; text-align: right;">';
|
||||||
} else {
|
} else {
|
||||||
echo '<div class="" style="width: 100%; text-align: right;">';
|
echo '<div class="" style="width: 100%; text-align: right;">';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue