From 75629a1f0088c248f4a29318188b329cbfc03ebb Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 11 Oct 2013 00:15:32 +0200 Subject: [PATCH 1/2] Fixed delete icon alignment in IE8 Removed old inline CSS that forced every td to have position:static in the files app. (#5056) --- apps/files/templates/index.php | 2 +- apps/files_trashbin/templates/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index ebdca097e7..1c07d14ea8 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -1,4 +1,4 @@ - +
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php index 9b01a2589a..17045313d6 100644 --- a/apps/files_trashbin/templates/index.php +++ b/apps/files_trashbin/templates/index.php @@ -1,4 +1,4 @@ - +
From 39b150921de06dceb06f45ba271ab97015f369c9 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 11 Oct 2013 14:10:00 +0200 Subject: [PATCH 2/2] Moved IE8 inline styles in files.css --- apps/files/css/files.css | 3 +++ apps/files/templates/index.php | 1 - apps/files_trashbin/templates/index.php | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index cbf34279f5..7c6778af62 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -178,6 +178,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 1c07d14ea8..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 17045313d6..15ba074e45 100644 --- a/apps/files_trashbin/templates/index.php +++ b/apps/files_trashbin/templates/index.php @@ -1,4 +1,3 @@ -