6 lines
242 B
CSS
6 lines
242 B
CSS
input.l, input.s, textarea {margin:0;border:1px solid #bbb;}
|
|
input.l:focus, input.s:focus, textarea:focus {border:1px solid #666;}
|
|
input.l {width:390px;padding:0;}
|
|
input.s {width:110px;padding:0;}
|
|
textarea {width:390px;height:7em;padding:0;}
|