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.
32 lines (29 loc) • 640 B
CSS
/* dojox.mobile.TextArea */
.mblTextArea {
font-family: Helvetica;
font-size: 17px;
font-weight: bold;
color: #324f85;
padding-left: 8px;
padding-right: 1px;
padding-top: 10px;
padding-bottom: 10px;
border-bottom-width: 0;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-style: solid;
border-bottom-color: #ADAAAD;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
/* dojox.mobile.ExpandingTextArea */
.mblExpandingTextArea {
margin: 0;
}
button.baseBtn {
font-family: Helvetica;
font-size: 17px;
font-weight: bold;
height: 40px;
margin-bottom: 8px;
}