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

Petr Vobornik pvoborni at redhat.com
Wed Feb 26 13:32:52 UTC 2014


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?

I suggest to use:

input, select, textarea {
     font-size: 1em
}

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




More information about the Freeipa-devel mailing list