From e8f0c5b9eb51250118386a2b166a8e4202fd839f Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 9 Dec 2011 15:26:19 -0600 Subject: Fixed combobox icon position. A recent CSS change inadvertently changes position of the combobox icon. This has been fixed now. Ticket #388 --- install/ui/ipa.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 703f37cf..fcfd8ac5 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; } -- cgit