yep adding this (and removing my hack job)did the trick:

.panel > fieldset > ul {
margin:5px 0 15px 0;
padding:0;
list-style:none;
-webkit-border-radius:0;
border-width:0;
background-color:transparent;
}

.panel > fieldset > ul > li,.panel > fieldset {
margin:0;
padding:0;
border-width:0;
}
.panel> fieldset > ul > li a, .row > a {
text-align:left;
padding:11px 0 9px 10px;
background:url(../iui/t/default/listArrow.png) center right no-
repeat;
display:block; text-decoration:none;
overflow:hidden;
text-overflow:ellipsis;
color:#000;
font-weight:bold;
font-size:17px;
}
.panel > fieldset > ul > li a {
margin:0;
border:1px solid #aaa;
border-bottom-width:0 !important;
margin-top:-1px;
background-color:#fff;
}
.panel > fieldset > ul > li:first-child a {
-webkit-border-top-right-radius:10px;
-webkit-border-top-left-radius:10px;
}
.panel > fieldset > ul > li:last-child a {
-webkit-border-bottom-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
border-bottom-width:1px !important;
}
.panel > fieldset > ul > li a img {
vertical-align:middle;
margin-left:-4px;
}

On Feb 2, 1:27 am, Sean Gilligan <[email protected]> wrote:
> lictor4 wrote:
> > I've been trying to group <ul>'s inside a <fieldset> so that the
> > grouping look the same as when placing <div class="row"> inside a
> > <fieldset>
>
> > I've almost got it but there is extra space in the <fieldset> above
> > and below the <ul>
>
> > Anyone tried this? your thoughts?
>
> If you look at the "About" view onhttp://iui-js.appspot.com/you'll see
> an example of a "ul" that may be close to what you are looking for.  
> There is a small CSS file that I extracted from the masabi file
> iui_ext.css -- I'd like to see this merged in to iui.css more properly.  
> I'd also like to get a similar effect for <dl> elements as you'll see in
> the responses for the form tests:http://iui-js.appspot.com/test/form-test.html
>
> -- Sean

-- 
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.

Reply via email to