diff options
Diffstat (limited to 'skins/custom/create_bug.css')
-rw-r--r-- | skins/custom/create_bug.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/skins/custom/create_bug.css b/skins/custom/create_bug.css new file mode 100644 index 000000000..b1164aa75 --- /dev/null +++ b/skins/custom/create_bug.css @@ -0,0 +1,34 @@ + +#bug_project_flags .field_label, +#bug_tracking_flags .field_label { + font-weight: normal !important; +} + +#guided { + margin-top: 30px; +} + +#component { + width: 25em; +} + +.hidden_text { + 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; +} |