1
0
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:
Daniel Pan
2016-03-01 17:20:04 +08:00
parent 463b48c788
commit 1fa7c8fd5e
5 changed files with 125 additions and 50 deletions

View File

@@ -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;
}