diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2013-11-06 17:20:41 +0100 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2014-01-21 12:04:04 +0100 |
commit | 266a39de7f639e7ae0bf5a6254c5e2eec09c4b11 (patch) | |
tree | d98958d552ad8f9ae394136960c99bb41ebf288d /install/ui/ipa.css | |
parent | 046560220ab5f9b95ac95f537de3f51c4aec48fe (diff) | |
download | freeipa-266a39de7f639e7ae0bf5a6254c5e2eec09c4b11.tar.gz freeipa-266a39de7f639e7ae0bf5a6254c5e2eec09c4b11.tar.xz freeipa-266a39de7f639e7ae0bf5a6254c5e2eec09c4b11.zip |
Fix association adder dialog table-body position
https://fedorahosted.org/freeipa/ticket/3904
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r-- | install/ui/ipa.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css index befc015ea..ee7c84640 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -470,10 +470,6 @@ div[name=settings].facet-group li a { border: none; } -.search-table > a:link, a:visted { - color:black; -} - .search-table thead tr th { padding: 0 6px; background-color:#f6f6f6; @@ -845,8 +841,8 @@ table.scrollable tbody { .adder-dialog tbody { position: absolute; bottom: 32px; - left: 3px; - right: 4px; + left: 0; + right: 0; top: 31px; } |