mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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.
This commit is contained in:
parent
9aec07e03b
commit
bb31d3df21
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user