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.
74 lines (73 loc) • 1.37 kB
CSS
/* dojox.mobile.RoundRect */
.mblRoundRect.mblShadow {
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.35);
}
.dj_ff3 .mblRoundRect {
-moz-border-radius: 6px;
}
.dj_ff3 .mblRoundRect.mblShadow {
-moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.35);
}
/* Round Corner */
.dj_ie .mblRoundCorner {
background-color: #ffffff;
height: 1px;
font-size: 1px;
overflow: hidden;
border-style: solid;
border-color: #c6c7c6;
border-width: 0 1px;
}
.dj_ie .mblRoundRectContainer {
padding: 3px 8px;
background-color: #ffffff;
border-style: solid;
border-color: #c6c7c6;
border-width: 0 1px;
}
.dj_ie .mblRoundRectList .mblRoundRectContainer {
margin: 0;
padding: 0;
}
.dj_ie .mblRoundCorner0T {
height: 0;
}
.dj_ie .mblRoundCorner1T {
background-color: #c6c7c6;
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: #c6c7c6;
margin: 0 5px;
}