Skip to content
Snippets Groups Projects
Commit e21a9657 authored by gnaegi's avatar gnaegi
Browse files

OO-2636 make tables aligned in lecture module teacher view

parent 49614757
No related branches found
No related tags found
No related merge requests found
......@@ -34,4 +34,13 @@
$r.render("closedLectures")
</fieldset>
#end
</div>
\ No newline at end of file
</div>
<script type="text/javascript">
/* <![CDATA[ */
jQuery(function() {
var tables = jQuery('.o_lectures_teacher_overview table');
BFormatter.alignTableColumns(tables);
});
/* ]]> */
</script>
......@@ -6,6 +6,17 @@
.o_lectures_teacher_overview .o_table_wrapper.o_table_flexi .table {
margin-top: 0;
/* make cells with fixed width as small as possible */
thead tr {
th:nth-of-type(1), // date
th:nth-of-type(2), // start time
th:nth-of-type(3), // end time
th:nth-of-type(8), // open action link
th:nth-of-type(9) { // gear actions menu
width: 1%;
}
}
}
.o_lectures_teacher_overview .o_info {
......
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
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