diff options
author | Endi Sukma Dewata <edewata@redhat.com> | 2011-12-09 15:26:19 -0600 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-12-09 22:49:34 +0000 |
commit | e8f0c5b9eb51250118386a2b166a8e4202fd839f (patch) | |
tree | f0d2380645356965ac707ee79581f12edd75e706 /install/ui | |
parent | 6af4d09e7e2ea16221e480fa503f7c17110209e7 (diff) | |
download | freeipa-e8f0c5b9eb51250118386a2b166a8e4202fd839f.tar.gz freeipa-e8f0c5b9eb51250118386a2b166a8e4202fd839f.tar.xz freeipa-e8f0c5b9eb51250118386a2b166a8e4202fd839f.zip |
Fixed combobox icon position.
A recent CSS change inadvertently changes position of the combobox
icon. This has been fixed now.
Ticket #388
Diffstat (limited to 'install/ui')
-rw-r--r-- | install/ui/ipa.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 703f37cf0..fcfd8ac53 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; } |