jfweemaes / ubiquity-xforms

Automatically exported from code.google.com/p/ubiquity-xforms
0 stars 0 forks source link

UXF should support CSS themes #449

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently we have one default stylesheet, which can mess up the CSS of 
existing pages when the library is included in them. Instead, we should move 
to a theming approach. This would involve separating out the CSS rules that 
apply to the appearance of controls into one stylesheet and having other 
stylesheets that control the more general look and feel. The simplest of 
these might have nothing else but .disabled { display: none; } (thinking off 
the top of my head, so that may be wrong), whereas others can obviously get 
as elaborate as we like.

Feel free to add comments to this issue if you want, I'm very keen to get any 
specific feedback that people might have (or it can be discussed on the 
mailing list).

Original issue reported on code.google.com by phil.boo...@gtempaccount.com on 14 May 2009 at 9:31

GoogleCodeExporter commented 8 years ago
Forgot to add that, once the stylesheets are broken into distinct themes, theme 
selection may be controlled by HTML <meta> elements.

Original comment by phil.boo...@gtempaccount.com on 14 May 2009 at 10:27

GoogleCodeExporter commented 8 years ago

Original comment by phil.boo...@gtempaccount.com on 19 May 2009 at 2:33

GoogleCodeExporter commented 8 years ago
First fix towards resolution of this issue went in at r2773.

Original comment by phil.boo...@gtempaccount.com on 19 May 2009 at 4:21

GoogleCodeExporter commented 8 years ago
Updated iteration.

Original comment by phil.boo...@gtempaccount.com on 1 Jul 2009 at 8:37

GoogleCodeExporter commented 8 years ago
Updated iteration.

Original comment by phil.boo...@gtempaccount.com on 6 Jul 2009 at 11:47