Skip to content
Snippets Groups Projects
Commit 7d812990 authored by Vincent Petry's avatar Vincent Petry
Browse files

Fixed thumbnal z-index for when no checkbox is there

In file lists with no selection checkbox, the CSS selector is different.
The thumbnail also needs position:absolute and a z-index to be displayed
above the row's grey highlight.
parent 36ced1f0
No related branches found
No related tags found
No related merge requests found
......@@ -258,6 +258,8 @@ table td.filename .thumbnail {
margin-top: 9px;
cursor: pointer;
float: left;
position: absolute;
z-index: 4;
}
table td.filename input.filename {
width: 70%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment