1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00

Org department (#3194)

* add org department

* delete hash

* update

* update

* render repo icon

* update dialogs
This commit is contained in:
Michael An
2019-04-01 13:38:25 +08:00
committed by Daniel Pan
parent 8b6ed0eede
commit 597d22c403
17 changed files with 1129 additions and 9 deletions

View File

@@ -0,0 +1,28 @@
.cur-view-path .operation-item {
font-size: 12px;
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{
height: 100%;
}
.org-members .cur-view-content {
padding-bottom: 40px;
}
.cur-view-path button:hover {
cursor: pointer;
}