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