Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07816041 authored by Scott Main's avatar Scott Main
Browse files

set fixed height for header div to ensure the next/prev links

in the training bar are always aligned with TOC

Change-Id: I34bb1967e3677bc94298837b0d8f0c6e7bcd8bbf
parent 518dc751
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -428,6 +428,10 @@ video.with-shadow {
  border-bottom: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 {
  border-top: 1px solid #ccc;
@@ -1824,7 +1828,7 @@ EndColorStr='#ececec');
}

#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,