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

Fix css for xmpp status form

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