diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index df1d6b8090..dd67e94176 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -796,6 +796,12 @@ form.login label { font-weight: bolder; } +form.login input[type=text], +form.login input[type=password], +form.login select { + width: 14em; +} + .commented_column { border-bottom: 1px dashed #000; }