dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
20 lines (19 loc) • 531 B
CSS
/* dojox.mobile.RoundRectList */
.mblRoundRectList {
margin: 7px 9px 16px;
padding: 0;
border: 1px solid #c0c0c0;
border-radius: 8px;
background-color: #ffffff;
}
.mblRoundRectList .mblListItem:first-child,
.mblRoundRectList .mblEdgeToEdgeCategory:first-child {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.mblRoundRectList .mblListItem:last-child,
.mblRoundRectList .mblEdgeToEdgeCategory:last-child {
border-bottom-width: 0;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}