Sahli/editor/sahliedit.css

18 lines
177 B
CSS
Raw Normal View History

label, input, textarea{
display: block;
}
input, textarea {
width: 90%;
}
textarea {
height: 8em;
}
.colorbox {
border: 0;
padding: 0;
height: 2em;
}