blob: 9be5f0c1806a00feede9f853e77a9b78cf26c067 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* dojox.mobile.RoundRectCategory */
.mblRoundRectCategory {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
margin: 18px 0px 0px 20px;
font-family: Helvetica;
font-size: 16px;
color: white;
}
|