Small CSS fixes

This commit is contained in:
JC Brand 2017-02-13 17:10:16 +00:00
parent 50c1b99448
commit e8cf903dc0
3 changed files with 4 additions and 6 deletions

View File

@ -1981,7 +1981,7 @@
list-style: none; list-style: none;
padding-left: 0; padding-left: 0;
text-shadow: white 0 1px 0; text-shadow: white 0 1px 0;
width: 38%; } width: 40%; }
#conversejs #controlbox #controlbox-tabs li a { #conversejs #controlbox #controlbox-tabs li a {
background-color: white; background-color: white;
border-bottom: 1px solid #CCC; border-bottom: 1px solid #CCC;
@ -2019,7 +2019,7 @@
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
display: inline; } display: inline-block; }
#conversejs #controlbox .fancy-dropdown.no-border { #conversejs #controlbox .fancy-dropdown.no-border {
border: 0; } border: 0; }
#conversejs #controlbox #fancy-xmpp-status-select { #conversejs #controlbox #fancy-xmpp-status-select {
@ -2216,7 +2216,6 @@
margin-left: 5px; } margin-left: 5px; }
#conversejs #converse-roster .roster-contacts dd a.remove-xmpp-contact { #conversejs #converse-roster .roster-contacts dd a.remove-xmpp-contact {
float: right; float: right;
margin-right: 1em;
display: none; display: none;
color: #818479; } color: #818479; }
#conversejs #converse-roster span.pending-contact-name { #conversejs #converse-roster span.pending-contact-name {

View File

@ -257,7 +257,7 @@
list-style: none; list-style: none;
padding-left: 0; padding-left: 0;
text-shadow: white 0 1px 0; text-shadow: white 0 1px 0;
width: 38%; width: 40%;
a { a {
background-color: white; background-color: white;
border-bottom: 1px solid $border-color; border-bottom: 1px solid $border-color;
@ -303,7 +303,7 @@
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
display: inline; display: inline-block;
} }
&.no-border { &.no-border {
border: 0; border: 0;

View File

@ -156,7 +156,6 @@
} }
&.remove-xmpp-contact { &.remove-xmpp-contact {
float: right; float: right;
margin-right: 1em;
display: none; display: none;
color: $text-color; color: $text-color;
} }