diff options
author | Vincent Petry <pvince81@owncloud.com> | 2013-10-11 08:24:57 -0700 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2013-10-11 08:24:57 -0700 |
commit | b2986e1994db36be0efb56c9e49f514a63e382a5 (patch) | |
tree | 07c91f91d040abbbbd2737b897acf54a4e183163 /apps/files_trashbin | |
parent | 5c664704a3fa6000b1889b7a1c594276382ddb06 (diff) | |
parent | 39b150921de06dceb06f45ba271ab97015f369c9 (diff) | |
download | nextcloud-server-b2986e1994db36be0efb56c9e49f514a63e382a5.tar.gz nextcloud-server-b2986e1994db36be0efb56c9e49f514a63e382a5.zip |
Merge pull request #5274 from owncloud/files-ie8-deletecheckbox
Fixed delete icon alignment in IE8
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/templates/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php index 9b01a2589a5..15ba074e45e 100644 --- a/apps/files_trashbin/templates/index.php +++ b/apps/files_trashbin/templates/index.php @@ -1,4 +1,3 @@ -<!--[if IE 8]><style>input[type="checkbox"]{padding:0;}table td{position:static !important;}</style><![endif]--> <div id="controls"> <?php print_unescaped($_['breadcrumb']); ?> <div id="file_action_panel"></div> |