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

52 lines
615 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;
}
2020-07-30 12:39:10 -04:00
td {
max-width: 350px;
}
}
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;
}
2021-09-07 10:22:09 -04:00
.fa-nbb-none {
border: 1px dotted black;
height: 35px;
width: 35px;
}
.fa-icons .fa-nbb-none {
vertical-align: -6px;
}
#group-icon-preview.fa-nbb-none {
display: none;
}
2020-07-24 01:30:16 -04:00
}