1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-22 03:16:34 +00:00

repair ui error

This commit is contained in:
shanshuirenjia
2018-12-13 22:11:08 +08:00
parent 69201e4928
commit da90fc9545
5 changed files with 32 additions and 26 deletions

View File

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