mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 00:00:00 +00:00
Share link file upload (#4633)
* [share dialog] fixed permission bugs; added 'download and upload' permission * share link: fixed permission bug for library * upload link: fixed permission bug * share link: added 'download and upload' permission for folder * [folder share link] added 'file upload' for folder share link with 'can_upload' permission
This commit is contained in:
@@ -11,10 +11,6 @@ body {
|
||||
height: 53px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.title {
|
||||
font-size: 1.4rem;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
.shared-dir-view-main {
|
||||
width: calc(100% - 40px);
|
||||
max-width: 950px;
|
||||
@@ -42,11 +38,14 @@ body {
|
||||
background-color: #ccc;
|
||||
color: #fff;
|
||||
}
|
||||
.zip-btn {
|
||||
.shared-dir-op-btn {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
.shared-dir-upload-btn {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.grid-item .action-icon {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
|
Reference in New Issue
Block a user