From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Bitsch To: development@lists.ipfire.org Subject: Re: [PATCH 1/2] dhcp.cgi: Adjust spacing between an icon and explanatory text Date: Mon, 01 Jan 2024 17:41:13 +0100 Message-ID: <499b03de-ee6d-4c09-a779-2857ade38954@ipfire.org> In-Reply-To: <20240101143546.10272-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1590289403423654856==" List-Id: --===============1590289403423654856== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Bernhard Bitsch Am 01.01.2024 um 15:35 schrieb Adolf Belka: > - When dealing with a problem on the forum I noticed that in the Fixed Leas= es table > Legend section there was a very large space between the empty checkbox = icon and the > explanatory text. It looks like the   that I have removed worked on= the text > section 'click to enable' as that was moved but not on the off.gif icon= as that stayed > in its original place leaving a very large space between the icon and t= he explanatory > text. Removing the two   commands fixes that. > - Reading up about   the problem might be related to these tags no long= er being > recommended to use with the newer HTML versions and that indenting or s= pacing should be > done via CSS code. Will have a look in future on how to accomplish this= via CSS. >=20 > Tested-by: Adolf Belka > Signed-off-by: Adolf Belka > --- > html/cgi-bin/dhcp.cgi | 1 - > 1 file changed, 1 deletion(-) > mode change 100755 =3D> 100644 html/cgi-bin/dhcp.cgi >=20 > diff --git a/html/cgi-bin/dhcp.cgi b/html/cgi-bin/dhcp.cgi > old mode 100755 > new mode 100644 > index 84e2322af..ec5d62657 > --- a/html/cgi-bin/dhcp.cgi > +++ b/html/cgi-bin/dhcp.cgi > @@ -1153,7 +1153,6 @@ print <  $Lang::tr{'legend'}:  > 3D'$Lang::tr{'click= > $Lang::tr{'click to disable'} > -    > 3D'$Lang::tr{'click= > $Lang::tr{'click to enable'} >    --===============1590289403423654856==--