summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2012-03-29 18:16:41 +0200
committerArthur Schiwon <blizzz@owncloud.com>2012-03-29 18:32:25 +0200
commite2fd0bbf026631c05874f816e6d8d56eb6a23293 (patch)
treec50120db4441e43c48b771b4a4dee2cc732f5811
parent4b3282b325ea1a24c939481c8b2f2a2843e83f7c (diff)
downloadnextcloud-server-e2fd0bbf026631c05874f816e6d8d56eb6a23293.tar.gz
nextcloud-server-e2fd0bbf026631c05874f816e6d8d56eb6a23293.zip
IE 8: fix appeareance of checkboxes on login and files pages
-rw-r--r--core/templates/login.php1
-rw-r--r--files/templates/index.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/core/templates/login.php b/core/templates/login.php
index 6c0a7a12227..82222c82129 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 da1e58ce137..418a170fecb 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']):?>