blob: 5951a208787540bde99bbccb6fad5bfd874f9e28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* dojox.mobile.EdgeToEdgeCategory */
.mblEdgeToEdgeCategory {
position: relative;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin: 0px;
padding: 0px 10px;
height: 29px;
border-top: 1px solid #313439;
border-bottom: 1px solid #ADAAAD;
background-color: white;
font-family: Helvetica;
font-size: 16px;
font-weight: bold;
color: #7B7D84;
line-height: 29px;
}
|