summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-08-11 13:34:48 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-08-11 18:40:54 +0000
commitbb31d3df2190edef181799bf2c159f4c986fcece (patch)
treefbe3c5ccebe8fdd89ec0422aa904066c6ad9cdfd /install
parent9aec07e03bc6031e0afcd74197a413483752c7d2 (diff)
downloadfreeipa-bb31d3df2190edef181799bf2c159f4c986fcece.tar.gz
freeipa-bb31d3df2190edef181799bf2c159f4c986fcece.tar.xz
freeipa-bb31d3df2190edef181799bf2c159f4c986fcece.zip
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.
Diffstat (limited to 'install')
-rw-r--r--install/ui/ipa.css6
1 files 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;