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...Administration ...Administration ...dnn6 Login Button & registration overlaps in IEdnn6 Login Button & registration overlaps in IE
Previous
 
Next
New Post
8/15/2011 9:39 AM
 
DNN6 In IE 7,8 9? Login Button and word register overlaps in User Login window.
Gives problems with logging in!

Please give solution!

Thanks
 
New Post
8/15/2011 9:19 PM
 
There are a number of UI changes coming in dnn601 - which should be out any day now.
That would maybe be the first option.

Otherwise - your would be to look at the skin/container/module css to see if you can find the offending issues.
Is this happening on a custom skin - or are you working with the DarkKnight skin.

Westa
 
New Post
8/17/2011 9:20 PM
 
I just spent some time getting my Login form to "work" in both Chrome and IE, here's what I did, if you'd like to use it feel free, hope it helps.

Open the DesktopModules/Admin/Authentication/module.css and replace (or comment out the old css /* ...old... */) the styles with this, save and test:

.dnnForm.dnnLogin.dnnClear,
.dnnForm.dnnLoginService
{
    margin:1em;
}
.dnnLogin input[type=text],
.dnnLogin input[type=password]
{
    width:150px;
}
.dnnForm.dnnLoginService
{
    min-width:350px;
    width:350px;
    /*background-color: Aqua;  Added */
}
.dnnForm.dnnLoginService p
{
    margin:30 0 0 0;
    padding:0;
    /*background-color: Fuchsia;  Added */
}
.dnnForm.dnnLoginService .dnnFormItem label
{
    width:110px;
    padding-right:10px;
    /*background-color: Lime;  Added */
}
.dnnLoginService a.dnnPrimaryAction
{
    /* LOGIN BUTTON */
    margin-left:60;
    margin-top:0;
    /*line-height:1.6;*/
    padding: 0;
}

.dnnLoginRememberMe
{
    margin-left:135px;
    width: 150px;
    margin-top:-25px;
    /*background-color: Purple;  Added */
}
.dnnForm .loginContent ul.dnnActions
{
    /* REGISTER & RETRIEVE PASSWORD */
    margin:10px 0 0 0;
    border:none;
    padding:0 0 0 120px;
    /*background-color: Teal;  Added */
}
.loginContent .LoginTabGroup
{
    overflow:hidden;
    margin-left:125px;
}
.LoginTab,
.LoginTabSelected
{
    float:left;
    background:#ccc;
    margin:0 3px 3px 0;
    padding:6px 12px;
    text-decoration:none;
    color:#333;
    text-shadow:1px 1px 0 #fff;
    border-radius:3px;
    -moz-border-radius:3px;
}
.LoginTabSelected
{
    background:#666;
    color:#fff;
    text-shadow:none;
}
.LoginTabHover
{
    float:left;
    background:#eee;
    margin:0 3px 3px 0;
    padding:6px 12px;
    text-decoration:none;
    color:#555;
    cursor:pointer;
}
.LoginContainerGroup
{
    clear:both;
    padding-top:5px;
}


Now I just have to get the Registration page working in IE, so frustrating!!!

Good luck!


Josh
 
New Post
8/17/2011 10:06 PM
 
You know whats ironic about all this fancy css that's supposed to make sites complaint and all that - but which currently - work differently on every second web browser.

Stuff the damm fields back into a table and they work on EVERY browser automatically

Westa 
 
New Post
8/18/2011 5:30 PM
 
As a note, I finally gave up and decided to just try disabling the Pop-Ups and that has resolved all my Login and Registration page formatting issues for now at least.

Go to Admin Site Settings > Advanced Settings > Usability then Disable (uncheck) Enable Pop-Ups?

Hope this helps!


Josh
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...dnn6 Login Button & registration overlaps in IEdnn6 Login Button & registration overlaps in IE


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