summaryrefslogtreecommitdiffstats
path: root/skins/standard/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/standard/global.css')
-rw-r--r--skins/standard/global.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index cf4fe57bf..05a111428 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -25,6 +25,11 @@
clear: both;
}
+ #bugzilla-body th {
+ font-weight: bold;
+ vertical-align: top;
+ }
+
/* global (end) */
/* header (begin) */
@@ -402,6 +407,10 @@ table#flags td {
padding: 0.3em;
}
+#email_prefs th.role_header {
+ width: 10%;
+}
+
#bug_activity td {
vertical-align: top;
}
@@ -410,6 +419,25 @@ table#flags td {
padding: 0.5em;
}
+#permissions {
+ margin-left: auto;
+ margin-right: auto;
+ width: 40em;
+}
+
+#permissions p {
+ margin-top: 2em;
+ margin-bottom: 0.5em;
+}
+
+#permissions li {
+ list-style-type: none;
+}
+
+#permissions table td {
+ vertical-align: top;
+}
+
.column_header {
background-color: #66f;
}
@@ -684,6 +712,10 @@ form th {
text-align: right;
}
+.middle {
+ vertical-align: middle;
+}
+
.inline {
display: inline;
}