diff options
Diffstat (limited to 'app/views/custom_fields/_form.html.erb')
-rw-r--r-- | app/views/custom_fields/_form.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/custom_fields/_form.html.erb b/app/views/custom_fields/_form.html.erb index 53e71703d..7432a426f 100644 --- a/app/views/custom_fields/_form.html.erb +++ b/app/views/custom_fields/_form.html.erb @@ -60,7 +60,7 @@ function toggle_custom_field_format() { //]]> </script> -<div class="box"> +<div class="box tabular"> <p><%= f.text_field :name, :required => true %></p> <p><%= f.select :field_format, custom_field_formats_for_select(@custom_field), {}, :onchange => "toggle_custom_field_format();", :disabled => !@custom_field.new_record? %></p> @@ -76,7 +76,7 @@ function toggle_custom_field_format() { <%= call_hook(:view_custom_fields_form_upper_box, :custom_field => @custom_field, :form => f) %> </div> -<div class="box"> +<div class="box tabular"> <% case @custom_field.class.name when "IssueCustomField" %> |