From: urs_hunkler Date: Thu, 14 Jun 2007 07:55:18 +0000 (+0000) Subject: Longer titles names in languages like German are displayed above the input field... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=70a4677d7499b85f651be2b3e0d3793039498d4f;p=moodle.git 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. --- diff --git a/blocks/login/styles.php b/blocks/login/styles.php index 50d189f33f..8ccc0fe694 100644 --- a/blocks/login/styles.php +++ b/blocks/login/styles.php @@ -6,9 +6,8 @@ display:inline; } - .block_login .loginform .c1 input { - width: 6em; + width:5em; } .block_login .loginform div {