diff --git a/assets/css/ace.min.css b/assets/css/ace.min.css index d1fbf82..e82f8ca 100644 --- a/assets/css/ace.min.css +++ b/assets/css/ace.min.css @@ -14930,7 +14930,11 @@ th[aria-selected='true'] .ui-jqgrid-sortable { .fc-state-disabled { /* display: none !important; */ } + .data_box { + /* width: 500px; */ + } #chart { + width: 800px !important; margin-top: 125px !important; } @@ -15039,7 +15043,7 @@ th[aria-selected='true'] .ui-jqgrid-sortable { .page-content { padding-left: 12px; padding-right: 12px; - overflow: hidden; + /* overflow: hidden; */ } } @media (max-width: 991px) { diff --git a/assets/css/fullcalendar.css b/assets/css/fullcalendar.css index 8f49302..5d38aed 100644 --- a/assets/css/fullcalendar.css +++ b/assets/css/fullcalendar.css @@ -122,7 +122,7 @@ html .fc, clear: both; zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */ top: 50px; - margin: 0 11px; + /* margin: 0 11px; */ } .fc-view { diff --git a/pmcalendar.php b/pmcalendar.php index c165d20..10c12fd 100644 --- a/pmcalendar.php +++ b/pmcalendar.php @@ -426,6 +426,8 @@ if ($act == 'newevent') { .data_box { display: none; + overflow: scroll; + /* width: 800px; */ } .data_tab { @@ -514,7 +516,7 @@ if ($act == 'newevent') {