Removed final two specific clear fixes for the developer module and the admin theme's main menu.

This commit is contained in:
Chad Kieffer
2009-10-15 21:21:32 -06:00
committed by Tim Almdal
parent 3ecff22edb
commit 35351bcd4e
2 changed files with 2 additions and 7 deletions

View File

@@ -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;

View File

@@ -50,7 +50,7 @@
<a id="g-logo" href="<?= item::root()->url() ?>" title="<?= t("go back to the Gallery")->for_html_attr() ?>">
&larr; <?= 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() ?>