From ce62d6d28cb748516578779bb8044ad1be61bba9 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Jan 11 2012 17:04:21 +0000 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 --- diff --git a/install/ui/ipa.css b/install/ui/ipa.css index fcfd8ac..a739689 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; }