Jazz, any updates in this area? Love the theme, but as you know many of the extensions that deal with presentation don't work too well with it. Would this theme be possible as a CSS implementation (i.e. non-tabled)
Temporarily got this style running at my Vanilla test site if you want to take a look. Seems to work just fine in fx1.5, 2.0 and 3.0 for me (even Safari and IE7)...
Another little fix for vanilla.css, change line 1065 from left: 260px;to left: 310px; This puts the check boxes in the correct place on the extensions page.
Comments
extensions that deal with presentation don't work too well with it. Would this
theme be possible as a CSS implementation (i.e. non-tabled)
The update is nigh? (in NLs: Jaws is mijn favoriete theme...)
Bravo. (Honestly, for a WIP, I haven't seen much wrong with it...)
Scratch that: do some CSS replacement to get the session "sign out" thing to be readable:
/* Session.. */ #Session { width:100%; position:absolute; top:25px; right:18px; text-align:right; font-size:11px; color:#eee; } #Session a { color:#fff; text-decoration:none; } #Session a:hover { color:#000; }
Looks so sexy in the screenshot ;_;
Looks fine in IE6 too fwiw. Did you make any changes before uploading it?
left: 260px;
toleft: 310px;
This puts the check boxes in the correct place on the extensions page.