]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed thumbnal z-index for when no checkbox is there
authorVincent Petry <pvince81@owncloud.com>
Thu, 15 Jan 2015 16:53:23 +0000 (17:53 +0100)
committerVincent Petry <pvince81@owncloud.com>
Thu, 15 Jan 2015 16:53:23 +0000 (17:53 +0100)
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.

apps/files/css/files.css

index 5b947fa326cb051938a7cc72578e0535cb9c4a17..7e0371af94f33d5a68827c340c22c26b21f9dfff 100644 (file)
@@ -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%;