]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix checkbox shifting when rename input appears
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 3 Jul 2014 11:34:12 +0000 (13:34 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 3 Jul 2014 11:34:12 +0000 (13:34 +0200)
apps/files/css/files.css

index ff6c6a6e48b450d71f712335d038574dd94ea59a..f8308f93296f9ff089347156777563bb82ad256e 100644 (file)
@@ -325,6 +325,7 @@ table td.filename .uploadtext {
        filter: alpha(opacity=0);
        opacity: 0;
        float: left;
+       top: 0;
        margin: 32px 0 4px 32px; /* bigger clickable area doesn’t work in FF width:2.8em; height:2.4em;*/
 }
 /* Show checkbox when hovering, checked, or selected */
@@ -355,6 +356,7 @@ table td.filename .uploadtext {
 }
 #fileList tr td.filename>input[type="checkbox"] + label {
        left: 0;
+       top: 0;
 }
 .select-all + label {
        top: 0;