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

Petr Vobornik pvoborni at redhat.com
Thu Feb 27 11:33:30 UTC 2014


On 26.2.2014 18:24, Adam Misnyovszki wrote:
>
>
> ----- 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
>

ACK

pushed to ipa-3-3: dceaced929e99d732a3a4d6868ee2bff8fbee168
-- 
Petr Vobornik




More information about the Freeipa-devel mailing list