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:
28
frontend/src/css/org-department-item.css
Normal file
28
frontend/src/css/org-department-item.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user