Make the hashed password field a div, since it works better on mobile.
[skeletonkey.git] / core.css
index cbef20f3f1c37710170d8332cd6e79a6bf022b2d..8846a37bb72ca4087975d2fa49f9f35f69ba987d 100644 (file)
--- a/core.css
+++ b/core.css
@@ -38,7 +38,8 @@ li label {
   font-weight: bold;
 }
 
-li input {
+li input, li .input {
+  display: inline-block;
   padding: .3em;
   width: 22em;
   font-size: 1em;
@@ -91,7 +92,7 @@ hr {
     margin-bottom: 1.4em;
   }
 
-  li input {
+  li input, li .input {
     display: block;
     width: 100%;
     box-sizing: border-box;