Re: Starting server on OpenBSD, IE7 fix for forms

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Hidvégi Gábor <gaborca(at)webvision(dot)hu>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Starting server on OpenBSD, IE7 fix for forms
Date: 2012-06-03 15:31:30
Message-ID: CABUevEwchNmbauvKx+XBFyNkDvOgbZ+UY6Hb8L9O2omeVZkeCQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Sat, Jun 2, 2012 at 4:46 PM, Hidvégi Gábor <gaborca(at)webvision(dot)hu> wrote:
> 2,
> I use Internet Explorer 7, but PostgreSQL website form inputs look too
> narrow on this browser. You can easily fix it by adding the following lines
> to /media/css/iefixes.css:
>
> /*Win IE7 fix */
> *:first-child+html TABLE.pgGenericFormTable TR TD INPUT,
> *:first-child+html TABLE.pgGenericFormTable TR TD SELECT,
> *:first-child+html TABLE.pgGenericFormTable TR TD TEXTAREA,
> *:first-child+html TABLE.pgGenericFormTable TR TD DIV.markdownpreview {
>  width: auto;
> }
> /*End Win IE7 fix*/

Hi!

This has been added to the list of things to investigate and fix on
the website. Thanks for the report! If you find more, please report
website issues to pgsql-www(at)postgresql(dot)org instead - that way, more
people involved with the website will see it :-)

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Josh Berkus 2012-06-15 18:05:30 Comment on max_locks_per_transaction
Previous Message Hidvégi Gábor 2012-06-02 14:46:38 Starting server on OpenBSD, IE7 fix for forms