Commit 399d029b authored by JC Brand's avatar JC Brand

Fix css for xmpp status form

parent 3fe3d354
......@@ -596,14 +596,20 @@ form.sendXMPPMessage {
height: 54px;
}
#set-custom-xmpp-status {
form#set-custom-xmpp-status {
float: left;
padding: 0;
background: none;
}
#set-custom-xmpp-status button {
padding: 1px 2px 1px 1px;
}
input.custom-xmpp-status {
width: 138px;
}
/* status dropdown styles */
dl.dropdown {
margin-right: 0.5em;
......@@ -616,10 +622,6 @@ div.xmpp-status {
padding: 3px;
}
input.custom-xmpp-status {
height: 18px;
}
.fancy-dropdown {
border:1px solid #ddd;
height: 22px;
......
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