summaryrefslogtreecommitdiffstats
path: root/skins/standard/global.css
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-01-07 11:42:19 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-01-07 11:42:19 +0100
commit2b574f4d63e4ada0db82ca5a56773b3acf771d78 (patch)
treeb9523ffbccca38f11cf862fb2eb32d95737d9541 /skins/standard/global.css
parentd4f65f36b7d31d50f39264882c5440b842429bba (diff)
downloadbugzilla-2b574f4d63e4ada0db82ca5a56773b3acf771d78.tar.gz
bugzilla-2b574f4d63e4ada0db82ca5a56773b3acf771d78.tar.xz
Bug 840407: Remove the "align" and "valign" attributes
r/a=justdave
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;
}