diff options
author | Vincent Petry <pvince81@owncloud.com> | 2013-10-11 08:24:57 -0700 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2013-10-11 08:24:57 -0700 |
commit | b2986e1994db36be0efb56c9e49f514a63e382a5 (patch) | |
tree | 07c91f91d040abbbbd2737b897acf54a4e183163 /apps/files/css | |
parent | 5c664704a3fa6000b1889b7a1c594276382ddb06 (diff) | |
parent | 39b150921de06dceb06f45ba271ab97015f369c9 (diff) | |
download | nextcloud-server-b2986e1994db36be0efb56c9e49f514a63e382a5.tar.gz nextcloud-server-b2986e1994db36be0efb56c9e49f514a63e382a5.zip |
Merge pull request #5274 from owncloud/files-ie8-deletecheckbox
Fixed delete icon alignment in IE8
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index a0a3ec26ce1..953b11a16f9 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -174,6 +174,9 @@ table td.filename .nametext { table td.filename .uploadtext { font-weight:normal; margin-left:.5em; } table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; } +.ie8 input[type="checkbox"]{ + padding: 0; +} /* File checkboxes */ #fileList tr td.filename>input[type="checkbox"]:first-child { |