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:
Endi S. Dewata 2011-08-11 13:34:48 -05:00
parent 9aec07e03b
commit bb31d3df21

View File

@ -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;