mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Fixes bug MDL-9221 "new group admin - can't view full group name".
This commit is contained in:
parent
370c7b7d15
commit
eb674f8b21
4 changed files with 41 additions and 14 deletions
|
@ -835,6 +835,13 @@ body#mod-forum-index .generalbox .cell {
|
|||
}
|
||||
|
||||
|
||||
#thegroup, #thegrouping, #dummygrouping {
|
||||
font-size: 0.8em;
|
||||
letter-spacing: -0.01em;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Phpinfo display
|
||||
***/
|
||||
|
|
|
@ -400,7 +400,7 @@ form.popupform label {
|
|||
}
|
||||
|
||||
.groupmanagementtable select {
|
||||
width:200px;
|
||||
width: 18em;
|
||||
}
|
||||
|
||||
img.icon {
|
||||
|
@ -3354,4 +3354,3 @@ wikiadminactions {
|
|||
.workshopkey {
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue