diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-06 10:14:57 -0700 |
---|---|---|
committer | Emmanuel ROHEE <manu@Emmanuels-MacBook-Pro.local> | 2014-09-08 11:28:51 +0200 |
commit | ce5cd2202f7ed7807841fb617c8c63de1635da4f (patch) | |
tree | 57f47c24ee7a402f210d7cb07f08521dfba6867c /webclient | |
parent | Remove disabled change from CHANGES (diff) | |
download | synapse-ce5cd2202f7ed7807841fb617c8c63de1635da4f.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; |