Pawel Tecza writes:
Hello Brian,
On Wed, 24 May 2006, Brian Candler wrote:
On Wed, May 24, 2006 at 04:29:51PM +0200, Pawel Tecza wrote:
It's a very good idea. I like it :) I also propose to add a new
environment variable (for example SQWEBMAIL_CSSFILE), for dynamic
setting of CSS file.
I think better would be to insert a cascaded stylesheet: e.g.
<link rel="stylesheet" type="text/css" href="[#SQWEBMAILCSS#]" />
<link rel="stylesheet" type="text/css" href="[#SQWEBMAILCSSUSER#]" />
It sounds very interesting. If I have only a few changes in sqwebmail.css
file, then I can add my own CSS file with them. But if there are a lot of
changes, then I can remove default Sqwebmail CSS file at all and use only
my own cascaded stylesheet. It's really a better idea.
Sam, what is your opinion about Brian's idea? Do you like it?
I think there's some danger here of overthinking the plumbing.
I don't want to make big, massive changes all at once. I'd rather take
small, incremental steps.
BTW, do you think about using <div> tags instead of <table> tags, Sam?
Like this, for example. Fix one screen, see how it looks. Then, fix the
next one.