Skip to content
Snippets Groups Projects
Commit 458293af authored by srosse's avatar srosse
Browse files

OO-4561: beautify breadcrumbs in lectures administration

parent 2308d06d
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,8 @@ public class LecturesMainController extends MainLayoutBasicController implements
listenTo(columnLayoutCtr); // auto dispose later
putInitialPanel(columnLayoutCtr.getInitialComponent());
content.rootController("[ROOT]", lectureCoachingCtrl);
String title = translate("coach.lectures");
content.rootController(title, lectureCoachingCtrl);
}
@Override
......
......@@ -93,4 +93,8 @@
.o_rollcall_portrait>div {
margin: 0 auto 10px auto;
width: 100px;
}
\ No newline at end of file
}
.o_lectures div#o_main_toolbar.o_toolbar {
margin-top: 0px;
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment