Commit 2b2b1761 authored by JC Brand's avatar JC Brand

The approve/reject links for a requesting contact where obscured.

parent bb468ae0
......@@ -724,8 +724,7 @@
text-overflow: ellipsis;
margin-left: 3px; }
#conversejs #converse-roster dd span {
padding: 0 5px 0 0;
margin-left: 3px; }
padding: 0 5px 0 0; }
#conversejs #converse-roster dd a.decline-xmpp-request {
margin-left: 5px; }
#conversejs #converse-roster dd a.remove-xmpp-contact {
......@@ -745,8 +744,11 @@
color: #436F64; }
#conversejs #converse-roster dd a.open-chat {
width: 80%; }
#conversejs #converse-roster span.pending-contact-name, #conversejs #converse-roster span.req-contact-name {
#conversejs #converse-roster span.pending-contact-name {
width: 80%; }
#conversejs #converse-roster span.req-contact-name {
width: 73%;
padding: 0; }
#conversejs dd.available-chatroom {
display: inline-block;
overflow-x: hidden;
......@@ -1235,5 +1237,3 @@
margin-left: 0;
cursor: n-resize;
z-index: 20; }
/*# sourceMappingURL=converse.css.map */
......@@ -773,7 +773,6 @@
}
span {
padding: 0 5px 0 0;
margin-left: 3px;
}
a {
&.decline-xmpp-request {
......@@ -806,10 +805,13 @@
}
}
span {
&.pending-contact-name,
&.req-contact-name {
&.pending-contact-name {
width: 80%;
}
&.req-contact-name {
width: 69%;
padding: 0;
}
}
}
......
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