Selaa lähdekoodia

Add some padding around the login submit button

JC Brand 12 vuotta sitten
vanhempi
commit
472280ae5d
2 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 4 0
      converse.css
  2. 1 1
      converse.js

+ 4 - 0
converse.css

@@ -542,6 +542,10 @@ form#converse-login input {
     display: block;
 }
 
+form#converse-login input.login-submit {
+    margin-top: 1em;
+}
+
 form.set-xmpp-status,
 form.add-chatroom {
     padding: 0.5em 0 0.3em 0.5em;

+ 1 - 1
converse.js

@@ -1992,7 +1992,7 @@
             '<input type="text" id="jid">' +
             '<label>Password:</label>' +
             '<input type="password" id="password">' +
-            '<input type="submit" value="Log In">' +
+            '<input class="login-submit" type="submit" value="Log In">' +
             '</form">'),
 
         bosh_url_input: _.template(