summary refs log tree commit diff
path: root/static/client/register/style.css
diff options
context:
space:
mode:
authormanuroe <manu@matrix.org>2015-02-24 16:16:40 +0100
committermanuroe <manu@matrix.org>2015-02-24 16:16:40 +0100
commit1b4e3b7fa6a6ab1bdfcece1a5288acc3e5d5acbe (patch)
tree211f6c676db05a92b513b35ac99b1111754fc6a0 /static/client/register/style.css
parent%s for strings otherwise you end up sending 'u"foo"' (diff)
downloadsynapse-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/style.css')
-rw-r--r--static/client/register/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/client/register/style.css b/static/client/register/style.css
index d5721c8210..6295619ec4 100644
--- a/static/client/register/style.css
+++ b/static/client/register/style.css
@@ -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;
@@ -47,6 +51,6 @@ textarea, input {
     -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
     
-    background-color: #f8f8f8;
+    background-color: #fff800;
     border: 1px #ccc solid;
 }
\ No newline at end of file