summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-15 21:21:32 -0600
committerTim Almdal <tnalmdal@shaw.ca>2009-10-16 08:50:56 -0700
commit35351bcd4e1fcbaf9874bc77047e4e1cac9b8f6f (patch)
tree52f09837000500d151ab7880fca31f39e863213c
parent3ecff22edb99cefe3b6c20fdc6418544ed5e20c9 (diff)
Removed final two specific clear fixes for the developer module and the admin theme's main menu.
-rw-r--r--lib/gallery.common.css7
-rw-r--r--themes/admin_wind/views/admin.html.php2
2 files changed, 2 insertions, 7 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css
index cc44b663..264d3c2e 100644
--- a/lib/gallery.common.css
+++ b/lib/gallery.common.css
@@ -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;
diff --git a/themes/admin_wind/views/admin.html.php b/themes/admin_wind/views/admin.html.php
index fc86e1c9..4ee08d95 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() ?>">
&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() ?>