diff options
Diffstat (limited to 'themes/admin_wind/views/admin.html.php')
| -rw-r--r-- | themes/admin_wind/views/admin.html.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/themes/admin_wind/views/admin.html.php b/themes/admin_wind/views/admin.html.php index 4ee08d95..b788eb93 100644 --- a/themes/admin_wind/views/admin.html.php +++ b/themes/admin_wind/views/admin.html.php @@ -50,7 +50,7 @@          <a id="g-logo" href="<?= item::root()->url() ?>" title="<?= t("go back to the Gallery")->for_html_attr() ?>">            ← <?= t("back to the ...") ?>          </a> -        <div id="g-site-admin-menu" class="g-clearfix"> +        <div id="g-site-admin-menu" class="ui-helper-clearfix">            <?= $theme->admin_menu() ?>          </div>          <?= $theme->admin_header_bottom() ?> | 
