-
Bug
-
Resolution: Fixed
-
Minor
-
2.3.3, 2.4
-
MOODLE_23_STABLE, MOODLE_24_STABLE
-
MOODLE_23_STABLE
-
wip-
MDL-36576-m24 -
- Navigate to /course/index.php?categoryedit=on
- Observe table in center of page (note there are no longer rounded corners, table is styled according to .generaltable CSS)
Course categories view /course/index.php contains a table with classname generalbox. This gives rounded corners to the contents of the table (even though the table corners are not given the same border-radius). Looks strange and is an obscure enough page view that many theme designers won't catch it to override. Class should be generaltable instead.
Replicate:
- Navigate to ../course/index.php?categoryedit=on
- Observe table in center of page (note rounded corners on background color inside of square-cornered table)
Test:
- Apply patch
- Navigate to ../course/index.php?categoryedit=on
- Observe table in center of page (note there are no longer rounded corners, table is styled according to .generaltable CSS)