webyesod: maximise edit form width and use normal font size

This commit is contained in:
Simon Michael 2010-07-10 00:35:19 +00:00
parent 39bed956d6
commit 619c7a1177
2 changed files with 3 additions and 2 deletions

View File

@ -386,7 +386,7 @@ editform t = [$hamlet|
%span#formheading Edit journal:
%tr
%td!colspan=2
%textarea!name=text!rows=50!cols=80
%textarea!name=text!rows=30!cols=80
$string.t$
%tr#addbuttonrow
%td

View File

@ -15,7 +15,8 @@ body { font-family: "helvetica","arial", "sans serif"; margin:0; }
#addform #descriptionrow { }
#addform #postingrow { }
#addform #addbuttonrow { text-align:right; }
#editform textarea { background-color:#eeeeee; }
#editform { width:95%; }
#editform textarea { background-color:#eeeeee; font-family:monospace; font-size:medium; width:100%; }
#content { margin:1em; }
.formheading td { padding-bottom:8px; }
#formheading { font-size:medium; font-weight:bold; }