Commit 1a923cf78627b5a655e109b6a6857562f1febaa4
1 parent
82f5de72
Exists in
master
and in
7 other branches
Correção no tamanho dos campos da tela de login
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
ferramentas/loginusuario/index.js
... | ... | @@ -115,9 +115,9 @@ i3GEOF.loginusuario = { |
115 | 115 | } |
116 | 116 | ins = '<p class="paragrafo" >'+$trad("x30")+': <b><i>'+u+"</i></b>" + |
117 | 117 | '<p class="paragrafo" >'+$trad("x27")+':<br>' + |
118 | - '<input id=i3geousuario type=text style="width:250px;" value="'+usuario+'"/>' + | |
118 | + '<input id=i3geousuario type=text style="width:200px;" value="'+usuario+'"/>' + | |
119 | 119 | '<p class="paragrafo" >'+$trad("x28")+':<br>' + |
120 | - '<input id=i3geosenha type=password style="width:250px;" value=""/><br>' + | |
120 | + '<input id=i3geosenha type=password style="width:200px;" value=""/><br>' + | |
121 | 121 | '<p class="paragrafo" ><input id=i3GEOFloginusuario size=20 type=button value="'+$trad("x29")+'" /> <input id=i3GEOFlogoutusuario size=20 type=button value="Logout" />' + |
122 | 122 | '<p class="paragrafo" onclick="i3GEOF.loginusuario.recuperarSenha()" style="cursor:pointer;color:blue;">'+$trad("x32")+'</p>' + |
123 | 123 | '<p class="paragrafo" onclick="i3GEOF.loginusuario.alterarSenha()" style="cursor:pointer;color:blue;">'+$trad("x52")+'</p><br><br><br>'; | ... | ... |