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.
16 lines (15 loc) • 313 B
CSS
/* dojox.mobile.TextArea */
.mblTextArea {
padding: 4px 1px;
border-width: 1px;
border-style: inset;
font-family: Helvetica;
font-size: 13px;
border: 1px solid #c0c0c0;
border-bottom-color: #9b9b9b;
border-radius: 0;
}
/* dojox.mobile.ExpandingTextArea */
.mblExpandingTextArea {
margin: 2px;
}