From fbb88243aced9f59c6744eb71897ce6beceaa7fb Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Tue, 24 Aug 2010 17:26:55 -0500 Subject: [PATCH] make the wizard more pretties --- lib/WebGUI/Wizard/Setup.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Wizard/Setup.pm b/lib/WebGUI/Wizard/Setup.pm index ec7c806fe..187c8af31 100644 --- a/lib/WebGUI/Wizard/Setup.pm +++ b/lib/WebGUI/Wizard/Setup.pm @@ -99,6 +99,11 @@ h1 { padding: 10px; } +/* From asset www_edit */ +* { font: 12pt Helvetica, sans-serif; } +label.formDescription { display: block; margin-top: 1em; font-weight: bold } +/* End from asset www_edit */ + .stylePicker img { margin: 1em 0; float: right; @@ -243,7 +248,6 @@ sub www_companyInformation { my $output = '

' . $i18n->get('company information') . '

'; my $f = $self->getForm; - $f->hidden( name => "step", value => "3" ); $f->text( name => "companyName", value => $session->setting->get("companyName"),