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

Adam Misnyovszki amisnyov at redhat.com
Wed Feb 26 17:24:56 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?

It was because FF overwritten not only the font-size, but also the font-family. Fixed.

> 
> I suggest to use:
> 
> input, select, textarea {
>      font-size: 1em
> }
> 
> this should set the defaults for the whole UI.

Done.

> 
> 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;
> }
> --
> Petr Vobornik
> 

Done.

Thanks
Adam

-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-amisnyov-0006-2-Too-big-font-in-input-fields.patch
Type: text/x-patch
Size: 1117 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20140226/b9539ab4/attachment.bin>


More information about the Freeipa-devel mailing list