css fixes

This commit is contained in:
Mario Vavti
2017-10-10 20:02:42 +02:00
parent 0c4a1fb9be
commit 07ae431950
3 changed files with 7 additions and 4 deletions

View File

@@ -787,18 +787,21 @@ div.jGrowl div.jGrowl-notification {
.contactname {
font-weight: bold;
color: $font_colour;
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
.dropdown-notification,
.notification,
.member-item {
line-height: 1.1em;
font-size: 0.75rem;
overflow: hidden;
text-overflow: ellipsis;
display: block;
white-space: nowrap;
}
#acl-search::-webkit-input-placeholder {