diff --git a/modules/philea_magistor/AdminPhileaMagistor.php b/modules/philea_magistor/AdminPhileaMagistor.php index 91ef71ca..3a85ab5c 100644 --- a/modules/philea_magistor/AdminPhileaMagistor.php +++ b/modules/philea_magistor/AdminPhileaMagistor.php @@ -243,6 +243,8 @@ class AdminPhileaMagistor extends AdminTab { .table tr td { border-bottom: 1px solid #DEDEDE; color: #000; + height: auto; + padding: 5px 4px 10px 6px; } .table tr td[id*=ART] p, .table tr td[id*=CDC] p{ @@ -274,6 +276,12 @@ class AdminPhileaMagistor extends AdminTab { .button:focus{ background-color: rgba(86,84,133,0.6); } + .table td div{ + margin: 5px 0; + } + .table td .button{ + padding: 5px 3px; + } .div_report_overlay{ background: rgb(181,189,200); /* Old browsers */ background: -moz-linear-gradient(top, rgba(181,189,200,0.4) 0%, rgba(130,140,149,0.4) 36%, rgba(40,52,59,0.4) 100%); /* FF3.6+ */ @@ -443,23 +451,23 @@ class AdminPhileaMagistor extends AdminTab {
'.(!empty($CRR['sync_date'])?date('d-m-Y H:i',strtotime($CRR['sync_date'])):'--').'
'; +'.(!empty($CRR['sync_date'])?' '.date('d/m/Y H:i',strtotime($CRR['sync_date'])):'--').'
'; if(!empty($art_reports)){ foreach($art_reports as $key => $report) { $form .= ''; } } $form .= ''.(!empty($CRR['sent_date'])?date('d-m-Y H:i',strtotime($CRR['sent_date'])):'--').'
'; +'.(!empty($CRR['sent_date'])?' '.date('d/m/Y H:i',strtotime($CRR['sent_date'])):'--').'
'; if(!empty($cdc_reports)){ foreach($cdc_reports as $key => $report) { $form .= ''; } @@ -469,7 +477,7 @@ class AdminPhileaMagistor extends AdminTab { if(!empty($crp_reports)){ foreach($crp_reports as $key => $report) { $form .= ''; }