1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +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; display:inline;
margin-right:5px; 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 { .file-choose-form {
width:500px; width:500px;
padding:10px 20px; padding:10px 20px;
@@ -3768,25 +3756,21 @@ button.sf-dropdown-toggle:focus {
} }
/* file audit*/ /* file audit*/
.audit-show-select { .audit-unselect-item {
font-weight: normal; display:inline-block;
font-size: 13px; border:1px solid #ccc;
padding-right: 2px; border-radius:2px;
} padding:1px 8px;
#audit-unselect-op div {
display: inline-block;
height: 20px;
border: 1px solid #ccc;
background: #f2f2f2; background: #f2f2f2;
cursor: pointer; cursor: pointer;
font-size:14px;
} }
#audit-unselect-op span { .audit-unselect-item:hover {
margin-right: 5px; border-color:#a9a9a9;
} }
#audit-unselect-op a { .audit-select-user,
margin: 0 8px; .audit-select-repo {
text-decoration: none; font-size:13px;
font-size: 14px;
} }
/* multi repo operation */ /* multi repo operation */
.repo-op .op-link { .repo-op .op-link {