18 lines
177 B
CSS
18 lines
177 B
CSS
|
|
label, input, textarea{
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
input, textarea {
|
||
|
|
width: 90%;
|
||
|
|
}
|
||
|
|
|
||
|
|
textarea {
|
||
|
|
height: 8em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.colorbox {
|
||
|
|
border: 0;
|
||
|
|
padding: 0;
|
||
|
|
height: 2em;
|
||
|
|
}
|