PDA

View Full Version : Table & Cell borders


Osprey
10-07-2005, 11:50 AM
Which file do I need to edit to change the border color of the cells in the TOC view?

I want something darker to make it better for printing.

Osprey

Brian
10-07-2005, 12:48 PM
Look in theme/esstyles.css and edit the CSS that includes TOC in the names.

Osprey
10-07-2005, 03:39 PM
I was able to add borders to the header rows via: dayNamesRowTOC and monthYearRowTOC but rowsTOC does not change.
Am I missing something?

Brian
10-07-2005, 08:14 PM
I think you may be looking for .s20TOC ? With this CSS, you can put a border around whole date cells.

jensmeese
01-06-2006, 07:38 PM
Is there something else needed to get borders around each day. I have the exact same need and can't seem to get the borders to show up. Can I get hint on the CSS needed?

I put :
border : 1px solid #BBBBBB;

in a series of places to no effect.

Thanks,

Sean

ve9gra
01-06-2006, 08:01 PM
Wow... twice in a day I get to refer back to my tutorial :)

Regular Calendar's CSS Map (http://www.epctutorials.com/index.php?option=com_content&task=view&id=13&Itemid=26)

For this effect (I'm hoping that you're on the normal calendar mode because Brian's instructions were for the TOC mode) you're looking for .mainTable... Just change the "background-color" property to your #BBBBBB.

jensmeese
01-06-2006, 08:04 PM
Thanks for the reply -- I got it working now. Beautiful

Sean