]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed delete icon alignment in IE8
authorVincent Petry <pvince81@owncloud.com>
Thu, 10 Oct 2013 22:15:32 +0000 (00:15 +0200)
committerVincent Petry <pvince81@owncloud.com>
Thu, 10 Oct 2013 22:16:41 +0000 (00:16 +0200)
Removed old inline CSS that forced every td to have position:static in
the files app. (#5056)

apps/files/templates/index.php
apps/files_trashbin/templates/index.php

index ebdca097e7426b20efdb9df54f88dac246a311e8..1c07d14ea8abc770e6fa77f22edf7a5b2e9a2b0d 100644 (file)
@@ -1,4 +1,4 @@
-<!--[if IE 8]><style>input[type="checkbox"]{padding:0;}table td{position:static !important;}</style><![endif]-->
+<!--[if IE 8]><style>input[type="checkbox"]{padding:0;}</style><![endif]-->
 <div id="controls">
        <?php print_unescaped($_['breadcrumb']); ?>
                <div class="actions creatable <?php if (!$_['isCreatable']):?>hidden<?php endif; ?> <?php if (isset($_['files']) and count($_['files'])==0):?>emptycontent<?php endif; ?>">
index 9b01a2589a5fa3f914e6d7952ec86c497a70bdd4..17045313d6ce149b474b7a01921f74065edb32b6 100644 (file)
@@ -1,4 +1,4 @@
-<!--[if IE 8]><style>input[type="checkbox"]{padding:0;}table td{position:static !important;}</style><![endif]-->
+<!--[if IE 8]><style>input[type="checkbox"]{padding:0;}</style><![endif]-->
 <div id="controls">
        <?php print_unescaped($_['breadcrumb']); ?>
                <div id="file_action_panel"></div>