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, ...How to remove pane border inline styleHow to remove pane border inline style
Previous
 
Next
New Post
6/10/2009 7:05 PM
 

I'm attempting to find where the inline style for containers is being applied when in admin mode.  I do not want the border.  With precise designs, such as columns of fixed width floating (e.g. three 200px wide div's floated left inside a 600px parent div), the additional 2 pixels to the width of the container makes these containers wrap, giving a skewed perception of the page's layout which is quite confusing to my clients.  Since this is an inline style, there is no possible way to override it via css.

I have searched the entire solution for the hex color of the border (#CCCCCC) in an attempt to find where this border is being added with no luck.  I have tried searching the entire solution for the application of a dotted border, period, with no luck.

Does anyone have any idea where this border is being added?  Is it being added in some compiled DLL?  I am aware that DNN 5 will have solved this issue, but that doesn't help the present.

 
New Post
6/11/2009 5:10 AM
 

There is a way to do this in DNN 4 I think.

Add "Panes" to the  class to all your panes.

That would be: <div class="Panes ContentPane" ...........

Then add this CSS to skin.css:

.Panes{

border:none !important;

}

That should remove all the borders

 
New Post
6/11/2009 4:01 PM
 

That does the trick!  Timo, thank you very much.  Still curious to know where this is being applied just so I don't feel defeated.  I've searched everywhere aside from DLL source and can't find a thing!

 

Thanks, again.

 
New Post
6/11/2009 5:10 PM
 

I'I'm not sure but I think in the source, in the file skin.vb?

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...How to remove pane border inline styleHow to remove pane border inline style


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