CSS enhancement

This commit is contained in:
Laurent Destailleur 2016-10-01 12:51:35 +02:00
parent ed56ea4ac0
commit e0a5e0e0dd
2 changed files with 2 additions and 0 deletions

View File

@ -3850,6 +3850,7 @@ div.ecmjqft {
text-align: center;
min-width: <?php echo $dol_optimize_smallscreen?'200':'480'; ?>px;
width: auto;
max-width: 1024px;
padding-left: 10px !important;
padding-right: 10px !important;
}

View File

@ -3716,6 +3716,7 @@ div.ecmjqft {
text-align: center;
min-width: <?php echo $dol_optimize_smallscreen?'200':'480'; ?>px;
width: auto;
max-width: 1024px;
padding-left: 10px !important;
padding-right: 10px !important;
}