summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2016-04-27 18:50:13 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2016-04-27 18:50:13 +0200
commit3891b63a1eb52076337885487f251a10580a4a85 (patch)
treedb1463894b756a6bb5114644feeec704ec886eb5 /skins
parentc44470a368465adfe329fcfc32492829a21878da (diff)
downloadbugzilla-3891b63a1eb52076337885487f251a10580a4a85.tar.gz
bugzilla-3891b63a1eb52076337885487f251a10580a4a85.tar.xz
Bug 218917 - Allow the login name to be different from the email address
Original patch by Gervase Markham r=gerv a=dkl
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index f85976516..90cd1743d 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -530,6 +530,24 @@ input.requestee {
font-weight: bold;
}
+form.table_layout div {
+ margin-bottom: 0.4em;
+}
+
+form.table_layout label {
+ font-weight: bold;
+ width: 8em;
+ display: inline-block;
+ float: left;
+ text-align: right;
+ padding-right: 0.5em;
+}
+
+.flex {
+ display: flex;
+ flex-wrap: wrap;
+}
+
.throw_error a:visited {
color: darkblue ;
}