right and left panels

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
10/28/2009 11:38:30 AM
Gravatar
Total Posts 15

right and left panels

Hi guys

I am in the process of developing a skin based on mitchinson-earthy. I want to a simple thing. Just draw a solid 1px border for each module that is placed in the right or left panels and not the whole panel. I noticed that a module display constitues of series of divs witch starts using CSS classes rtop and rbottom and ltop and lbutton and then moduletitle and modulecontent. The problem is that if I put border for each of these divs it will look disconnected in some areas. What I want is to wrap each module in one div and put that div in a class that draws the borders around it. What is the best way of doing this?

 

Regards

NG

10/28/2009 12:29:06 PM
Gravatar
Total Posts 2239

Re: right and left panels

Try this:

.leftside .panelwrapper, .rightside .panelwrapper {border: 1px solid #000;}

HTH,
Joe D.

10/28/2009 1:03:27 PM
Gravatar
Total Posts 15

Re: right and left panels

 

Excellent! Thanks! It worked! I didn't notice that there was a class specific for that!

You must sign in to post in the forums. This thread is closed to new posts.