From 6c5b302f2ff7eabf37d111fdaf34e5947d54e8fc Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Mon, 7 May 2012 14:37:28 +0000 Subject: [PATCH] 2012-05-07 Juan Manuel Ramon * include/styles/pandora.css: Fixed input layout in login screen. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6261 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/include/styles/pandora.css | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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; } }