diff options
Diffstat (limited to 'skins/custom/create_bug.css')
-rw-r--r-- | skins/custom/create_bug.css | 18 |
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); +} + |