mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-24 22:35:58 +02:00
#12516 fixed modal body padding
This commit is contained in:
parent
df76a5194c
commit
38a79fa6a6
@ -422,11 +422,11 @@ echo '</form>';
|
|||||||
echo html_print_image(
|
echo html_print_image(
|
||||||
'images/info-warning.svg',
|
'images/info-warning.svg',
|
||||||
true,
|
true,
|
||||||
[ 'style' => 'padding-top: 10px' ]
|
[ 'style' => 'padding-top: 30px' ]
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<div style="padding: 5px 40px 5px 5px;">
|
<div style="padding: 5px 90px 5px 5px;">
|
||||||
<p class="lato font_10pt bolder">
|
<p class="lato font_10pt bolder">
|
||||||
<?php
|
<?php
|
||||||
echo __('There are two types of versions in Pandora FMS: the LTS versions (Long-Term Support), e.g: 772 LTS, and the RRR (Regular Rolling Release) versions, e.g: 771, 773, 774, 775.');
|
echo __('There are two types of versions in Pandora FMS: the LTS versions (Long-Term Support), e.g: 772 LTS, and the RRR (Regular Rolling Release) versions, e.g: 771, 773, 774, 775.');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user