wide textareas in tables too

This commit is contained in:
Shish 2009-09-27 12:34:58 +01:00
parent 08cf14c479
commit 2182a39648

View file

@ -49,6 +49,7 @@ CODE {
TD>INPUT[type="submit"] {width: 100%;}
TD>INPUT[type="text"] {width: 100%;}
TD>INPUT[type="password"] {width: 100%;}
TD>TEXTAREA {width: 100%;}
TD>SELECT {width: 100%;}
TABLE.zebra {border-spacing: 0px; border: 2px solid #CCC;}