extend use of bootstrap to whole page

This commit is contained in:
2019-10-10 19:57:56 +02:00
parent 07b951ec00
commit 8075bc805a
10 changed files with 96 additions and 217 deletions

View File

@@ -1,17 +1,17 @@
<div id="course">
<div id="docs">
<div id="upload_file">
<div id="course" class="row h-100">
<div id="docs" class="col-3 pr-3 h-100 flex-column">
<div id="upload_file" class="row">
<div class="custom-file">
<input type="file" class="custom-file-input" id="fileupload" name="files[]" multiple>
<label class="custom-file-label" for="customFile">Choose file</label>
</div>
<div id="upload_progress" class="progress mt-2 hidden transition">
<div id="upload_progress" class="w-100 progress mt-2 hidden transition">
<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div id="doc_list"></div>
<div id="doc_list_box" class="row"><div id="doc_list"></div></div>
</div>
<div id="notes_box">
<div id="notes_box" class="col-9 h-100">
<div id="notes_feedback"></div>
<div id="notes"></div>
</div>
@@ -85,7 +85,7 @@ oCATC.pageInit = function(asHash, bFirstPage) {
loadDocs();
//Scrollbar
$('#docs, #notes').mCustomScrollbar({
$('#doc_list_box, #notes').mCustomScrollbar({
axis: 'y',
scrollInertia: 0,
autoExpandScrollbar: true,