Login module


Author Message
Martin

Posted: 6/25/2012
Quote message 

anyone know how i an change the look on hte login
right now its up and down like this
LOGIN
PASSWD

i would love to get it like

LOGIN PASSWD

one a line
anyone know how thats done :)?
 
notyetnerdyenough

Posted: 6/25/2012
Quote message 

Maybe this will help?
http://stackoverflow.com/questions/7267006/how-do-you-modify-the-login-form-in-joomla
 
Marius

Posted: 2/15/2013
Quote message 

Hi,

I'm having some problems with a black border around the login form.
I'm using Artisteer 4 and Joomla 2.5.9.

I now have 2 borders, one arround the block and one around the login module.
I whant to remove the border arround the login form.

Anny tips?

Thanx

 
jrgweb

Posted: 2/15/2013
Quote message 

fieldset {
border: none;
}
 
Marius

Posted: 2/15/2013
Quote message 

Hi jrgweb, thanx that was fast! :O)

In which file do I have to insert the code, \modules\mod_login\tmpl\default.php?

Thanx!
 
jrgweb

Posted: 2/15/2013
Quote message 

template.css
 
Marius

Posted: 2/15/2013
Quote message 

Hi jrgweb,

It didn't work. I rebuilded my site in Artisteer 3 and the extra border around the login form/module is now gone. Bug in Artisteer 4?
 
jrgweb

Posted: 2/15/2013
Quote message 

Do you have a url??