Longer titles names in languages like German are displayed above the input field. I reduced the length of the input fields to 5em as in 1.8.

This commit is contained in:
urs_hunkler 2007-06-14 07:55:18 +00:00
parent c97535a6be
commit 70a4677d74

View File

@ -6,9 +6,8 @@
display:inline;
}
.block_login .loginform .c1 input {
width: 6em;
width:5em;
}
.block_login .loginform div {