summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-03-06 22:46:58 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-03-06 22:46:58 +0000
commitef84339003d742f28b7a9f902abcb3ed6e6d098f (patch)
treecf68413b549d5163ea39d8cf0e63e52b4d847585
parent909954ac342fc6be824b73009e760add4f0489ff (diff)
downloadredmine-ef84339003d742f28b7a9f902abcb3ed6e6d098f.tar.gz
redmine-ef84339003d742f28b7a9f902abcb3ed6e6d098f.zip
fixed #9097: Minor rendering problem within Safari at admin/mail_options and roles permissions
git-svn-id: http://redmine.rubyforge.org/svn/trunk@308 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/views/admin/mail_options.rhtml1
-rw-r--r--app/views/roles/_form.rhtml3
2 files changed, 3 insertions, 1 deletions
diff --git a/app/views/admin/mail_options.rhtml b/app/views/admin/mail_options.rhtml
index dd87f784f..590c75b3d 100644
--- a/app/views/admin/mail_options.rhtml
+++ b/app/views/admin/mail_options.rhtml
@@ -13,6 +13,7 @@
<%= l(p.description.to_sym) %>
</div>
<% end %>
+<div class="clear"></div>
</fieldset>
<% end %>
diff --git a/app/views/roles/_form.rhtml b/app/views/roles/_form.rhtml
index df4a58dd3..7cd83fd45 100644
--- a/app/views/roles/_form.rhtml
+++ b/app/views/roles/_form.rhtml
@@ -11,7 +11,8 @@
<div style="width:170px;float:left;"><%= check_box_tag "permission_ids[]", p.id, (@role.permissions.include? p) %>
<%= l(p.description.to_sym) %>
</div>
-<% end %>
+<% end %>
+<div class="clear"></div>
</fieldset>
<% end %>
<br />