1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-02 15:57:31 +00:00

[system admin, org admin] file access/update, permission: modified ui (#2370)

This commit is contained in:
llj 2018-09-15 08:14:15 +08:00 committed by Daniel Pan
parent 8d196077bf
commit ffce0e0778

View File

@ -2653,18 +2653,6 @@ button.sf-dropdown-toggle:focus {
display:inline;
margin-right:5px;
}
.audit-item .audit-select-hidden {
position:absolute;
background:#fff;
padding:6px 1px;
border:1px solid #eee;
border-radius:5px;
z-index:10;
}
.audit-select-hidden li a {
display:block;
padding:0 12px;
}
.file-choose-form {
width:500px;
padding:10px 20px;
@ -3768,25 +3756,21 @@ button.sf-dropdown-toggle:focus {
}
/* file audit*/
.audit-show-select {
font-weight: normal;
font-size: 13px;
padding-right: 2px;
}
#audit-unselect-op div {
display: inline-block;
height: 20px;
border: 1px solid #ccc;
.audit-unselect-item {
display:inline-block;
border:1px solid #ccc;
border-radius:2px;
padding:1px 8px;
background: #f2f2f2;
cursor: pointer;
font-size:14px;
}
#audit-unselect-op span {
margin-right: 5px;
.audit-unselect-item:hover {
border-color:#a9a9a9;
}
#audit-unselect-op a {
margin: 0 8px;
text-decoration: none;
font-size: 14px;
.audit-select-user,
.audit-select-repo {
font-size:13px;
}
/* multi repo operation */
.repo-op .op-link {