View Full Version : Customization on TOC (esstyle.css) and List Mode (modern.css)
jjoves
10-01-2005, 05:46 AM
I was able to adjust the main table width but not the row height with the TOC. I need to make the squares a little smaller. Which line in the esstyle.css do i need to edit.
Also for the List Mode - Is there a way that we can have the list to have the list to have an alternating background.
Also using IE 5.2 for mac somehow does not show the correct layout with TOC...just an FYI!
THANKS
The program is great!
Here is the link for the site.
http://www.umgrealty.com/v3/index.php?x=events
Brian
10-01-2005, 09:11 AM
Look for:
/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rowsTOC {
font-family: Arial, Geneva, Verdana, sans-serif;
font-size: 10px;
color: #433D27;
text-align: left;
vertical-align: top;
height: 88px;
}
Change the height using the line in bold. :)
jjoves
10-01-2005, 09:45 PM
That is what I thought too - but nothing seems to work. Is there some issue with CSS when using SAFARI or IE 5.2 on mac?
I am using Tiger OSX
powerbook.
Brian
10-01-2005, 09:47 PM
Browser may be caching CSS. Try clearing the cache and then view the page.
Posting a link may help if you still have this issue...
:)
jjoves
10-01-2005, 10:13 PM
OK -- I tried emptying the cache and restarted safari. Still having the same issue. Currently set to 30px so it should be really small just to see the change.
http://www.umgrealty.com/v3/index.php?x=events
Brian
10-02-2005, 09:58 AM
You also need to adjust the heights of these CSS elements too:
.s20TOC {
background-color: #999999;
height: 35px;
}
.s20TOC0 {
background-color: #D4D4D4;
height: 35px;
}
jjoves
10-02-2005, 04:59 PM
Thank you!...
Also how can you make the List mode to show alternating colors for the events. Is that possible?
Brian
10-02-2005, 06:02 PM
Not currently possible, but on the "wish list". :)
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.