summaryrefslogtreecommitdiffstats
path: root/skins/custom
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-11-21 06:15:09 +0100
committerByron Jones <bjones@mozilla.com>2012-11-21 06:15:09 +0100
commit24a8be71c0954f8e09be2c6038f2ee6bd5556091 (patch)
tree1f669870debee02f814042704e99f9374b2e314b /skins/custom
parent6feee28184b9eda5a5d83423af99c35bf17864f4 (diff)
downloadbugzilla-24a8be71c0954f8e09be2c6038f2ee6bd5556091.tar.gz
bugzilla-24a8be71c0954f8e09be2c6038f2ee6bd5556091.tar.xz
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
Diffstat (limited to 'skins/custom')
-rw-r--r--skins/custom/create_bug.css17
1 files changed, 16 insertions, 1 deletions
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;
+}