Fixes bug MDL-9221 "new group admin - can't view full group name".

This commit is contained in:
nfreear 2007-04-05 10:55:04 +00:00
parent 370c7b7d15
commit eb674f8b21
4 changed files with 41 additions and 14 deletions

View file

@ -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
***/

View file

@ -400,7 +400,7 @@ form.popupform label {
}
.groupmanagementtable select {
width:200px;
width: 18em;
}
img.icon {
@ -3354,4 +3354,3 @@ wikiadminactions {
.workshopkey {
text-align:center;
}