From bb31d3df2190edef181799bf2c159f4c986fcece Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 11 Aug 2011 13:34:48 -0500 Subject: Fixed problem clicking 3rd level tabs. The 3rd level tabs were partially covered by the content panel, so only the top portion can be clicked. The content panel has been repositioned to avoid the problem. --- install/ui/ipa.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/ui/ipa.css b/install/ui/ipa.css index 8784daba5..4079fb33e 100644 --- a/install/ui/ipa.css +++ b/install/ui/ipa.css @@ -416,14 +416,14 @@ span.main-nav-off > a:visited { /* ---- Content ---- */ #content { position: absolute; - top: 136px; + top: 151px; left: 6px; right: 6px; bottom: 10px; } #content.tabs-3 { - top: 160px; + top: 175px; } /* ---- Entity ---- */ @@ -463,7 +463,7 @@ span.main-nav-off > a:visited { .facet { position: absolute; - top: 20px; + top: 5px; left: 10px; right: 10px; bottom: 0; -- cgit