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.
79 lines (78 loc) • 1.52 kB
CSS
/* dojox.mobile.RoundRectList */
.dj_ff3 .mblRoundRectList {
-moz-border-radius: 8px;
}
.dj_ff3 .mblRoundRectList .mblListItem:first-child {
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
}
.dj_ff3 .mblRoundRectList .mblListItem:last-child {
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
}
/* Round Corner */
.dj_ie .mblRoundRectList {
position: relative;
}
.dj_ie .mblRoundCorner {
background-color: #ffffff;
height: 1px;
font-size: 1px;
overflow: hidden;
border-style: solid;
border-color: #cccccc;
border-width: 0 1px;
}
.dj_ie .mblRoundRectContainer {
padding: 3px 8px;
background-color: #ffffff;
border-style: solid;
border-color: #cccccc;
border-width: 0 1px;
}
.dj_ie .mblRoundRectList .mblRoundRectContainer {
margin: 0;
padding: 0;
}
.dj_ie .mblRoundCorner0T {
height: 0;
}
.dj_ie .mblRoundCorner1T {
background-color: #cccccc;
margin: 0 5px;
}
.dj_ie .mblRoundCorner2T {
margin: 0 2px;
border-width: 0 3px;
}
.dj_ie .mblRoundCorner3T {
margin: 0 1px;
border-width: 0 2px;
}
.dj_ie .mblRoundCorner4T {
margin: 0 1px;
}
.dj_ie .mblRoundCorner5T {
margin: 0 1px;
}
.dj_ie .mblRoundCorner0B {
height: 0;
}
.dj_ie .mblRoundCorner1B {
margin: 0 1px;
}
.dj_ie .mblRoundCorner2B {
margin: 0 1px;
}
.dj_ie .mblRoundCorner3B {
margin: 0 1px;
border-width: 0 2px;
}
.dj_ie .mblRoundCorner4B {
margin: 0 2px;
border-width: 0 3px;
}
.dj_ie .mblRoundCorner5B {
background-color: #cccccc;
margin: 0 5px;
}