Index: openacs-4/packages/acs-subsite/lib/login.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/lib/login.tcl,v diff -u -r1.41.2.9 -r1.41.2.10 --- openacs-4/packages/acs-subsite/lib/login.tcl 11 Mar 2021 15:25:56 -0000 1.41.2.9 +++ openacs-4/packages/acs-subsite/lib/login.tcl 26 Jun 2022 19:37:07 -0000 1.41.2.10 @@ -138,7 +138,7 @@ ad_form -extend -name login \ -form [list [list email:text($email_widget),nospell \ [list label "[_ acs-subsite.Email]"] \ - {html {style "width: 150px" autocomplete "email"}}]] + {html {style "width: 300px" autocomplete "email"}}]] set user_id_widget_name email if { $email ne "" } { set focus "password" @@ -159,7 +159,7 @@ ad_form -extend -name login \ -form [list [list username:text($username_widget),nospell \ [list label "[_ acs-subsite.Username]"] \ - {html {style "width: 150px" autocomplete "username"} }]] + {html {style "width: 300px" autocomplete "username"} }]] set user_id_widget_name username if { $username ne "" } { set focus "password" @@ -172,7 +172,7 @@ ad_form -extend -name login -form { {password:text(password) {label "[_ acs-subsite.Password]"} - {html {style "width: 150px" autocomplete "$password_autocomplete"}} + {html {style "width: 300px" autocomplete "$password_autocomplete"}} } }