diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-06 10:14:57 -0700 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-06 10:15:05 -0700 |
commit | 9e0c3e78384d57a202d4b8e757a463acfdacb6f0 (patch) | |
tree | b7e7f80256c2385032ba37c074a957b4ec2d7df9 /webclient | |
parent | Remove disabled change from CHANGES (diff) | |
download | synapse-9e0c3e78384d57a202d4b8e757a463acfdacb6f0.tar.xz |
Center recaptcha dialog.
Diffstat (limited to 'webclient')
-rwxr-xr-x | webclient/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index e0ca2f77a8..7698cb4fda 100755 --- a/webclient/app.css +++ b/webclient/app.css @@ -147,6 +147,10 @@ a:active { color: #000; } text-align: center; } +#recaptcha_area { + margin: auto +} + #loginForm { text-align: left; padding: 1em; |