From 266a39de7f639e7ae0bf5a6254c5e2eec09c4b11 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 6 Nov 2013 17:20:41 +0100 Subject: Fix association adder dialog table-body position https://fedorahosted.org/freeipa/ticket/3904 --- install/ui/ipa.css | 8 ++------ 1 file 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; } -- cgit