summaryrefslogtreecommitdiff
path: root/themes/admin_wind
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-17 12:58:31 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-17 12:58:31 -0600
commitad0497a8d2956a73d174445a30d9190b1f970caf (patch)
tree1d80631454feed94164611c6da69cd65eb1a34cf /themes/admin_wind
parentb677eeb5ee4f5e408c3edf890a36d3ccbda9ac3b (diff)
Drop our g-clearfix in favor of using jQuery UI's ui-helper-clearfix.
Diffstat (limited to 'themes/admin_wind')
-rw-r--r--themes/admin_wind/css/fix-ie.css2
-rw-r--r--themes/admin_wind/views/admin.html.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/admin_wind/css/fix-ie.css b/themes/admin_wind/css/fix-ie.css
index 106fe4a1..fe6e32ab 100644
--- a/themes/admin_wind/css/fix-ie.css
+++ b/themes/admin_wind/css/fix-ie.css
@@ -2,7 +2,7 @@
* Fix display in IE 6 and 7
*/
-.g-clearfix,
+.ui-helper-clearfix,
#g-group-admin,
#g-developer-tools {
zoom: 1;
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() ?>">
&larr; <?= 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() ?>