fix: Horizontalen Scrollbalken entfernt [deploy]
All checks were successful
Deploy Eplan / deploy (push) Successful in 1s
All checks were successful
Deploy Eplan / deploy (push) Successful in 1s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ff86888766
commit
0286e6c7ec
1 changed files with 3 additions and 5 deletions
|
|
@ -41,11 +41,9 @@ print dol_get_fiche_head($head, 'settings', $langs->trans("EplanSetup"), -1, 'fa
|
||||||
|
|
||||||
$pwa_url = getDolGlobalString('EPLAN_PWA_URL');
|
$pwa_url = getDolGlobalString('EPLAN_PWA_URL');
|
||||||
|
|
||||||
print '<div class="div-table-responsive-no-min">';
|
|
||||||
|
|
||||||
if (!empty($pwa_url)) {
|
if (!empty($pwa_url)) {
|
||||||
print '<div style="background: linear-gradient(135deg, #1565C0 0%, #0D47A1 100%); border-radius: 12px; padding: 30px; margin-bottom: 24px; color: #fff;">';
|
print '<div style="background: linear-gradient(135deg, #1565C0 0%, #0D47A1 100%); border-radius: 12px; padding: 20px; margin-bottom: 20px; color: #fff; box-sizing: border-box;">';
|
||||||
print '<div style="display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px;">';
|
print '<div style="display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;">';
|
||||||
print '<div>';
|
print '<div>';
|
||||||
print '<h2 style="margin: 0 0 8px; font-size: 22px; font-weight: 700;">ElektroPlan</h2>';
|
print '<h2 style="margin: 0 0 8px; font-size: 22px; font-weight: 700;">ElektroPlan</h2>';
|
||||||
print '<p style="margin: 0 0 4px; opacity: 0.9; font-size: 14px;">'.$langs->trans("EplanOpenPwaDesc").'</p>';
|
print '<p style="margin: 0 0 4px; opacity: 0.9; font-size: 14px;">'.$langs->trans("EplanOpenPwaDesc").'</p>';
|
||||||
|
|
@ -94,7 +92,7 @@ for ($i = 1; $i <= 5; $i++) {
|
||||||
print '<tr class="oddeven"><td colspan="2"><i class="fas fa-check" style="color: #4CAF50; margin-right: 8px;"></i>';
|
print '<tr class="oddeven"><td colspan="2"><i class="fas fa-check" style="color: #4CAF50; margin-right: 8px;"></i>';
|
||||||
print $langs->trans("EplanFeature".$i).'</td></tr>';
|
print $langs->trans("EplanFeature".$i).'</td></tr>';
|
||||||
}
|
}
|
||||||
print '</table></div></div>';
|
print '</table></div>';
|
||||||
|
|
||||||
print dol_get_fiche_end();
|
print dol_get_fiche_end();
|
||||||
llxFooter();
|
llxFooter();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue