From ec4862650f2da6ef3b0cdcb1ca135a64879c6b31 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 22 Dec 2013 15:51:18 +0100 Subject: Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by CSS styles r/a=justdave --- skins/standard/enter_bug.css | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) (limited to 'skins/standard/enter_bug.css') diff --git a/skins/standard/enter_bug.css b/skins/standard/enter_bug.css index e0f1ab656..2aa094626 100644 --- a/skins/standard/enter_bug.css +++ b/skins/standard/enter_bug.css @@ -24,11 +24,16 @@ #Create #field_container_component { width: 1px; } #Create #field_container_reporter { width: 100%; } -#Create .comment { +#Create .comment, #description.comment { vertical-align: top; overflow: auto; color: green; } + +#description.comment { + margin-left: 10px; +} + #Create #comp_desc_container td { padding: 0; } #Create #comp_desc { height: 11ex; } #Create #os_guess_note { @@ -53,3 +58,23 @@ #possible_duplicates .yui-dt-col-update_token { white-space: nowrap; } form#Create #possible_duplicates td { vertical-align: middle; } + + +/* CSS rules for the guided form. */ + +.guided_form_field { + background-color: #ffc; +} + +#somebugs { + width: 100%; + height: 500px; +} + +.good { + color: #090; +} + +.bad { + color: #900; +} -- cgit v1.2.3-24-g4f1b