Small CSS fixes
This commit is contained in:
parent
50c1b99448
commit
e8cf903dc0
@ -1981,7 +1981,7 @@
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
text-shadow: white 0 1px 0;
|
||||
width: 38%; }
|
||||
width: 40%; }
|
||||
#conversejs #controlbox #controlbox-tabs li a {
|
||||
background-color: white;
|
||||
border-bottom: 1px solid #CCC;
|
||||
@ -2019,7 +2019,7 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: inline; }
|
||||
display: inline-block; }
|
||||
#conversejs #controlbox .fancy-dropdown.no-border {
|
||||
border: 0; }
|
||||
#conversejs #controlbox #fancy-xmpp-status-select {
|
||||
@ -2216,7 +2216,6 @@
|
||||
margin-left: 5px; }
|
||||
#conversejs #converse-roster .roster-contacts dd a.remove-xmpp-contact {
|
||||
float: right;
|
||||
margin-right: 1em;
|
||||
display: none;
|
||||
color: #818479; }
|
||||
#conversejs #converse-roster span.pending-contact-name {
|
||||
|
@ -257,7 +257,7 @@
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
text-shadow: white 0 1px 0;
|
||||
width: 38%;
|
||||
width: 40%;
|
||||
a {
|
||||
background-color: white;
|
||||
border-bottom: 1px solid $border-color;
|
||||
@ -303,7 +303,7 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: inline;
|
||||
display: inline-block;
|
||||
}
|
||||
&.no-border {
|
||||
border: 0;
|
||||
|
@ -156,7 +156,6 @@
|
||||
}
|
||||
&.remove-xmpp-contact {
|
||||
float: right;
|
||||
margin-right: 1em;
|
||||
display: none;
|
||||
color: $text-color;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user