From aed9cd57d81287b20069b97bfc29b5745f05f038 Mon Sep 17 00:00:00 2001 From: Roland Mas Date: Fri, 19 Feb 2010 15:05:01 +0000 Subject: [PATCH] Fixed width of text and textarea input fields --- gforge/www/themes/gforge/css/theme.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gforge/www/themes/gforge/css/theme.css b/gforge/www/themes/gforge/css/theme.css index bc578791af..91f27617c6 100644 --- a/gforge/www/themes/gforge/css/theme.css +++ b/gforge/www/themes/gforge/css/theme.css @@ -19,6 +19,9 @@ a.userlink:hover {text-decoration: underline; color: white;} a.userlink:visited {text-decoration: none; color: white; } th, td {text-align:left; border:none; } #mydoc {text-align: left;} +input[type="text"], input[type="password"], textarea { + width: auto; +} /* =header */ #header { -- 2.30.2