MDL-32057: Fix cohort enrolment css for ie7

This commit is contained in:
Adam Olley 2012-07-03 09:17:21 +09:30
parent 1494f20da3
commit b653107b96

View file

@ -33,4 +33,7 @@
.qce-panel .qce-search input {width:70%;}
.qce-panel .qce-cohort.headings {font-weight:bold;border-width:0;}
.qce-panel .qce-cohort.headings .qce-cohort-button {display:none;}
.qe-panel .qce-cohort.headings .qce-cohort-button {display:none;}
.ie7 .qce-panel .qce-cohort div,
.ie7 .qce-panel .canenrolusers .qce-cohort .qce-cohort-name {float:left;}