diff -r 3cb38edbe05f -r e7880a8f7e04 app/site-content/css/projrev.css --- a/app/site-content/css/projrev.css Mon Aug 10 19:38:53 2009 +0530 +++ b/app/site-content/css/projrev.css Tue Aug 11 03:38:51 2009 +0530 @@ -495,3 +495,23 @@ font: normal 1em "Trebuchet MS", Tahoma, sans-serif; color:#f00; } + +label#id_comment { + float: left; + width: 12%; + font-weight:bold; + margin:5px 0; + margin-right: 1em; + text-align: right; +} + +textarea#id_comment_a1, textarea#id_comment_a2, textarea#id_comment_a3, textarea#id_comment_a4, textarea#id_comment_a5, textarea#id_comment_a6, textarea#id_comment_a7, textarea#id_comment_a8, textarea#id_comment_a9, textarea#id_comment { + width:70%; + margin-left: 3%; + padding:3px; + font: normal 1em "Trebuchet MS", Tahoma, sans-serif; + border:1px solid #eee; + height:100px; + display:inline; + color:#777; +} \ No newline at end of file