From ef38c5d4e00ee7feff83dbc4e4e43844dd755f4f Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Jan 11 2012 17:04:21 +0000 Subject: Fixed combobox icon position. A recent CSS change inadvertently changes position of the combobox icon. This has been fixed now. Ticket #388 --- diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 703f37c..fcfd8ac 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -1232,7 +1232,7 @@ table.scrollable tbody { top: 0; bottom: 0; right: 0; - margin-top: -2px; + margin-top: 2px; margin-right: 4px; }