Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Component/s: moodle.org
-
Labels:None
Description
Look at the two attachments.
I feel the language drop down menu height is unusual.
By only adding these new style the look problem disappear.
#chooselang_jump {
height: 21px;
}
If it is necessary to define that height something like
#chooselang_jump {
height: 1.6em;
}
might be safer.
If browser is using big default fonts or small default fonts fixing height to 21px may look even more unusual.