mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-21 02:42:26 +00:00
Add lock/unlock function and fix a bug in DirentGridView menu event binding
This commit is contained in:
@@ -3833,6 +3833,7 @@ img.thumbnail {
|
||||
position:relative;
|
||||
}
|
||||
.grid-item .img-link {
|
||||
position:relative; /* for locked icon */
|
||||
display:block;
|
||||
text-align:center;
|
||||
height:100px;
|
||||
@@ -3880,6 +3881,11 @@ img.thumbnail {
|
||||
border-radius:3px;
|
||||
margin:0;
|
||||
}
|
||||
.grid-file-locked-icon {
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
right:10px;
|
||||
}
|
||||
.grid-item-op {
|
||||
position:fixed;
|
||||
}
|
||||
|
Reference in New Issue
Block a user