summaryrefslogtreecommitdiffstats
path: root/skins/standard/bug.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/standard/bug.css')
-rw-r--r--skins/standard/bug.css93
1 files changed, 85 insertions, 8 deletions
diff --git a/skins/standard/bug.css b/skins/standard/bug.css
index 35d169c1e..56422b51b 100644
--- a/skins/standard/bug.css
+++ b/skins/standard/bug.css
@@ -117,7 +117,6 @@ 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;
font-size: 125%;
font-weight: bold;
@@ -134,6 +133,23 @@ table#attachment_flags th, table#attachment_flags td {
width: 10em;
}
+.bz_alias_short_desc_container {
+ background: none;
+ font-size: 20px;
+ font-weight: normal;
+ line-height: 30px;
+ padding: 5px 0;
+ text-shadow: 0 1px rgba(255, 255, 255, 0.2);
+}
+
+.bz_alias_short_desc_container b {
+ font-weight: normal;
+}
+
+ .bz_alias_short_desc_container .editme {
+ font-weight: normal;
+}
+
table#flags {
width: auto;
}
@@ -143,12 +159,13 @@ table#flags {
}
.related_actions {
+ line-height: 19px;
+ padding: 5px 10px;
font-size: 0.85em;
float: right;
list-style-type: none;
white-space: nowrap;
margin: 0;
- padding: 0;
}
.related_actions li {
@@ -239,16 +256,24 @@ table#flags {
}
.bz_comment_tags {
+ background: #eee;
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
+ padding: 5px;
margin-top: 3px;
}
.bz_comment_tag {
- border: 1px solid #c8c8ba;
- padding: 1px 3px;
+ background: #fff;
+ color: #444;
+ border: none;
+ padding: 2px 6px;
margin-right: 2px;
border-radius: 0.5em;
background-color: #eee;
- color: #000;
+}
+
+.bz_comment_tag a {
+ color: #0095DD;
}
#bz_ctag_div {
@@ -256,13 +281,19 @@ table#flags {
}
#bz_ctag_error {
- border: 1px solid #ff6666;
- padding: 0px 2px;
+ border: none;
+ background-color: #faa;
+ color: #444;
+ padding: 2px 6px;
border-radius: 0.5em;
margin: 2px;
display: inline-block;
}
+#bz_ctag_error a {
+ color: #0095DD;
+}
+
#comment_tags_collapse_expand_container {
padding-top: 1em;
}
@@ -417,6 +448,13 @@ table.file_table {
border-bottom: 1px solid black;
}
+body[class*=bz_group_] {
+ background-color: inherit;
+ background-image: url(index/noise.png), -moz-linear-gradient(#d7d7ff, #f0f0ff 400px);
+ background-image: url(index/noise.png), -webkit-linear-gradient(#d7d7ff, #f0f0ff 400px);
+ background-image: url(index/noise.png), linear-gradient(#d7d7ff, #f0f0ff 400px);
+}
+
tbody.file pre {
display: inline;
font-size: 0.9em;
@@ -455,6 +493,40 @@ table.attachment_info td {
vertical-align: top;
}
+table.edit_form {
+ background: #fff;
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2);
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
+ margin-bottom: 20px;
+ padding: 10px 10px 80px;
+ position: relative;
+}
+
+table.edit_form tbody {
+ width: 100%;
+}
+
+table.edit_form hr {
+ display: none;
+}
+
+.cc_list_display {
+ background: #fff;
+ float: none;
+ font-size: 11px;
+ margin-top: 3px;
+ max-width: none;
+ padding: 5px;
+}
+
+#project-flags, #custom-flags {
+ border-collapse: collapse;
+}
+
+#project-flags label, #custom-flags label {
+ margin-right: 10px;
+}
+
/* Text displayed when the attachment is not viewable by the web browser */
#noview {
text-align: left;
@@ -561,7 +633,12 @@ div#update_container {
#editFrame, #viewDiffFrame, #viewFrame {
height: 400px;
width: 95%;
- margin-left: 2%;
+ margin-left: 0;
+}
+
+#viewFrame {
+ border: 2px solid #222;
+ margin-bottom: 10px;
}
.viewall_frame_container {