From f883bf4c455d161773f91bf1161f66bedbf93fef Mon Sep 17 00:00:00 2001
From: Sawyer Hollenshead <s.hollenshead@gmail.com>
Date: Fri, 6 Jul 2012 11:48:19 -0700
Subject: [PATCH] Adjust sizes. Prevent iOS from making text huge.

---
 resources/static/dialog/css/m.css | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/resources/static/dialog/css/m.css b/resources/static/dialog/css/m.css
index bf3a75217..721d6051a 100644
--- a/resources/static/dialog/css/m.css
+++ b/resources/static/dialog/css/m.css
@@ -10,6 +10,7 @@
   header, footer {
     position: static;
     padding: 5px 20px;
+    -webkit-text-size-adjust: none;
   }
 
   button {
@@ -27,8 +28,9 @@
   }
 
   .inputs > li > label {
-    font-size: 18px;
-    margin-bottom: 10px;
+    font-size: 16px;
+    margin-bottom: 5px;
+    overflow: visible;
   }
 
   .vertical > strong {
@@ -98,6 +100,10 @@
       width: 100%;
   }
 
+  #signIn .table{
+    padding: 10px 20px 20px;
+  }
+
   .pickemail #signIn .table {
       padding-top: 0;
   }
@@ -142,6 +148,7 @@
     position: relative;
     top: 0;
     bottom: 0;
+    padding-bottom: 20px;
   }
 
   .form_section,
@@ -157,6 +164,10 @@
     bottom: 0;
   }
 
+.form_section{
+  -webkit-text-size-adjust: none;
+}
+
   .submit #cancel, #signIn .submit #cancel {
     font-size: 18px;
     line-height: 40px;
-- 
GitLab