mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-02 09:49:09 -04:00
Removed final two specific clear fixes for the developer module and the admin theme's main menu.
This commit is contained in:
@@ -315,14 +315,9 @@ form .g-error {
|
||||
|
||||
/** *******************************************************************
|
||||
* 6) Browser hacks
|
||||
* @todo Insert .g-clearfix in context of specific selectors
|
||||
* listed then delete them
|
||||
*********************************************************************/
|
||||
|
||||
.g-clearfix:after,
|
||||
#g-site-admin-menu:after,
|
||||
#g-module-create-form ul li ul:after,
|
||||
#g-developer-tools:after {
|
||||
.g-clearfix:after {
|
||||
clear: both;
|
||||
content: ".";
|
||||
display: block;
|
||||
|
||||
@@ -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" style="display: none;">
|
||||
<div id="g-site-admin-menu" class="g-clearfix">
|
||||
<?= $theme->admin_menu() ?>
|
||||
</div>
|
||||
<?= $theme->admin_header_bottom() ?>
|
||||
|
||||
Reference in New Issue
Block a user