IE 8: fix appeareance of checkboxes on login and files pages

remotes/origin/stable4
Arthur Schiwon 13 years ago
parent 4b3282b325
commit e2fd0bbf02
  1. 1
      core/templates/login.php
  2. 1
      files/templates/index.php

@ -1,3 +1,4 @@
<!--[if IE 8]><style>input[type="checkbox"]{padding:0;}</style><![endif]-->
<form action="index.php" method="post">
<fieldset>
<?php if(!empty($_['redirect'])) { echo '<input type="hidden" name="redirect_url" value="'.$_['redirect'].'" />'; } ?>

@ -1,3 +1,4 @@
<!--[if IE 8]><style>input[type="checkbox"]{padding:0;}table td{position:static !important;}</style><![endif]-->
<div id="controls">
<?php echo($_['breadcrumb']); ?>
<?php if (!isset($_['readonly']) || !$_['readonly']):?>

Loading…
Cancel
Save