From bcb2ce7f2464281923dd54396fa18d62e48ffebe Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 11 Apr 2014 09:24:06 +0200 Subject: webui: display undo and multivalued delete buttons in input-group Reviewed-By: Endi Sukma Dewata --- install/ui/ipa.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'install/ui/ipa.css') diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 0bfa7806e..3ec10e0b3 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -531,8 +531,9 @@ table.scrollable tbody { margin-top: 3px; } -.combobox-widget .undo { - margin-top: 3px; +.input-group .combobox-widget-input .form-control { + position: initial; + float: inherit; } /* ---- HBAC Test ---- */ -- cgit