2013-10-16 Sergio Martin <sergio.martin@artica.es>

* include/styles/pandora.css
	images/login_background.jpg
	images/login_background.png: Change the background
	image of the login screen




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8921 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2013-10-16 09:19:51 +00:00
parent c9c2a914fe
commit 70d03bf102
3 changed files with 3 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -310,12 +310,9 @@ div#foot {
left: 0;
z-index: -999;
background-image: url('../../images/login_background.jpg');
background-image: url('../../images/login_background.png');
background-color: #3f3f3f;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-repeat: repeat;
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
@ -2776,4 +2773,4 @@ div#agent_wizard_subtabs {
#code_license_dialog a {
text-decoration: underline;
}
}