1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 14:42:10 +00:00
Files
seahub/frontend/src/css/groups.css

35 lines
658 B
CSS
Raw Normal View History

2018-12-13 22:11:08 +08:00
.cur-view-content-groups .department-group-icon {
margin-left: 0.25rem;
color:#888;
}
.cur-view-content-groups .group-list-panel {
padding-bottom: 1rem;
}
.group-list-panel .group-item-heading {
font-size: 1rem;
font-weight: normal;
padding: 0.25rem;
border-bottom: 1px solid #e6e6e6;
margin: 0.75rem 0 0;
}
.group-list-panel thead th { /* overwrite bootstrap styles */
2018-12-13 15:16:18 +08:00
padding: 0;
font-size: 0;
border: 0;
}
2018-12-13 16:35:11 +08:00
.cur-view-content-groups td { /* overwrite bootstrap styles */
2018-12-13 15:16:18 +08:00
border-top:0;
}
2018-12-13 22:11:08 +08:00
.group-list-panel .group-item-empty-tip {
color: #a4a4a4;
text-align: center;
padding: 4px 0;
border-bottom: 1px solid #e5e5e5;
2018-12-11 18:34:31 +08:00
}