Commit 472280ae authored by JC Brand's avatar JC Brand

Add some padding around the login submit button

parent 7bed939c
......@@ -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;
......
......@@ -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(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment