diff options
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r-- | install/ui/ipa.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 0cc487bb..9680f418 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -1029,7 +1029,7 @@ table.scrollable tbody { top: 0; bottom: 0; right: 0; - margin-top: 2px; + margin-top: 4px; margin-right: 4px; } @@ -1047,6 +1047,11 @@ table.scrollable tbody { width: 238px; } +.combobox-widget-list a { + padding: 0; + margin: 0; +} + .combobox-widget-list .search-icon { position: absolute; top: 0; |