diff options
author | manuroe <manu@matrix.org> | 2015-02-24 16:16:40 +0100 |
---|---|---|
committer | manuroe <manu@matrix.org> | 2015-02-24 16:16:40 +0100 |
commit | 1b4e3b7fa6a6ab1bdfcece1a5288acc3e5d5acbe (patch) | |
tree | 211f6c676db05a92b513b35ac99b1111754fc6a0 /static/client/register/index.html | |
parent | %s for strings otherwise you end up sending 'u"foo"' (diff) | |
download | synapse-1b4e3b7fa6a6ab1bdfcece1a5288acc3e5d5acbe.tar.xz |
Fallback registration page: added the classic viewport meta to fix the display on iPhone Safari and webview. The width of input elements also needs to be fixed.
Diffstat (limited to 'static/client/register/index.html')
-rw-r--r-- | static/client/register/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/client/register/index.html b/static/client/register/index.html index d7ed8a1fe7..8c2ed7fbdf 100644 --- a/static/client/register/index.html +++ b/static/client/register/index.html @@ -1,6 +1,7 @@ <html> <head> <title> Registration </title> +<meta name='viewport' content='width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0'> <link rel="stylesheet" href="style.css"> <script src="js/jquery-2.1.3.min.js"></script> <script src="js/recaptcha_ajax.js"></script> |