From 24a8be71c0954f8e09be2c6038f2ee6bd5556091 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 21 Nov 2012 13:15:09 +0800 Subject: Bug 812959: Add text to the enter_bug page when the Bugzilla product is selected referring to the bugzilla.mozilla.org product for site-specific issues --- skins/custom/create_bug.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'skins/custom/create_bug.css') diff --git a/skins/custom/create_bug.css b/skins/custom/create_bug.css index 30f8c5d03..b1164aa75 100644 --- a/skins/custom/create_bug.css +++ b/skins/custom/create_bug.css @@ -13,7 +13,22 @@ } .hidden_text { - opacity: 0; + opacity: 0; filter: alpha(opacity=0); } +#bug_create_warning { + border: 1px solid #dddddd; + background: #fff9db; + color: #666458; + padding: 5px; +} + +#bug_create_warning_image { + float: left; + padding: 5px; +} + +#bug_create_warning_text { + margin-left: 42px; +} -- cgit v1.2.3-24-g4f1b