summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/varios/acceso_operador.php
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2019-02-12 10:46:37 +0100
committerRamón M. Gómez <ramongomez@us.es>2019-02-12 10:46:37 +0100
commit669478452f2f7fbce79ce2456a6034ae562cb436 (patch)
tree38c23a5ffb93e958f76091fade919a1917ab002c /admin/WebConsole/varios/acceso_operador.php
parent6bd2e1e7ba1bb7f9911d95a3a4ed688b0cae1e58 (diff)
#834: Fixing more code cleanup: CSS units, HTML tags; Javascript comparisons, and PHP variables.
Diffstat (limited to 'admin/WebConsole/varios/acceso_operador.php')
-rw-r--r--admin/WebConsole/varios/acceso_operador.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/WebConsole/varios/acceso_operador.php b/admin/WebConsole/varios/acceso_operador.php
index 02d502a5..c2c0cde4 100644
--- a/admin/WebConsole/varios/acceso_operador.php
+++ b/admin/WebConsole/varios/acceso_operador.php
@@ -77,8 +77,8 @@ function PulsaEnter(oEvento){
<FORM action="accesoperadores.php" name="fdatos" method="post">
<DIV align="center">
<IMG src="../images/login_operador.png" width=500 >
- <INPUT onkeypress="PulsaEnter(event)" name="usu" style="POSITION:absolute;top:125px;left:365px;width:90px;height:20px;COLOR: #999999; FONT-FAMILY: Verdana; FONT-SIZE: 12px;">
- <INPUT onkeypress="PulsaEnter(event)" name="pss" type="password" style="POSITION:absolute;top:160px;left:365px;width:90px;height:20px;COLOR: #999999; FONT-FAMILY: Verdana; FONT-SIZE: 12px;">
+ <INPUT onkeypress="PulsaEnter(event)" name="usu" style="POSITION:absolute;top:125px;left:365px;width:90px;height:20px;COLOR: #999999; FONT-FAMILY: Verdana, sans-serif; FONT-SIZE: 12px;">
+ <INPUT onkeypress="PulsaEnter(event)" name="pss" type="password" style="POSITION:absolute;top:160px;left:365px;width:90px;height:20px;COLOR: #999999; FONT-FAMILY: Verdana, sans-serif; FONT-SIZE: 12px;">
<IMG onclick="confirmar()" src="../images/botonok.png" style="POSITION:absolute;top:190px;left:400px;CURSOR: hand">
</DIV>
</FORM>