Add some padding around the login submit button

This commit is contained in:
JC Brand 2013-05-09 19:01:34 +02:00
parent 7bed939c43
commit 472280ae5d
2 changed files with 5 additions and 1 deletions

View File

@ -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;

View File

@ -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(