[Zope] changing input form font (to monospaced) /kv

Matthew Platte plattem at inetnebr.com
Fri Oct 24 18:53:21 EDT 2003


On Friday, October 24, 2003, at 03:40  PM, Kai Vermehr wrote:

> Hi List,
>
> I'd like to have a monospaced font like Typewriter or Monaco for the 
> bigger
> input fields in the forms of the Zope interface. Code is easier to 
> read this
> way -- for me at least ...

I use this:

<style type="text/css">
   input {
     padding: 0 1em;
     font-family: "courier new", courier, monospace;
     font-size: small; }
</style>

--
-------^.^--
Matthew "Typewriter" Platte




More information about the Zope mailing list