-
Bug
-
Resolution: Fixed
-
Minor
-
2.3.4, 2.4.1, 2.5
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
-
MOODLE_23_STABLE, MOODLE_24_STABLE
-
MDL-37775_master -
-
Since I updated my moodle to 2.3.4+ (Build: 20130125), the text in the listbox is now centered, in the block "Add a block" with the theme "Leatherbound".
With the standard theme, the text is still left aligned; so I guess it's a bug in the theme "Leatherbound" ?
I noticed this behavior with Firefox (Windows XP and ubuntu), but not with Chrome (Windows XP).
I did not find yet the lines in moodle files.
The CSS lines (from Firebug) are :
.noticebox, .expired, .notopenyet, .notifysuccess, .notifyproblem, .errorbox, .continuebutton, .singlebutton, .buttons, .singleselect
The HTML lines (from Firebug) are :
<select name="bui_addblock" class="select autosubmit singleselect" id="single_select51092c565359a3"><option value="">Add ...</option>(...)</select>
- has a non-specific relationship to
-
MDL-38266 Bad alignment inside dropdown menus in themes that inherit from canvas
- Closed