diff --git a/core/templates/login.php b/core/templates/login.php index 6c0a7a12227a64102ddf4af3c14e893cd9d9b0d3..82222c821296643ae2ca449ec1af865c99223b72 100644 --- a/core/templates/login.php +++ b/core/templates/login.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'].'" />'; } ?> diff --git a/files/templates/index.php b/files/templates/index.php index da1e58ce137c9bf3d1487e0c6d0af0d46c157288..418a170fecb15ee3f262b091b063344ec5dd42e4 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -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']):?>