Index: lams_central/web/css/free.ui.jqgrid.custom.css =================================================================== diff -u -r8fcb1bf227567ac97147567b16c02d9b34970835 -r0a68df1374679cd481c6063272aa80b3f0d75ddd --- lams_central/web/css/free.ui.jqgrid.custom.css (.../free.ui.jqgrid.custom.css) (revision 8fcb1bf227567ac97147567b16c02d9b34970835) +++ lams_central/web/css/free.ui.jqgrid.custom.css (.../free.ui.jqgrid.custom.css) (revision 0a68df1374679cd481c6063272aa80b3f0d75ddd) @@ -84,15 +84,17 @@ .ui-jqgrid .ui-jqgrid-titlebar>.ui-jqgrid-titlebar-close { right: .6rem; -} - -.ui-jqgrid .ui-jqgrid-titlebar>.ui-jqgrid-titlebar-close { top: 40%; } + .ui-jqgrid .ui-jqgrid-titlebar>.ui-jqgrid-titlebar-close>span.fas { font-size: 1.3rem; } +.ui-jqgrid .ui-jqgrid-titlebar>.ui-jqgrid-titlebar-close>span.fas:before { + color: var(--bs-secondary); +} + .ui-jqgrid.ui-jqgrid-bootstrap .ui-pg-table .btn.ui-pg-button { color: var(--bs-white); background-color: var(--bs-secondary); @@ -112,13 +114,14 @@ border: 1px solid #c3cedc; border-radius: 5px; font-size: 1rem; + padding: 4px; } .ui-jqgrid.ui-jqgrid-bootstrap .ui-pg-table .ui-pg-input { border: 1px solid #c3cedc; border-radius: 5px; font-size: 1rem; - padding: 0; + padding: 5px; text-align: center; } @@ -135,10 +138,6 @@ margin: 5px 7px; } -.ui-jqgrid.ui-jqgrid-bootstrap .ui-pg-table .ui-pg-selbox { - padding-left: 5px; -} - .ui-jqgrid.ui-jqgrid-bootstrap .ui-search-toolbar .ui-search-table td { border-bottom: none; } @@ -154,3 +153,7 @@ .ui-jqgrid.ui-jqgrid-bootstrap>.ui-jqgrid-pager { font-size: 1rem; } + +.ui-jqgrid.ui-jqgrid-bootstrap .ui-pg-table .btn.ui-pg-button[id^="refresh_"] { + padding: 0.9em 0 0.7em 0; +} \ No newline at end of file Index: lams_monitoring/web/includes/javascript/monitorLesson5.js =================================================================== diff -u -r3ad491da0b1df01b13613f6106879d636dd7f132 -r0a68df1374679cd481c6063272aa80b3f0d75ddd --- lams_monitoring/web/includes/javascript/monitorLesson5.js (.../monitorLesson5.js) (revision 3ad491da0b1df01b13613f6106879d636dd7f132) +++ lams_monitoring/web/includes/javascript/monitorLesson5.js (.../monitorLesson5.js) (revision 0a68df1374679cd481c6063272aa80b3f0d75ddd) @@ -2555,14 +2555,14 @@ }); }); */ - $.extend(true, $.jgrid.guiStyles.bootstrap4, { pager : { pagerSelect : 'form-control-select' }, searchToolbar : { clearButton : 'btn btn-sm' - } + }, + titleButton : "btn btn-xs" }); }