Files
NodeBB/public/less/admin/manage/groups.less

39 lines
452 B
Plaintext
Raw Normal View History

2015-08-20 14:20:13 -04:00
.group {
2015-10-13 19:28:55 -04:00
[component="groups/members"] {
2015-08-20 14:20:13 -04:00
padding: 0;
2015-10-13 19:28:55 -04:00
tbody {
max-height: 500px;
display: block;
overflow-y: auto;
.member-name {
width: 100%;
}
}
2015-08-20 14:20:13 -04:00
}
2017-02-22 20:28:56 +00:00
#group-icon {
cursor: pointer;
}
}
.groups {
#group-search {
margin-bottom: 10px;
}
.groups-list {
p {
margin: 0;
}
}
[component="category-selector"] {
max-width: 110px;
}
2017-02-22 20:28:56 +00:00
}
2020-07-24 01:30:16 -04:00
.page-admin-groups {
[component="category/list"] li {
cursor: pointer;
}
}