mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-31830 course: management interface fixes as noted
* Fixed the highlighing of the default category when no categories have been selected. * Fixed the bug preventing the action menu for AJAX loaded categories from functioning. * Repositioned course idnumber infront of course actions. * Fixed display of moveup on first item and movedown on last item (courses and categories) * Fixed up resort selected categories string.
This commit is contained in:
parent
5aff38e4d8
commit
f454e3247d
9 changed files with 68 additions and 69 deletions
|
@ -806,6 +806,10 @@ span.editinstructions {
|
|||
}
|
||||
}
|
||||
}
|
||||
&:first-child > div .item-actions .action-moveup,
|
||||
&:last-child > div .item-actions .action-movedown {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
#course-listing {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue