webyesod: maximise edit form width and use normal font size
This commit is contained in:
parent
39bed956d6
commit
619c7a1177
@ -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
|
||||
|
||||
@ -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; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user