From 09b2024623021a21cb41f8940f6f817f03f26f91 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 12 Jul 2010 19:16:50 -0700 Subject: Bug 521463: Use consistent CSS for text input fields on enter_bug, show_bug, post_bug, etc. r=dkl, a=mkanat --- template/en/default/bug/create/create.html.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'template/en/default/bug/create/create.html.tmpl') diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index fbf415d86..43fa1646e 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -311,7 +311,7 @@ TUI_hide_default('expert_fields'); [% IF !Param('defaultplatform') || !Param('defaultopsys') %] -   +  
We've made a guess at your [% IF Param('defaultplatform') %] @@ -485,9 +485,9 @@ TUI_hide_default('expert_fields'); [% INCLUDE "bug/field-label.html.tmpl" field = bug_fields.bug_file_loc editable = 1 %] - - + + @@ -512,10 +512,10 @@ TUI_hide_default('expert_fields'); [% INCLUDE "bug/field-label.html.tmpl" field = bug_fields.short_desc editable = 1 %] - + + class="required text_input" id="short_desc"> -- cgit v1.2.3-24-g4f1b