Open GoogleCodeExporter opened 9 years ago
Looking at the iPhone menus, the Span text in a row should be right aligned,
whereas
the label is aligned to the left.
Original comment by pcolo...@gmail.com
on 11 Jun 2009 at 11:04
Try changing .row > span rule to:
padding: 12px 14px 0 0;
line-height: 42px; /*matches .row > label*/
margin: 0;
Original comment by pcolo...@gmail.com
on 11 Jun 2009 at 11:11
I ran into a similar problem, so i created a right aligned label. I used a
label because I didn't see the span :)
You want to do the same but set the width probably with a percent. This should
fix your landscape issue though. Just add this (change span for label) and
then set the span with the "rAlign" class.
.row > label.rAlign
{
text-align: right;
font-weight: normal;
position: relative;
margin-right: 8px;
color: navy;
}
Original comment by Elements...@gmail.com
on 7 Jul 2010 at 6:41
Attachments:
Hi,
changing the .row > span rule in iui.css to the following worked for me:
.row > span {
float: right;
line-height: 42px;
margin-right: 8px;
}
Original comment by quel...@gmail.com
on 28 Jun 2012 at 7:39
Original issue reported on code.google.com by
pcolo...@gmail.com
on 11 Jun 2009 at 8:14Attachments: