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.

Pushed under one-liner/trivial rule.

--
Endi S. Dewata
From 7f18bd82c86867d5cc1e3af607a2ba76177402e3 Mon Sep 17 00:00:00 2001
From: Endi S. Dewata <edew...@redhat.com>
Date: Thu, 11 Aug 2011 13:34:48 -0500
Subject: [PATCH] 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 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 8784daba57475f9b5bb4878e0e25fb56fab0b5dc..4079fb33e293fb443433eb11ceb8f876ff810136 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;
-- 
1.7.5.1

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to