[Freeipa-devel] [PATCH] Too big font in input fields

Adam Misnyovszki amisnyov at redhat.com
Wed Feb 26 13:45:04 UTC 2014



----- Original Message -----
> From: "Petr Vobornik" <pvoborni at redhat.com>
> To: "Adam Misnyovszki" <amisnyov at redhat.com>, freeipa-devel at redhat.com, "Martin Kosek" <mkosek at redhat.com>
> Sent: Wednesday, February 26, 2014 2:32:52 PM
> Subject: Re: [Freeipa-devel] [PATCH] Too big font in input fields
> 
> On 26.2.2014 13:00, Adam Misnyovszki wrote:
> > Hi,
> > too big font issue in ipa-3-3 and Firefox 27 fixed:
> >
> > In Firefox 27, default font size has bigger priority than body css,
> > text input font size is therefore explicitly set to 1em
> >
> > https://fedorahosted.org/freeipa/ticket/4180
> >
> > Thanks:
> > Adam
> >
> >
> 
> NACK
> 
> The issue is not present only in textboxes but also in comboboxes and
> selects. Btw, why the height: 12px?

Because somehow the add new textboxes are 12px high, the other ones, where the issue is present, are 13px even with font-size: 1em

> 
> I suggest to use:
> 
> input, select, textarea {
>      font-size: 1em
> }

Will do it, ty

> 
> this should set the defaults for the whole UI.
> 
> In other topic Dmitri complained about ugliness of trust UI in 3.3
> because of jammed radios and labels. Martin, can we steal this CSS
> ticket and fix it with?
> 
> input[type=radio], input[type=checkbox],
> .ui-widget input[type=radio], .ui-widget input[type=checkbox]{
>      margin-right: 5px;
>      position: relative;
>      top: 2px;
> }

Will try this also

> --
> Petr Vobornik
> 

Thanks
Adam




More information about the Freeipa-devel mailing list