Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.9.2
-
Component/s: Calendar, HTML and CSS
-
Testing Instructions:
- Go to the month view of a calendar.
- If there's none, create an entry
- Verify the circle before the entry is displayed as circle and not distorted in width.
-
Affected Branches:MOODLE_39_STABLE
-
Fixed Branches:MOODLE_38_STABLE, MOODLE_39_STABLE
-
Pull from Repository:
-
Pull 3.8 Branch:
MDL-69945-38 -
Pull 3.9 Branch:
MDL-69945-39 -
Pull 3.10 Branch:
MDL-69945-310 -
Pull Master Branch:
MDL-69945-master -
Pull Master Diff URL:
Description
I think this has been the case for a while but I only noticed due to a new visual look in 3.9 that adds a more prominent border.
badge badge-circle calendar_event_user
|
Those classes are used to add a little circle beside calendar events on the main calendar.
I'm not sure if these predate the addition of Bootstrap, but bootstrap has it's own .badge thing, and as a result these seem to pick up some styles that they probably shouldn't.
Notably, the padding makes them very slightly not circular.