From 70a4677d7499b85f651be2b3e0d3793039498d4f Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Thu, 14 Jun 2007 07:55:18 +0000 Subject: [PATCH] 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. --- blocks/login/styles.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 { -- 2.39.5