summaryrefslogtreecommitdiffstats
path: root/skins/standard/enter_bug.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/standard/enter_bug.css')
-rw-r--r--skins/standard/enter_bug.css27
1 files changed, 26 insertions, 1 deletions
diff --git a/skins/standard/enter_bug.css b/skins/standard/enter_bug.css
index e0f1ab656..2aa094626 100644
--- a/skins/standard/enter_bug.css
+++ b/skins/standard/enter_bug.css
@@ -24,11 +24,16 @@
#Create #field_container_component { width: 1px; }
#Create #field_container_reporter { width: 100%; }
-#Create .comment {
+#Create .comment, #description.comment {
vertical-align: top;
overflow: auto;
color: green;
}
+
+#description.comment {
+ margin-left: 10px;
+}
+
#Create #comp_desc_container td { padding: 0; }
#Create #comp_desc { height: 11ex; }
#Create #os_guess_note {
@@ -53,3 +58,23 @@
#possible_duplicates .yui-dt-col-update_token { white-space: nowrap; }
form#Create #possible_duplicates td { vertical-align: middle; }
+
+
+/* CSS rules for the guided form. */
+
+.guided_form_field {
+ background-color: #ffc;
+}
+
+#somebugs {
+ width: 100%;
+ height: 500px;
+}
+
+.good {
+ color: #090;
+}
+
+.bad {
+ color: #900;
+}