diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 04dfaeb2a2..8df20c88fa 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2012-05-07 Juan Manuel Ramon + + * include/styles/pandora.css: Fixed input layout in login screen. + 2012-05-04 Juan Manuel Ramon * operation/agentes/ver_agente.php: Changed way of truncate agent diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 752ef69a2c..c05ea58581 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -332,7 +332,7 @@ input.datos_readonly { } input.login { border: 0px none; - background-color: #ebebeb; + background-color: #ebebeb !important; margin: 0px 0 8px 20px; width: 135px; height: 18px; @@ -341,7 +341,7 @@ input.login { /* FF hack for login inputs */ @-moz-document url-prefix() { input.login{ - margin: -2px 0 8px 20px !important; + margin: 2px 0 8px 20px !important; } }