aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Resources/static/themes/_global/js/tools.js4
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css3
2 files changed, 3 insertions, 4 deletions
diff --git a/app/Resources/static/themes/_global/js/tools.js b/app/Resources/static/themes/_global/js/tools.js
index 568b2dce..cee84fa8 100644
--- a/app/Resources/static/themes/_global/js/tools.js
+++ b/app/Resources/static/themes/_global/js/tools.js
@@ -35,7 +35,7 @@ function initFilters() {
35 // no display if filters not available 35 // no display if filters not available
36 if ($('div').is('#filters')) { 36 if ($('div').is('#filters')) {
37 $('#button_filters').show(); 37 $('#button_filters').show();
38 $('.button-collapse-right').sideNav({ edge: 'right' }); 38 $('.js-filters-action').sideNav({ edge: 'right' });
39 $('#clear_form_filters').on('click', () => { 39 $('#clear_form_filters').on('click', () => {
40 $('#filters input').val(''); 40 $('#filters input').val('');
41 $('#filters :checked').removeAttr('checked'); 41 $('#filters :checked').removeAttr('checked');
@@ -48,7 +48,7 @@ function initExport() {
48 // no display if export not available 48 // no display if export not available
49 if ($('div').is('#export')) { 49 if ($('div').is('#export')) {
50 $('#button_export').show(); 50 $('#button_export').show();
51 $('.button-collapse-right').sideNav({ edge: 'right' }); 51 $('.js-export-action').sideNav({ edge: 'right' });
52 } 52 }
53} 53}
54 54
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css
index c6b7326d..f43e6042 100755
--- a/app/Resources/static/themes/material/css/main.css
+++ b/app/Resources/static/themes/material/css/main.css
@@ -304,7 +304,7 @@ nav {
304.nav-panel-buttom { 304.nav-panel-buttom {
305 display: flex; 305 display: flex;
306 flex-grow: 1; 306 flex-grow: 1;
307 justify-content: right; 307 justify-content: flex-end;
308} 308}
309 309
310.nav-panel-buttom li { 310.nav-panel-buttom li {
@@ -439,7 +439,6 @@ nav ul a:hover {
439.side-nav.fixed.right-aligned { 439.side-nav.fixed.right-aligned {
440 right: -250px; 440 right: -250px;
441 left: auto !important; 441 left: auto !important;
442 overflow-y: visible;
443} 442}
444 443
445#filters div.with-checkbox { 444#filters div.with-checkbox {