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.
22 lines (19 loc) • 364 B
CSS
/* dojox.mobile.TextArea */
.mblTextArea {
font-size: 18px;
padding-top: 16px;
padding-bottom: 16px;
padding-left: 7px;
border: 1px solid #c6c7c6;
border-radius: 6px;
background-color: white;
}
/* dojox.mobile.ExpandingTextArea */
.mblExpandingTextArea {
margin: 0;
}
button.baseBtn {
font-size: 18px;
height: 48px;
margin-bottom: 8px;
}