1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-26 02:30:02 +00:00
seahub/frontend/src/css/groups.css

36 lines
641 B
CSS
Raw Normal View History

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