diff --git a/apps/files/css/files.css b/apps/files/css/files.css index a0a3ec26ce..953b11a16f 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -174,6 +174,9 @@ table td.filename .nametext { table td.filename .uploadtext { font-weight:normal; margin-left:.5em; } table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; } +.ie8 input[type="checkbox"]{ + padding: 0; +} /* File checkboxes */ #fileList tr td.filename>input[type="checkbox"]:first-child { diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index ebdca097e7..32a59f1e1a 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -1,4 +1,3 @@ -
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php index 9b01a2589a..15ba074e45 100644 --- a/apps/files_trashbin/templates/index.php +++ b/apps/files_trashbin/templates/index.php @@ -1,4 +1,3 @@ -