mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-10383 - groups/groupings refactoring and improvements - basic UI for groupings implemented
This commit is contained in:
parent
baea72ec48
commit
62d6383803
12 changed files with 454 additions and 196 deletions
|
@ -413,6 +413,17 @@ form.popupform label {
|
|||
width: 18em;
|
||||
}
|
||||
|
||||
#group-groupings .buttons {
|
||||
margin: 20px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#group-groupings .buttons .singlebutton {
|
||||
display: inline;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
||||
img.icon {
|
||||
vertical-align:middle;
|
||||
margin-right:4px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue