From e8c3db429515a034e9c777ebfd15927f4932450c Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 7 Nov 2013 14:16:58 +0100 Subject: [PATCH] Increase distance between control buttons and facet-tabs https://fedorahosted.org/freeipa/ticket/3904 --- install/ui/ipa.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ui/ipa.css b/install/ui/ipa.css index ee7c84640..293da08ba 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -259,7 +259,7 @@ textarea[readonly] { position: absolute; left: 0; right: 0; - bottom: 30px; + bottom: 35px; z-index: 1; /* need to be above facet header */ border-bottom: 1px solid #C9C3BA; }