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

Chris McDonough chrism at zopemafia.com
Sat Oct 25 16:55:47 EDT 2003


You may need to restart Zope for the change to take effect.  Have you
done that?

On Sat, 2003-10-25 at 16:17, Kai Vermehr wrote:
> Other browser do no difference and an empty cache neither. And this is
> weird: If I open the style sheet via  my browser:
> 
>     <http://127.0.0.1:8585/manage_page_style.css>
> 
> I see the old style sheet. After that I open the same style sheet with a
> text editor and I see the new one ...
> 
> browser cache was emptied.
> same on different browsers.
> 
> I'm on OS X, might the style sheet be cached anywhere else?
> 
> 'K:(?
> 
> 
> on 25.10.2003 22:06 Uhr, Chris McDonough at chrism at zopemafia.com wrote:
> 
> > Kai,
> > 
> > This really isn't a Zope issue, it's likely a browser caching issue.
> > You can make sure you're getting the "right" manage_page_style.css by
> > visiting /manage_page_style.css in your browser.  Hit shift-reload if
> > necessary.  If that does work, try, clearning your browser cache or try
> > a different browser.
> > 
> > On Sat, 2003-10-25 at 14:57, Kai Vermehr wrote:
> >> I added Matthews style to "manage_page_style.css"
> >> 
> >> <style type="text/css">
> >>    input {
> >>      padding: 0 1em;
> >>      font-family: "courier new", courier, monospace;
> >>      font-size: small; }
> >> </style>
> >> 
> >> worked fine though I was mistaken. Instead I wanted the textarea to be in
> >> Monaco. (I's the big input area). So I added this to
> >> "manage_page_style.css":
> >> 
> >> textarea {
> >>      font-family: Monaco;
> >>      font-size: 12px;
> >> }
> >> 
> >> and deleted the input style.
> >> 
> >> But Zope for some strange reason Zope does not reflect the latest changes
> >> ... the input fields now keep being formatted with "courier new". And the
> >> bigger textarea are not shown in Monaco either.
> >> 
> >> I emptied the browsers cache but any changes made to to
> >> "manage_page_style.css" don't change anything ...
> >> 
> >> I'm doing this on my local machine ... any idea how to proceed?
> >> 
> >> thanks! -- 'K:)?
> >> 
> >> 
> >> 
> >> on 25.10.2003 2:46 Uhr, george donnelly at list at zettai.net wrote:
> >> 
> >>> [Kai Vermehr wrote (k at eboy.com) on 10/24/03 6:25 PM]
> >>> 
> >>>> where can I find "manage_page_style.css"?
> >>>> Is this an object I can find inside the Zope manage area?
> >>> 
> >>> lib/python/App/dtml/manage_page_style.css.dtml
> >>> 
> >>> <-->
> >>> george donnelly ~ http://www.zettai.net/ ~ "Quality Zope Hosting"
> >>> Shared and Dedicated Zope Hosting ~ Zope Servers ~ Zope Websites
> >>> Yahoo, AIM: zettainet ~ ICQ: 51907738 ~ Sales (USA): 1-866-967-3669
> >>> 
> >>> 
> >>> Sent using the Entourage X Test Drive.
> >>> 
> >> 
> > 
> 




More information about the Zope mailing list