michaelctorres / clients-oriented-ftp

Automatically exported from code.google.com/p/clients-oriented-ftp
0 stars 0 forks source link

Give login page a background? #389

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
anyone know code I would edit or add or how to change the background for the 
login page?

Original issue reported on code.google.com by week...@gmail.com on 10 Nov 2013 at 8:15

GoogleCodeExporter commented 8 years ago
The easiest way would be to edit the file header-unlogged.php and add a class 
to the body tag
eg:

<body class="custom_background">

and then edit shared.css with 

.custom_background {
background:url(my-image.jpg);
}

Note that this will also affect the self registraton form and the password 
recovery one.

Original comment by i...@subwaydesign.com.ar on 11 Nov 2013 at 7:40