diff options
Diffstat (limited to 'WebContent/stylesheets/form.css')
| -rw-r--r-- | WebContent/stylesheets/form.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/WebContent/stylesheets/form.css b/WebContent/stylesheets/form.css new file mode 100644 index 0000000..8667f07 --- /dev/null +++ b/WebContent/stylesheets/form.css @@ -0,0 +1,16 @@ +div.row { + clear: both; + padding-top: 10px; +} + +div.row label { + float: left; + width: 100px; + text-align: right; +} + +div.row span.formw { + float: right; + width: 335px; + text-align: left; +} |
