Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8.3
-
Component/s: Accessibility
-
Labels:None
-
Environment:any
-
Affected Branches:MOODLE_18_STABLE
-
Fixed Branches:MOODLE_19_STABLE, MOODLE_20_STABLE
Description
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.
fixed in cvs, thanks for the report