1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 07:08:55 +00:00

change system admin department style (#6915)

This commit is contained in:
Michael An
2024-10-17 11:35:49 +08:00
committed by GitHub
parent db75243359
commit 0483d79c81
14 changed files with 41 additions and 37 deletions

View File

@@ -10,6 +10,7 @@
.empty-tip .no-items-img-tip {
display: inline-block;
margin-bottom: 10px;
-webkit-user-drag: none;
}
.empty-tip .empty-tip-title {

View File

@@ -3,26 +3,27 @@
height: 24px;
line-height: 24px;
}
.cur-view-container .no-libraty, .cur-view-container .no-member, .cur-view-container .no-group {
color: #a4a4a4;
text-align: center;
margin: 30px 0;
}
.cur-view-path .sf-heading a {
color: #eb8205;
}
.cur-view-subcontainer {
margin: 10px;
}
.cur-view-subcontainer table {
margin: 8px 0 40px;
}
.org-departments>div{
.org-departments>div {
height: 100%;
}
.org-members .cur-view-content {
padding-bottom: 40px;
}
.cur-view-path button:hover {
cursor: pointer;
}

View File

@@ -45,7 +45,7 @@
align-items: center;
}
.common-toolbar > div{
.common-toolbar > div {
margin-left: .5rem;
}