mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-16 04:55:11 +00:00
16 lines
304 B
Plaintext
16 lines
304 B
Plaintext
.users-inline-description {
|
|
display: block; /* or inline-block */
|
|
text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
overflow: auto;
|
|
max-height: 9em;
|
|
line-height: 1.8em;
|
|
}
|
|
|
|
.user-list-wrapper {
|
|
margin-top: -3px !important;
|
|
}
|
|
.directory-list li a.active {
|
|
background:#ff6c60;
|
|
color: #fff;
|
|
} |