2012-05-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* 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
This commit is contained in:
juanmanuelr 2012-05-07 14:37:28 +00:00
parent 78d246414e
commit 6c5b302f2f
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-05-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/styles/pandora.css: Fixed input layout in login screen.
2012-05-04 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/agentes/ver_agente.php: Changed way of truncate agent

View File

@ -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;
}
}