From 2b574f4d63e4ada0db82ca5a56773b3acf771d78 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 7 Jan 2014 11:42:19 +0100 Subject: Bug 840407: Remove the "align" and "valign" attributes r/a=justdave --- skins/standard/global.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'skins/standard/global.css') 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; } -- cgit v1.2.3-24-g4f1b