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.
42 lines (37 loc) • 704 B
CSS
.row .listBtn {
float: right;
min-width: 32px;
min-height: 32px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
margin-right: 8px;
color: #333;
padding-top: 5px;
padding-left: 2px;
padding-right: 5px;
font-size: smaller;
}
.iconList .row {
min-height: 36px;
}
.row .listButton1 {
background: url(../images/i-icon-1.png) no-repeat;
}
.row .listButton2 {
background: url(../images/i-icon-2.png) no-repeat;
}
.row .listButton3 {
background: url(../images/i-icon-3.png) no-repeat;
}
.row .listButton4 {
background: url(../images/i-icon-4.png) no-repeat;
}
.row .listButtonText {
}
.row .listButtonHidden {
display: none;
}
.divider {
padding: 2px;
background-color: lightblue;
}