Files
dss.web/client/app/views/user/users.less
2016-06-30 21:54:16 +01:00

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;
}