Adjust dnn 6 Login Module into narrow panes                 Print      Add Favorite     Add Watch     Contact Author

Creator: host   2/4/2012 11:36:05 PM    Author: Sebastian Leupold   Source: http://www.dotnetnuke.com/Resources/Blogs/EntryId/3245/Quick-Fix-Adjust-DNN-6-Login-Module-to-fit-into-narrow-panes.aspx   Views: 178    0    0  
Tags:
Login dnn 6 Login module


Posted by: Sebastian Leupold
12/11/2011  

Login module in DNN 6.0/6.1 has been optimized for display in popup view. While popup is a great new feature in DNN6, a number of DNN users still prefer a login on a page, usually in a side pane - unfortunately, this doesn't look optimal out of the box:

Login on Page - before

To fix this behaviour, enter Site settings in Admin menu, switch to style sheet editor tab and append the following lines:

/* 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;}

 Save your changes, go back to your login page and press Shift-F5 to reload all:

Login on Page - After

For 3rd party skins, you might need to use a different selector for the panes area than #Content.

Note that login popup still makes use of wider space:

Login Popup

I hope, this may be useful for a couple of you...

PS: note, that this module does not switch to display Profile Link and Logout Link. You should display it to unauthenticated users only and use a second one with appropriate links for registered users.


Rating People: 0   Average Rating:     
Comment List:


  No Record 


Post your comment

Your Name: Required
Your Mail: Email is used only to display Gravatar
Your Site:
CAPTCHA image
Enter the code shown above in the box below
Comment Info:         

     DnnModule.com is build to provide quality modules and skins, Some of them are free,some not. We wish these stuffs( free or not ) can be useful to you.

    Besides that, We also provide a full range of professional services, ranging from web site build, seo, system management, administration, support, senior consultancy and security services.   We act as if your development project or network was ours, with care and respect. We are not satisfied until it works the way you want it to, and we don't silently ignore found issues as somebody else's problem.