diff options
Diffstat (limited to 'templates/web/base')
| -rw-r--r-- | templates/web/base/report/_main.html | 2 | ||||
| -rw-r--r-- | templates/web/base/report/update-form.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/report/_main.html b/templates/web/base/report/_main.html index c079b9ebd..aaa167108 100644 --- a/templates/web/base/report/_main.html +++ b/templates/web/base/report/_main.html @@ -1,6 +1,6 @@ [% moderating = c.user && c.user.has_permission_to('moderate', problem.bodies_str) %] -<div class="problem-header cf" problem-id="[% problem.id %]"> +<div class="problem-header clearfix" problem-id="[% problem.id %]"> [% IF moderating %] [% original = problem_original %] diff --git a/templates/web/base/report/update-form.html b/templates/web/base/report/update-form.html index 29529e5a1..f6ce265bf 100644 --- a/templates/web/base/report/update-form.html +++ b/templates/web/base/report/update-form.html @@ -21,7 +21,7 @@ [% END %] [% IF c.user_exists %] [% INCLUDE 'report/update/form_name.html' %] - <div class="cf"><input class="final-submit green-btn" type="submit" id="update_post" value="[% loc('Post') %]"></div> + <div class="clearfix"><input class="final-submit green-btn" type="submit" id="update_post" value="[% loc('Post') %]"></div> [% ELSIF oauth_need_email %] [% INCLUDE 'report/update/form_user_loggedout_email.html' required = 1 %] <div id="form_sign_in"> |
