Moved IE8 inline styles in files.css
This commit is contained in:
parent
75629a1f00
commit
39b150921d
|
@ -178,6 +178,9 @@ table td.filename .nametext {
|
||||||
table td.filename .uploadtext { font-weight:normal; margin-left:.5em; }
|
table td.filename .uploadtext { font-weight:normal; margin-left:.5em; }
|
||||||
table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; }
|
table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; }
|
||||||
|
|
||||||
|
.ie8 input[type="checkbox"]{
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* File checkboxes */
|
/* File checkboxes */
|
||||||
#fileList tr td.filename>input[type="checkbox"]:first-child {
|
#fileList tr td.filename>input[type="checkbox"]:first-child {
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<!--[if IE 8]><style>input[type="checkbox"]{padding:0;}</style><![endif]-->
|
|
||||||
<div id="controls">
|
<div id="controls">
|
||||||
<?php print_unescaped($_['breadcrumb']); ?>
|
<?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; ?>">
|
<div class="actions creatable <?php if (!$_['isCreatable']):?>hidden<?php endif; ?> <?php if (isset($_['files']) and count($_['files'])==0):?>emptycontent<?php endif; ?>">
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<!--[if IE 8]><style>input[type="checkbox"]{padding:0;}</style><![endif]-->
|
|
||||||
<div id="controls">
|
<div id="controls">
|
||||||
<?php print_unescaped($_['breadcrumb']); ?>
|
<?php print_unescaped($_['breadcrumb']); ?>
|
||||||
<div id="file_action_panel"></div>
|
<div id="file_action_panel"></div>
|
||||||
|
|
Loading…
Reference in New Issue