OneTopic course format - tabs overlap with topic section

Re: OneTopic course format - tabs overlap with topic section (solved)

by Hartmut Scherer -
Number of replies: 0

Hi all,

I had to refine my posted code from yesterday and be more specific. Otherwise, the top of the "Edit" page in the lesson module will be affected. Here is the updated version. All changes/additions are done in aardvark-tabs.css.

.path-course-view .tabtree .tabrow0 {
    height: 100%;
    margin: 1em 0 auto;
    vertical-align: bottom;
    width: 100%;
}

.path-course-view .tabtree {
    margin-bottom: 1em;
    position: relative;
}

.path-course-view .tabtree .tabrow0 li.here .empty {
    bottom: 4px;
    display: block;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
}

With kind regards,

Hartmut