mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
enrolments MDL-24281 Removed fixed with on enrol cohorts JS module buttons so large strings get shown.
This commit is contained in:
parent
0234840f1c
commit
e2aca3c211
@ -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;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user