diff options
author | Byron Jones <glob@mozilla.com> | 2016-04-21 06:50:14 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2016-04-21 06:50:14 +0200 |
commit | d447aed0cb1672f6c7e99bf98199278dea23702f (patch) | |
tree | d6b613b21ea0292c75d8f2314d80c60d625db5eb /extensions/Needinfo/web | |
parent | 8d6c92261ba400f1afdb6231c0c24d731daa2adb (diff) | |
download | bugzilla-d447aed0cb1672f6c7e99bf98199278dea23702f.tar.gz bugzilla-d447aed0cb1672f6c7e99bf98199278dea23702f.tar.xz |
Bug 1239838 - Don't see a way to redirect a needinfo request (in Experimental UI)
Diffstat (limited to 'extensions/Needinfo/web')
-rw-r--r-- | extensions/Needinfo/web/styles/needinfo.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extensions/Needinfo/web/styles/needinfo.css b/extensions/Needinfo/web/styles/needinfo.css index e375ba610..83ed6813f 100644 --- a/extensions/Needinfo/web/styles/needinfo.css +++ b/extensions/Needinfo/web/styles/needinfo.css @@ -8,3 +8,12 @@ #needinfo_container label { font-weight: normal !important; } + +.needinfo-cb-td { + text-align: center; + vertical-align: baseline; +} + +#needinfo_role_identity { + margin-left: 1em; +} |