am 07816041: set fixed height for header div to ensure the next/prev links in the training bar are always aligned with TOC

* commit '078160410ad4209fb78f59ae8e04a6118914cdb5':
  set fixed height for header div to ensure the next/prev links in the training bar are always aligned with TOC
This commit is contained in:
Scott Main
2013-12-19 21:12:19 +00:00
committed by Android Git Automerger

View File

@@ -428,6 +428,10 @@ video.with-shadow {
border-bottom:0; border-bottom:0;
padding:0; padding:0;
} }
.content-header > div:first-child {
height:55px; /* set fixed height for the header div to ensure the
next/prev links align with toc on training classes */
}
.content-footer { .content-footer {
border-top: 1px solid #ccc; border-top: 1px solid #ccc;
@@ -1824,7 +1828,7 @@ EndColorStr='#ececec');
} }
#tb-wrapper { #tb-wrapper {
margin:-27px 0 0 20px; /* negative top-margin to counter the content-header bottom margin */ margin:-29px 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
} }
#tb, #tb,