Skip to content
Snippets Groups Projects
Commit e0a5e0e0 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

CSS enhancement

parent ed56ea4a
Branches
Tags
No related merge requests found
...@@ -3850,6 +3850,7 @@ div.ecmjqft { ...@@ -3850,6 +3850,7 @@ div.ecmjqft {
text-align: center; text-align: center;
min-width: <?php echo $dol_optimize_smallscreen?'200':'480'; ?>px; min-width: <?php echo $dol_optimize_smallscreen?'200':'480'; ?>px;
width: auto; width: auto;
max-width: 1024px;
padding-left: 10px !important; padding-left: 10px !important;
padding-right: 10px !important; padding-right: 10px !important;
} }
......
...@@ -3716,6 +3716,7 @@ div.ecmjqft { ...@@ -3716,6 +3716,7 @@ div.ecmjqft {
text-align: center; text-align: center;
min-width: <?php echo $dol_optimize_smallscreen?'200':'480'; ?>px; min-width: <?php echo $dol_optimize_smallscreen?'200':'480'; ?>px;
width: auto; width: auto;
max-width: 1024px;
padding-left: 10px !important; padding-left: 10px !important;
padding-right: 10px !important; padding-right: 10px !important;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment