diff --git a/media/css/seahub.css b/media/css/seahub.css index b518cca322..e26f44b29a 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -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; } diff --git a/seahub/templates/js/templates.html b/seahub/templates/js/templates.html index 7f51b7568a..6ae08f378d 100644 --- a/seahub/templates/js/templates.html +++ b/seahub/templates/js/templates.html @@ -348,6 +348,9 @@