From b653107b964b19929d34b7ddb5420d6552ffe20c Mon Sep 17 00:00:00 2001 From: Adam Olley Date: Tue, 3 Jul 2012 09:17:21 +0930 Subject: [PATCH] MDL-32057: Fix cohort enrolment css for ie7 --- .../yui/quickenrolment/assets/skins/sam/quickenrolment.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/enrol/cohort/yui/quickenrolment/assets/skins/sam/quickenrolment.css b/enrol/cohort/yui/quickenrolment/assets/skins/sam/quickenrolment.css index 540ed780ec6..9509c01d2f7 100644 --- a/enrol/cohort/yui/quickenrolment/assets/skins/sam/quickenrolment.css +++ b/enrol/cohort/yui/quickenrolment/assets/skins/sam/quickenrolment.css @@ -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;} \ No newline at end of file +.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;}