enrolments MDL-24281 Removed fixed with on enrol cohorts JS module buttons so large...
authorSam Hemelryk <sam@moodle.com>
Mon, 20 Sep 2010 01:34:41 +0000 (01:34 +0000)
committerSam Hemelryk <sam@moodle.com>
Mon, 20 Sep 2010 01:34:41 +0000 (01:34 +0000)
enrol/yui/quickcohortenrolment/assets/skins/sam/quickcohortenrolment.css

index 76e2fd0..916adcb 100644 (file)
@@ -9,9 +9,10 @@
 .qce-panel .qce-cohorts {border:1px solid #666;width:408px;background-color:#FFF;height:250px;}
 .qce-panel .qce-cohort {width:100%;position:relative;clear:both;height:24px;}
 .qce-panel .qce-cohort.odd {background-color:#f4f4f4;}
-.qce-panel .qce-cohort .qce-cohort-button {width:70px;float:left;text-align:center;display:inline-block;font-size:80%;height:22px;line-height:22px;overflow:hidden;}
+.qce-panel .qce-cohort .qce-cohort-button {float:left;text-align:center;display:inline-block;font-size:80%;height:22px;line-height:22px;overflow:hidden;padding:0 4px;}
 .qce-panel .qce-cohort .qce-cohort-button.notenrolled {background-color:#ddd;border:1px outset #CCC;background:url("sprite.png");background-repeat:repeat-x;background-color:#DDD;background-position: 0 -25px;color:inherit;}
 .qce-panel .qce-cohort .qce-cohort-button.notenrolled:hover {background-position:0 -15px;cursor:pointer;}
+.qce-panel .qce-cohort .qce-cohort-button.notenrolled.enrolusers {margin-right: 4px;}
 .qce-panel .qce-cohort .qce-cohort-button.alreadyenrolled {font-weight:bold;margin:2px;}
 .qce-panel .qce-cohort .qce-cohort-name {margin-left:80px;margin-right:40px;line-height:24px;}
 .qce-panel .canenrolusers .qce-cohort .qce-cohort-button.alreadyenrolled {width:140px;}