summaryrefslogtreecommitdiffstats
path: root/skins/custom/create_bug.css
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2011-11-22 00:02:59 +0100
committerDave Lawrence <dlawrence@mozilla.com>2011-11-22 00:02:59 +0100
commit8c7652a2a8beceb65a5189d0393a8111186de32c (patch)
tree4fce452f2fca19d8cde67f4d66b656fb156cb0e7 /skins/custom/create_bug.css
parent5f1ae49c9a96fca5be3297c4d6b322df4c7ac77f (diff)
downloadbugzilla-8c7652a2a8beceb65a5189d0393a8111186de32c.tar.gz
bugzilla-8c7652a2a8beceb65a5189d0393a8111186de32c.tar.xz
Added some missing files from bmo/4.0
Diffstat (limited to 'skins/custom/create_bug.css')
-rw-r--r--skins/custom/create_bug.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/skins/custom/create_bug.css b/skins/custom/create_bug.css
new file mode 100644
index 000000000..044896d68
--- /dev/null
+++ b/skins/custom/create_bug.css
@@ -0,0 +1,18 @@
+
+#bug_tracking_flags .field_label {
+ font-weight: normal !important;
+}
+
+#guided {
+ margin-top: 30px;
+}
+
+#component {
+ width: 25em;
+}
+
+.hidden_text {
+ opacity: 0;
+ filter: alpha(opacity=0);
+}
+