made comment box bigger on add form

This commit is contained in:
wclouser%mozilla.com 2006-05-31 00:05:45 +00:00
Родитель ec43fd62e1
Коммит 8eaefdec67
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -14,6 +14,11 @@
margin:6px 20px 6px 20px;
}
textarea#comments {
width:500px;
height:150px;
}
/* The labels that are floated over the bar charts */
div.bar_chart_label {
position: absolute;