change asset www_add and www_edit into templates

This commit is contained in:
Doug Bell 2011-04-13 16:52:07 -05:00
parent 9489283960
commit ad3231af73
5 changed files with 37 additions and 49 deletions

View file

@ -0,0 +1,11 @@
/**
* wg-formbuilder.css
* CSS rules for all forms built with WebGUI::FormBuilder
*/
.wg-formbuilder label.formDescription
{
display: block;
margin-top: 1em;
font-weight: bold;
}