Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.3.3, 2.4
-
Fix Version/s: 2.3.4, STABLE backlog
-
Labels:
-
Testing Instructions:
- 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)
-
Affected Branches:MOODLE_23_STABLE, MOODLE_24_STABLE
-
Fixed Branches:MOODLE_23_STABLE
-
Pull from Repository:
-
Pull Master Branch:wip-
MDL-36576-m24 -
Pull Master Diff URL:
Description
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)