summaryrefslogtreecommitdiffstats
path: root/skins/custom/create_bug.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/custom/create_bug.css')
-rw-r--r--skins/custom/create_bug.css34
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..b3088048d
--- /dev/null
+++ b/skins/custom/create_bug.css
@@ -0,0 +1,34 @@
+
+.tracking_flags .field_label a {
+ font-weight: normal !important;
+ color: #000;
+}
+
+#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;
+}