Skip to content
Snippets Groups Projects
Commit 4390a36b authored by Kegsay's avatar Kegsay
Browse files

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

Fallback registration page: make the page autoresize on iPhone Safari/Webview
parents 443ba4ee 4a39c10e
No related branches found
Tags v0.21.1
No related merge requests found
<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>
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment