Commit d02838ea authored by JC Brand's avatar JC Brand

CSS tweak. Padding for login inputs

parent e03d2258
......@@ -947,7 +947,8 @@
#conversejs #converse-login input {
width: 100%;
height: 30px;
margin: 5px 0 10px 0; }
margin: 5px 0 10px 0;
padding: 0.5em; }
#conversejs #converse-register .input-group {
display: table;
margin: auto;
......@@ -1228,3 +1229,5 @@
margin-left: 0;
cursor: n-resize;
z-index: 20; }
/*# sourceMappingURL=converse.css.map */
......@@ -1076,6 +1076,7 @@
width: 100%;
height: 30px;
margin: 5px 0 10px 0;
padding: 0.5em;
}
#converse-register {
......
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