From 433cf5b5e733732d284398749db9633d27c619d5 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 9 Dec 2011 19:11:41 -0600 Subject: Fixed combobox search icon position. A recent CSS change inadvertently changes position of the combobox search icon. This has been fixed now. Ticket #388 --- install/ui/ipa.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/ipa.css') diff --git a/install/ui/ipa.css b/install/ui/ipa.css index fcfd8ac53..a739689f3 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -1256,7 +1256,7 @@ table.scrollable tbody { top: 0; bottom: 0; right: 0; - margin-top: -2px; + margin-top: 6px; margin-right: 3px; } -- cgit