FIX resolve conflicts

This commit is contained in:
VESSILLER 2020-03-17 09:52:26 +01:00
parent f7cf5f8784
commit a74dca4a20

View File

@ -50,7 +50,6 @@ top_httphead('text/css');
// Important: Following code is to avoid page request by browser and PHP CPU at each Dolibarr page access.
if (empty($dolibarr_nocache)) header('Cache-Control: max-age=10800, public, must-revalidate');
else header('Cache-Control: no-cache');
header('Cache-Control: no-cache');
require DOL_DOCUMENT_ROOT.'/theme/'.$conf->theme.'/theme_vars.inc.php';
@ -120,7 +119,7 @@ button.calcbutton2 {
width: calc(25% - 2px);
height: calc(25% - 2px);
font-weight: bold;
font-size: 10pt;
font-size: 8pt;
margin: 1px;
}