GUAC-1160: Add a Form type. Allow the content of a guacForm to be a Form, Field, or an array of either.

This commit is contained in:
Michael Jumper
2015-04-16 16:50:05 -07:00
parent 60de1ff993
commit 2858944f27
5 changed files with 160 additions and 14 deletions

View File

@@ -20,7 +20,7 @@
* THE SOFTWARE.
*/
table.form th {
.form table.fields th {
text-align: left;
font-weight: normal;
padding-right: 1em;