Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Account Login & CSSAccount Login & CSS
Previous
 
Next
New Post
6/7/2012 12:55 AM
 

I have the Account Login module running on this site - http://www.proudlycarbonneutral.com/Home.aspx - which was skinned using Artisteer.

The module appeared fine when in DNN 6.1.5 but I upgraded it to 6.2 and now the input boxes are running off the side to the right.  I can't see what in the CSS might be causing this and why it suddenly changed when upgrading but is there any obvious reason this is happening?  Any reason why the Search module is fine and not this?

Thanks

 
New Post
6/7/2012 9:06 AM
 

It may be that the following code addition to the site Stylesheet can solve your issue:

/* adjust login position in popup */
.dnnClear.dnnLogin.dnnForm {width:400px; min-width:400px;margin-left:10em;margin-top:50px}
/* adjust login module width */
#Content .dnnClear.dnnLogin.dnnForm {width:280px; min-width:280px;margin-left: 0em;margin-top:10px}
#Content .dnnLoginService.dnnForm .dnnFormItem label {width:80px;}
#Content .dnnLogin input[type=text], #Content .dnnLogin input[type=password] {width:120px;}
#Content .dnnLoginService a.dnnPrimaryAction {margin-left:30px;}
#Content .dnnLoginRememberMe {margin-left: 135px;}
#Content .dnnForm .loginContent ul.dnnActions {padding-left:50px;}

Log onto your site as Administrator, navigate to Site Settings and choose Stylesheet Editor tab.  Add the above code to the end of the default stylesheet.

Note that this default style sheet is replaced with each upgrade to a new DNN release.


Regards
Hans
 
New Post
6/9/2012 2:57 AM
 

Take a look at this parent container width setting

LoginPanel {
  1. width: 500px;
  2. padding-right: 50px;
  3. float: left;
}

In this file 

http://www.proudlycarbonneutral.com/DesktopModules/Admin/Authentication/module.css?cdv=34

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Account Login & CSSAccount Login & CSS


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out