Hi!
Default text alignment in fieldset rows in iUI 0.40 is right.
Please take a look in /iui/ext-sandbox/ext-css/ some tweaks i've made to solve
this "problem".
If you want to only fix this, you can put you text in a <p>...</p> and try the
following CSS statement:
fieldset > .row > p { text-align: left; }
Changing text-align to the .row class could goof some other styles (forms first
in mind).
This is why ext-css adds a "text" class to fieldset div.
Remi
On Aug 22, 2011, at 10:17 PM, PH-MJS <[email protected]> wrote:
> Hi,
>
> First of all, what a wonderfull framework to develop webapps for
> smartphones! I like it!
>
> I read a lot of documentation, google-ing around the internet but
> found no solution so i try it here.
>
> Online-example http://iui.schot-media.nl
>
> The problem is that the text in the divs are right aligned and the
> background is stopping halfway the page.
> What do I wrong?
>
> Thanks in advance!
>
> PH-MJS
>
> --
> You received this message because you are subscribed to the Google Groups
> "iPhoneWebDev" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/iphonewebdev?hl=en.
>
--
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en.