From 8c7652a2a8beceb65a5189d0393a8111186de32c Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Mon, 21 Nov 2011 18:02:59 -0500 Subject: Added some missing files from bmo/4.0 --- skins/custom/create_bug.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 skins/custom/create_bug.css (limited to 'skins/custom/create_bug.css') 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); +} + -- cgit v1.2.3-24-g4f1b