Skip to content
Snippets Groups Projects
Commit 75629a1f authored by Vincent Petry's avatar Vincent Petry
Browse files

Fixed delete icon alignment in IE8

Removed old inline CSS that forced every td to have position:static in
the files app. (#5056)
parent 26c0007a
No related branches found
No related tags found
No related merge requests found
<!--[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; ?>">
......
<!--[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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment