mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-59368 groups: Add behat for new group edit
This commit is contained in:
parent
090d064dda
commit
76c493b3f2
7 changed files with 27 additions and 11 deletions
|
@ -28,6 +28,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
// This rule overrides the automatic no-overflow on the participants table. It kills the auto-complete.
|
||||
#participantsform .no-overflow {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.userprofile dl.list {
|
||||
// Copied from dl.row.
|
||||
> dd + dt {
|
||||
|
|
|
@ -52,6 +52,10 @@
|
|||
text-align: right;
|
||||
}
|
||||
}
|
||||
// This rule overrides the automatic no-overflow on the participants table. It kills the auto-complete.
|
||||
#participantsform .no-overflow {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/**
|
||||
* This rule has been added to duplicate the style of icons with the
|
||||
|
|
|
@ -9670,6 +9670,9 @@ body.path-question-type .mform fieldset.hidden {
|
|||
.path-user .node_category .viewmore {
|
||||
text-align: right;
|
||||
}
|
||||
#participantsform .no-overflow {
|
||||
overflow: visible;
|
||||
}
|
||||
/**
|
||||
* This rule has been added to duplicate the style of icons with the
|
||||
* .iconsmall class for consistent rendering.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue