Merge pull request #91 from matrix-org/registration-fallback-ios-display

Fallback registration page: make the page autoresize on iPhone Safari/Webview
pull/95/head
Kegsay 2015-02-24 15:24:53 +00:00
commit 4390a36b6e
2 changed files with 5 additions and 0 deletions

View File

@ -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>

View File

@ -18,6 +18,10 @@ a:visited { color: #666; }
a:hover { color: #000; }
a:active { color: #000; }
input {
width: 100%
}
textarea, input {
font-family: inherit;
font-size: inherit;