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
From 20f3ebe344abb90f930ce211bc99da95f1da7f11 Mon Sep 17 00:00:00 2001
From: Adam Misnyovszki <amisn...@redhat.com>
Date: Wed, 26 Feb 2014 12:31:07 +0100
Subject: [PATCH] Too big font in input fields

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
---
 install/ui/ipa.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index ad3d1aa1f8f8898ad8dff8f8ecc175238fad1181..468b0a8702d61716cf400bf124f84cfdc0e781b0 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -1241,6 +1241,8 @@ table.scrollable tbody {
 
 .text-widget input {
     width: 250px;
+    font-size: 1em;
+    height: 12px;
 }
 
 .multivalued-widget [name=value] {
-- 
1.8.5.3

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to