summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_sidebar.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/views/admin_sidebar.html.php')
-rw-r--r--modules/gallery/views/admin_sidebar.html.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/gallery/views/admin_sidebar.html.php b/modules/gallery/views/admin_sidebar.html.php
index b394aa19..75499cb0 100644
--- a/modules/gallery/views/admin_sidebar.html.php
+++ b/modules/gallery/views/admin_sidebar.html.php
@@ -43,16 +43,16 @@
<div class="g-block-content">
<div id="g-site-blocks" ref="<?= url::site("admin/sidebar/update?csrf={$csrf}__ACTIVE__") ?>">
- <div class="g-admin-blocks-list">
- <div><h3><?= t("Available blocks") ?></h3></div>
+ <div class="g-admin-blocks-list g-left">
+ <h3><?= t("Available blocks") ?></h3>
<div>
<ul id="g-available-blocks" class="g-sortable-blocks">
<?= $available ?>
</ul>
</div>
</div>
- <div class="g-admin-blocks-list">
- <div><h3><?= t("Active blocks") ?></h3></div>
+ <div class="g-admin-blocks-list g-left">
+ <h3><?= t("Active blocks") ?></h3>
<div>
<ul id="g-active-blocks" class="g-sortable-blocks">
<?= $active ?>