diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-03 13:34:12 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-03 13:34:12 +0200 |
commit | c7101d26db78954ebc772dc6286ce43c7c144f83 (patch) | |
tree | 03b45aa9dc4f6742bb1e9e35385f99e2be8402b4 /apps/files/css/files.css | |
parent | e695244f32d70d4d008f35252ea7f391797df403 (diff) | |
download | nextcloud-server-c7101d26db78954ebc772dc6286ce43c7c144f83.tar.gz nextcloud-server-c7101d26db78954ebc772dc6286ce43c7c144f83.zip |
fix checkbox shifting when rename input appears
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index ff6c6a6e48b..f8308f93296 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -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; |