MDL-63375 workshop: apply specific IE10/11 fix

Credit goes to Matt Davidson (Syxton)
This commit is contained in:
Eloy Lafuente (stronk7)
2020-08-19 17:54:45 +02:00
parent 091a6ca62e
commit 23dc056578
+8
View File
@@ -47,6 +47,14 @@
text-align: left;
}
@media all and (-ms-high-contrast: none) { /* IE10 & IE11 hack */
.path-mod-workshop .mform.frozen .rubric-grid,
.path-mod-workshop .assessmentform .rubric-grid {
width: 100%;
table-layout: fixed;
}
}
.path-mod-workshop .mform.frozen #id_rubric-grid-wrapper .fitem .felement,
.path-mod-workshop .assessmentform.rubric.grid #id_rubric-grid-wrapper .fitem .felement {
width: 100%;