Small CSS fix for requesting contacts
This commit is contained in:
parent
70d385bc28
commit
fd97edf4f5
@ -2188,9 +2188,11 @@
|
|||||||
#conversejs #converse-roster .roster-contacts dd:hover .remove-xmpp-contact {
|
#conversejs #converse-roster .roster-contacts dd:hover .remove-xmpp-contact {
|
||||||
display: inline-block; }
|
display: inline-block; }
|
||||||
#conversejs #converse-roster .roster-contacts dd.requesting-xmpp-contact .request-actions {
|
#conversejs #converse-roster .roster-contacts dd.requesting-xmpp-contact .request-actions {
|
||||||
margin-left: 0.5em;
|
margin-left: 0.3em;
|
||||||
margin-bottom: 0.3em;
|
margin-bottom: 0.3em;
|
||||||
float: right; }
|
float: right; }
|
||||||
|
#conversejs #converse-roster .roster-contacts dd.requesting-xmpp-contact .open-chat {
|
||||||
|
max-width: 75%; }
|
||||||
#conversejs #converse-roster .roster-contacts dd.requesting-xmpp-contact .open-chat .req-contact-name {
|
#conversejs #converse-roster .roster-contacts dd.requesting-xmpp-contact .open-chat .req-contact-name {
|
||||||
width: 100%; }
|
width: 100%; }
|
||||||
#conversejs #converse-roster .roster-contacts dd.requesting-xmpp-contact .req-contact-name {
|
#conversejs #converse-roster .roster-contacts dd.requesting-xmpp-contact .req-contact-name {
|
||||||
@ -2210,7 +2212,7 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis; }
|
text-overflow: ellipsis; }
|
||||||
#conversejs #converse-roster .roster-contacts dd span {
|
#conversejs #converse-roster .roster-contacts dd span {
|
||||||
padding: 0 0.5em 0 0;
|
padding: 0;
|
||||||
height: 100%; }
|
height: 100%; }
|
||||||
#conversejs #converse-roster .roster-contacts dd a.decline-xmpp-request {
|
#conversejs #converse-roster .roster-contacts dd a.decline-xmpp-request {
|
||||||
margin-left: 5px; }
|
margin-left: 5px; }
|
||||||
|
@ -116,11 +116,12 @@
|
|||||||
}
|
}
|
||||||
&.requesting-xmpp-contact {
|
&.requesting-xmpp-contact {
|
||||||
.request-actions {
|
.request-actions {
|
||||||
margin-left: 0.5em;
|
margin-left: 0.3em;
|
||||||
margin-bottom: 0.3em;
|
margin-bottom: 0.3em;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.open-chat {
|
.open-chat {
|
||||||
|
max-width: 75%;
|
||||||
.req-contact-name {
|
.req-contact-name {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@ -147,7 +148,7 @@
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
padding: 0 0.5em 0 0;
|
padding: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
|
Loading…
Reference in New Issue
Block a user