1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-12 20:25:49 +00:00
seahub/frontend/src/css/groups.css

40 lines
701 B
CSS
Raw Normal View History

2018-12-13 07:16:18 +00:00
.group-table-container {
padding-top: 0.625rem !important;
}
.group-table-container thead th { /* overwrite bootstrap styles */
padding: 0;
font-size: 0;
border: 0;
}
.group-table-container td { /* overwrite bootstrap styles */
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;
}