Skip to content

Commit 011aa28

Browse files
Take in account both shared and not shared files
Signed-off-by: Jérôme Herbinet <[email protected]>
1 parent 5814ba1 commit 011aa28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/files_lock.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ tr[data-locked='true'] .fileactions .action.action-menu.permanent {
44
}
55
.locking-inline-state.icon-password {
66
padding: 17px 23px;
7-
margin-right: -49px;
8-
top: -5px;
7+
right: -1px;
8+
top: 0px;
99
width: 44px;
10-
position: relative;
10+
position: absolute;
1111
opacity: 0.5;
1212
}
1313

0 commit comments

Comments
 (0)