Issue Details (XML | Word | Printable)

Key: MDL-11830
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Petr Skoda
Reporter: Miroslav Fikar
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

width of login button too small

Created: 19/Oct/07 03:16 AM   Updated: 08/Jan/08 04:35 PM
Return to search
Component/s: Accessibility
Affects Version/s: 1.8.3
Fix Version/s: 1.9, 2.0

File Attachments: None
Image Attachments:

1. login.jpg
(3 kB)

2. moodleorg.png
(9 kB)
Environment: any

Participants: Dan Poltawski, Miroslav Fikar and Petr Skoda
Security Level: None
Resolved date: 08/Jan/08
Affected Branches: MOODLE_18_STABLE
Fixed Branches: MOODLE_19_STABLE, MOODLE_20_STABLE


 Description  « Hide
Width of login button in Slovak and Czech languages is too small (see attached figure) . It is currently defined in blocks/login/styles.php by 5em:
.block_login .loginform .c1 input {
width:5em;
}

I propose to change it to 6em. That is satisfactory fro both languages and does not pose problems in other languages.


 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda added a comment - 31/Dec/07 08:01 AM
fixed in cvs, thanks for the report

Dan Poltawski added a comment - 08/Jan/08 12:51 AM
Reopening, username now above the input box on moodle.org in firefox (with mega-wide screen). Screenshot incoming..

Dan Poltawski added a comment - 08/Jan/08 12:52 AM
Screenshot of moodle.org right now

Miroslav Fikar added a comment - 08/Jan/08 01:11 AM
In some languages, username is above, in some languages password as well. Is there any possibility to enlarge the button only?

Petr Skoda added a comment - 08/Jan/08 01:43 AM
yep, that should be possible

Petr Skoda added a comment - 08/Jan/08 04:35 PM
reverting back to 5em width and removing css width from the button, that should finally solve it for majority of langs.
thanks!