Commit 54db82ff authored by JC Brand's avatar JC Brand

Fixed padding for chat status dropdown

parent 308b4c6b
......@@ -651,6 +651,7 @@ form.add-xmpp-contact input {
}
.dropdown dd ul {
padding-top: 5px;
list-style:none;
position:absolute; left:0; top:0;
border:1px solid #ddd;
......@@ -669,7 +670,7 @@ form.add-xmpp-contact input {
}
.dropdown dd ul li a {
padding:5px 5px 5px 30px;
padding:0 5px 5px 30px;
display:block;
}
......
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