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

* include/styles/pandora.css: Reverted changes (bag visualization
	in Firefox).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6263 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2012-05-07 14:54:23 +00:00
parent 6c5b302f2f
commit e72a7f02c0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-05-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/styles/pandora.css: Reverted changes (bag visualization
in Firefox).
2012-05-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/styles/pandora.css: Fixed input layout in login screen.

View File

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