diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2012-03-29 18:16:41 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2012-03-29 18:32:25 +0200 |
commit | e2fd0bbf026631c05874f816e6d8d56eb6a23293 (patch) | |
tree | c50120db4441e43c48b771b4a4dee2cc732f5811 /files | |
parent | 4b3282b325ea1a24c939481c8b2f2a2843e83f7c (diff) | |
download | nextcloud-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.php | 1 |
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']):?> |