summary refs log tree commit diff
path: root/webclient
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-09-06 10:14:57 -0700
committerKegan Dougal <kegan@matrix.org>2014-09-06 10:15:05 -0700
commit9e0c3e78384d57a202d4b8e757a463acfdacb6f0 (patch)
treeb7e7f80256c2385032ba37c074a957b4ec2d7df9 /webclient
parentRemove disabled change from CHANGES (diff)
downloadsynapse-9e0c3e78384d57a202d4b8e757a463acfdacb6f0.tar.xz
Center recaptcha dialog.
Diffstat (limited to 'webclient')
-rwxr-xr-xwebclient/app.css4
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;