diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-03 05:27:47 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-03 05:27:47 +0000 |
commit | 5170cc2b677a9d521dbc2176c6bb1f25efbbc785 (patch) | |
tree | 05233623823df1dda4ee9202fb3b11215a281ee7 /views/default/account/forms | |
parent | 037148770b5bc8c8682d8c992f9fbf490d608a48 (diff) | |
download | elgg-5170cc2b677a9d521dbc2176c6bb1f25efbbc785.tar.gz elgg-5170cc2b677a9d521dbc2176c6bb1f25efbbc785.tar.bz2 |
Fixes #2440: Converted clearfloat to clearfix, brought back orig clearfloat
git-svn-id: http://code.elgg.org/elgg/trunk@7223 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/account/forms')
-rw-r--r-- | views/default/account/forms/login_walled_garden.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/views/default/account/forms/login_walled_garden.php b/views/default/account/forms/login_walled_garden.php index 4bfc3afda..8f0faefe8 100644 --- a/views/default/account/forms/login_walled_garden.php +++ b/views/default/account/forms/login_walled_garden.php @@ -39,8 +39,8 @@ if ($CONFIG->allow_registration) { )); echo <<<__HTML -<div id="registration_form" class="hidden clearfloat"> -<div id="hiddenform_body" class="clearfloat"> +<div id="registration_form" class="hidden clearfix"> +<div id="hiddenform_body" class="clearfix"> <h2>$title</h2> $body </div><div id="hiddenform_bottom"></div></div> @@ -55,8 +55,8 @@ __HTML; $lostpassword_form_body .= "<p>" . elgg_view('input/submit', array('value' => elgg_echo('request'))) . "<input class='action_button disabled cancel_request' type='reset' value='Cancel'></p>"; ?> -<div id="lostpassword_form" class="hidden clearfloat"> - <div id="hiddenform_body" class="clearfloat"> +<div id="lostpassword_form" class="hidden clearfix"> + <div id="hiddenform_body" class="clearfix"> <h2><?php echo elgg_echo('user:password:lost'); ?></h2> <?php echo elgg_view('input/form', array( |