Re: maincss.css file, part 2

2007-01-19 Thread Adrian Crum
David E. Jones wrote: I just took a peak at this again and it's looks fine, so it is now in SVN. Thank you very much! I'd love to commit to helping out, and I think it's great that you're asking for this support from someone. Unfortunately I just can't do it right now... my low billable h

Re: maincss.css file, part 2

2007-01-18 Thread David E. Jones
On Jan 18, 2007, at 10:07 AM, Adrian Crum wrote: I got my CSS books yesterday and I stayed up all night reading them. *yawn* *blink blink* I ended up getting CSS Mastery by Andy Budd, and Transcending CSS by Andy Clarke. Both books received a lot of good reviews from readers and they tur

Re: maincss.css file, part 2

2007-01-18 Thread Guido Amarilla
This css should be tested in different languages. I found that there are layout problems in some languages probably because English is a language with very short words, compared to other languages, like italian, french or spanish (I think german is the one with the longest words). These last three

Re: maincss.css file, part 2

2007-01-18 Thread Chris Howe
Just to toss one more potential "standard" for id and class for OFBiz, every screen that is called from the controller should have a unique id for the body tag. This will make it easy to uniquely identify elements for specific pages, as necessary. I came across that the other day somewhere and it

Re: maincss.css file, part 2

2007-01-18 Thread Adrian Crum
I got my CSS books yesterday and I stayed up all night reading them. *yawn* *blink blink* I ended up getting CSS Mastery by Andy Budd, and Transcending CSS by Andy Clarke. Both books received a lot of good reviews from readers and they turned out to be excellent choices. After reading them, I

Fw: maincss.css file, part 2

2007-01-17 Thread Jacques Le Roux
Sorry missed dev ML Jacques - Original Message - From: "Jacques Le Roux" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2007 11:10 PM Subject: Re: maincss.css file, part 2 > Andrew, Adrian, Chris, all, > > I think that http:/

Re: maincss.css file, part 2

2007-01-17 Thread Adrian Crum
Yes, I read the articles. Chris's modified maincss.css file converted font sizes to ems. I wanted to try it out, but you removed it from Jira before I could download it. Jacques Le Roux wrote: Adrian, Did you read me ? ;o) Actually AFAIK at this day there are *2 solutions* to fonts resize p

Re: maincss.css file, part 2

2007-01-17 Thread Jacques Le Roux
Adrian, Did you read me ? ;o) Actually AFAIK at this day there are *2 solutions* to fonts resize problem. 1. Todd Fahrner's : http://www.alistapart.com/stories/sizematters/ (btw this link was in http://www.thenoodleincident.com/tutorials/box_lesson/font/ a pretty complete abstract ! ;o) 2. The

Re: maincss.css file, part 2

2007-01-17 Thread Adrian Crum
Jacques, Thank you very much for the research and links! As I mentioned in the original email, we're not at the Jira patch stage yet. Right now I'm asking for suggestions for CSS coding guidelines. Once those are established, THEN we will approach the Jira patch issue. So, based on your rese

Re: maincss.css file, part 2

2007-01-17 Thread Jacques Le Roux
"Adrian Crum" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, January 16, 2007 7:54 PM > Subject: maincss.css file, part 2 > > > > I've spent the last few days going through the maincss.css file. I have > > attached > > the final result to this email. He

Re: maincss.css file, part 2

2007-01-16 Thread Jacques Le Roux
Adrian, Impressing, I will add some comments for dealing with pixels in IE (from Zeldman's book) Thanks for your work ! Jacques - Original Message - From: "Adrian Crum" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 16, 2007 7:54 PM Subject: maincss.css file,

maincss.css file, part 2

2007-01-16 Thread Adrian Crum
I've spent the last few days going through the maincss.css file. I have attached the final result to this email. Here are some of the steps performed on the file: 1. Consolidated maincss.css and tabstyles.css into one file. 2. Used CSS inheritance and contextual selectors to reduce CSS code. 3.