aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'skins/standard/bug.css')
-rw-r--r--skins/standard/bug.css23
1 files changed, 20 insertions, 3 deletions
diff --git a/skins/standard/bug.css b/skins/standard/bug.css
index 851b1bdba..4d86b3b43 100644
--- a/skins/standard/bug.css
+++ b/skins/standard/bug.css
@@ -94,7 +94,19 @@ table#attachment_flags th, table#attachment_flags td {
/* CSS rules for the guided form. */
.guided_form_field {
- background-color: #ffc;
+ background-color: #FCF8E3;
+ border-color: #faebcc;
+ border: 1px solid #faebcc;
+ border-radius: 4px!important;
+/* color: #8a6d3b;*/
+}
+
+.guided_form_field > td, .guided_form_field > th {
+ padding: 5px 2px;
+}
+
+.spacer {
+ height:20px;
}
#somebugs {
@@ -117,8 +129,8 @@ table#attachment_flags th, table#attachment_flags td {
.bz_short_desc_container {
margin: 8px 0;
padding: 0.3em;
- background-color: rgb(208, 208, 208);
- border-radius: 0.5em;
+ background-color: #E1E1E1;
+ border-radius: 4px;
font-size: 125%;
font-weight: bold;
}
@@ -129,6 +141,11 @@ table#attachment_flags th, table#attachment_flags td {
.bz_bug .edit_form table {
width: 100%;
}
+
+.field_help_link {
+ color: #493F6B;
+}
+
.bz_bug #alias {
min-width: 0;
width: 10em;