]> source.dussan.org Git - nextcloud-server.git/commitdiff
add CSS to shift header to account for when favorites are present
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 15 Dec 2014 14:11:51 +0000 (15:11 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 15 Dec 2014 14:11:51 +0000 (15:11 +0100)
apps/files/css/files.css

index 03496f4ffb75360f9873a26170cb4eea61274cfc..a767c6a31f0325bdec4c12a73793f10fce80ac9f 100644 (file)
@@ -191,10 +191,15 @@ table th#headerName {
        width: 9999px; /* not really sure why this works better than 100% … table styling */
        padding: 0;
 }
+
 #headerName-container {
        position: relative;
        height: 50px;
 }
+.has-favorites #headerName-container {
+       padding-left: 50px;
+}
+
 table th#headerSize, table td.filesize {
        text-align: right;
 }
@@ -406,6 +411,9 @@ table td.filename .uploadtext {
        left: 18px;
        z-index: 10;
 }
+.has-favorites .select-all {
+       left: 68px;
+}
 
 #fileList tr td.filename {
        position: relative;