diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-11-18 11:26:34 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-18 11:26:34 -0800 |
| commit | 350f6b58764beced6cd32497ad11e530b091fd5c (patch) | |
| tree | ea8705d0a28e8ed78cc9507aa688b7c8a1a9eb87 /modules/gallery/views | |
| parent | 670312ff10b5083a349456df116b5c815ccc73a0 (diff) | |
| parent | 5b579ffdcb05322d42c9e402d9b841ace249a025 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/views')
| -rw-r--r-- | modules/gallery/views/admin_sidebar.html.php | 8 |
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 ?> |
