Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Issues in IE11 backend layout #3177

Closed
pette87 opened this issue Aug 3, 2018 · 1 comment
Closed

Issues in IE11 backend layout #3177

pette87 opened this issue Aug 3, 2018 · 1 comment

Comments

@pette87
Copy link

pette87 commented Aug 3, 2018

Description

Checkboxes in entries not on the right place.

https://imgur.com/fk1L3pi

Steps to reproduce

  1. go to entries or see screenshot

Additional info

  • Craft version: 3.0.9 and higher

Solution

IE11 CSS hack:

_:-ms-lang(x),
.elements .tableview td.checkbox-cell input.checkbox + label, .elements .tableview td.checkbox-cell div.checkbox {
    top: 16px;
}

_:-ms-lang(x),
body.ltr input.checkbox + label:empty, body.ltr div:empty.checkbox {
    display: block;
}
@brandonkelly
Copy link
Member

Fixed, thanks for providing the CSS!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants