|
From: Johan T. <jt...@us...> - 2007-01-24 22:40:44
|
Update of /cvsroot/boakeity/boakeity/src/view/css In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24619/src/view/css Modified Files: screen.css Log Message: Use textarea for some fields. Index: screen.css =================================================================== RCS file: /cvsroot/boakeity/boakeity/src/view/css/screen.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- screen.css 27 Nov 2006 14:49:52 -0000 1.2 +++ screen.css 24 Jan 2007 22:40:38 -0000 1.3 @@ -33,6 +33,11 @@ padding: 5px; } +textarea.notefield { + width: 500px; + height: 200px; +} + span.readonlyattribute { font-size: small; } |