1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 07:10:55 +00:00
seahub/frontend/src/css/groups.css
2018-12-17 11:21:54 +08:00

41 lines
748 B
CSS

.department-group-icon {
margin-left: 0.25rem;
color:#888;
}
.group-top-op-icon { /* for cur-view-path*/
display: inline-block;
font-size: 22px;
margin: 3px 0 0 10px;
}
.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 */
padding: 0;
font-size: 0;
border: 0;
}
.cur-view-content-groups td { /* overwrite bootstrap styles */
border-top:0;
}
.group-list-panel .group-item-empty-tip {
color: #a4a4a4;
text-align: center;
padding: 4px 0;
border-bottom: 1px solid #e5e5e5;
}