Re: [qooxdoo-devel] Mobile theming question

2012-08-29 Thread Ed Adasiewicz
Thanks for the response. I have some reading to do... -- View this message in context: http://qooxdoo.678.n2.nabble.com/Mobile-theming-question-tp7581115p7581161.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Mobile theming question

2012-08-28 Thread Martin Wittemann
Hey, you would need to define your own CSS class containing the same styles as the label has. This includes the tag the list is in. As soon as you have the class defined in your custom CSS, you can apply it to the additional lable and everything should work fine. Regards, Martin Am 24.08.2012

[qooxdoo-devel] Mobile theming question

2012-08-24 Thread Ed Adasiewicz
If I understand the docs correctly, theming in the mobile framework is based upon css -- which I know next to nothing about. What I am trying to do is create a qx.ui.mobile.basic.Label() (which will be added to a page) and which has the same look as label of an item added to a qx.ui.mobile.form.Fo