summaryrefslogtreecommitdiffstats
path: root/files
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 /files
parent4b3282b325ea1a24c939481c8b2f2a2843e83f7c (diff)
downloadnextcloud-server-e2fd0bbf026631c05874f816e6d8d56eb6a23293.tar.gz
nextcloud-server-e2fd0bbf026631c05874f816e6d8d56eb6a23293.zip
IE 8: fix appeareance of checkboxes on login and files pages
Diffstat (limited to 'files')
-rw-r--r--files/templates/index.php1
1 files changed, 1 insertions, 0 deletions
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']):?>