- Posts: 20
- Thank you received: 0
Re: Login page too simple Joomla 1.6
-
cuevision
Inactive member - Topic Author
- Member
Less
More
13 years 6 months ago - 4 years 4 months ago #9121
by cuevision
Login page too simple Joomla 1.6 was created by cuevision
Hi you all
I am working on this template for a while now and some things need te be changed for my own needs and perhaps for you too
Please have a look at the two images below. I have compare these two. The first one is coming from the demo of the hotjoomla template site. And the second one is from my site. I also have had a look at other Sportal sites of other users, but they face the same 'problem'.
You understand that I like to have the same login as the one coming from the demo.
Any suggestions please?
Thanks and regards,
Ed
I am working on this template for a while now and some things need te be changed for my own needs and perhaps for you too
Please have a look at the two images below. I have compare these two. The first one is coming from the demo of the hotjoomla template site. And the second one is from my site. I also have had a look at other Sportal sites of other users, but they face the same 'problem'.
You understand that I like to have the same login as the one coming from the demo.
Any suggestions please?
Thanks and regards,
Ed
Last edit: 4 years 4 months ago by milos.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #9139
by ivan.milic
Replied by ivan.milic on topic Re: Login page too simple Joomla 1.6
Hi,
that on our demo is not module, it's item menu type login in menu configuration.
that on our demo is not module, it's item menu type login in menu configuration.
Please Log in to join the conversation.
-
cuevision
Inactive member - Topic Author
- Member
Less
More
- Posts: 20
- Thank you received: 0
13 years 6 months ago - 13 years 6 months ago #9142
by cuevision
Replied by cuevision on topic Re: Login page too simple Joomla 1.6
Hi ivan,
Can you tell me how I can get these lines ligned up as in your demo please? I have made a new item, type loginmenu and linked it to the topmenu. When I click on that link, I get the same layout as I attached in the image from this earlier post above.
Thanks again and regards,
Ed
Can you tell me how I can get these lines ligned up as in your demo please? I have made a new item, type loginmenu and linked it to the topmenu. When I click on that link, I get the same layout as I attached in the image from this earlier post above.
Thanks again and regards,
Ed
Last edit: 13 years 6 months ago by cuevision.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #9145
by ivan.milic
Replied by ivan.milic on topic Re: Login page too simple Joomla 1.6
Can you give us your link.
Please Log in to join the conversation.
-
cuevision
Inactive member - Topic Author
- Member
Less
More
- Posts: 20
- Thank you received: 0
13 years 6 months ago - 4 years 4 months ago #9146
by cuevision
Replied by cuevision on topic Re: Login page too simple Joomla 1.6
Hi ivan,
Sure, be mu guest:
Regards and thanks,
Ed
Sure, be mu guest:
Code:
http://www.vvmoerkapelle.nl/joomla1/login.html
Regards and thanks,
Ed
Last edit: 4 years 4 months ago by milos.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #9150
by ivan.milic
Replied by ivan.milic on topic Re: Login page too simple Joomla 1.6
put this at the bottom of template_css.css:
.login form fieldset
{
width: 180px;
}
.login form label,.login form input
{
float:left;
}
.login form input
{
width:116px;
}
.login form .star
{
display:none;
}
.login form input {
border: 0;
background: url(../images/button_bg.png) repeat-x;
font-size: 11px;
color: black;
padding: 4px;
font-family: Arial, Helvetica, sans-serif;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.login form fieldset
{
width: 180px;
}
.login form label,.login form input
{
float:left;
}
.login form input
{
width:116px;
}
.login form .star
{
display:none;
}
.login form input {
border: 0;
background: url(../images/button_bg.png) repeat-x;
font-size: 11px;
color: black;
padding: 4px;
font-family: Arial, Helvetica, sans-serif;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
Please Log in to join the conversation.
Time to create page: 0.168 seconds