Issue Details (XML | Word | Printable)

Key: MDLSITE-682
Type: Sub-task Sub-task
Status: Open Open
Priority: Trivial Trivial
Assignee: Martin Dougiamas
Reporter: Daniele Cordella
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle.org Sites
MDLSITE-496

The height of lang menu in MAC FF are really un-natural (patch included)

Created: 16/Mar/09 01:54 AM   Updated: 16/Mar/09 08:33 PM
Return to search
Component/s: moodle.org

File Attachments: None
Image Attachments:

1. after.png
(10 kB)

2. before.png
(10 kB)

Participants: Daniele Cordella, Helen Foster, Martin Dougiamas and Mauno Korpelainen
Security Level: None


 Description  « Hide
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;
}

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Mauno Korpelainen added a comment - 16/Mar/09 03:40 PM
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.


Mauno Korpelainen added a comment - 16/Mar/09 03:57 PM
...or 1.8em because 1.6em is too tight for IE...

Setting style for some other surrounding elements might do the same.


Helen Foster added a comment - 16/Mar/09 04:05 PM
Daniele, thanks for your report, and Mauno, thanks for your comments.

Reassigning to Martin for consideration.


Daniele Cordella added a comment - 16/Mar/09 08:33 PM
Thanks Mauno.
As always your suggestions are wiser!