From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] zoneconf: reduce the width of inputs for vlanid Date: Mon, 02 Sep 2019 12:32:30 +0100 Message-ID: <7C3C5F1F-0D66-4EF3-A0AD-AFAAC01FDFDC@ipfire.org> In-Reply-To: <20190901224729.24567-1-ipfire@starkstromkonsument.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8792439194088660532==" List-Id: --===============8792439194088660532== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, Just for my own illustration, could you send a screenshot? Best, -Michael > On 1 Sep 2019, at 23:47, Alex Koch wrote: >=20 > The inputs for the vlanids are overlapping the borders of their cells (usin= g a recent Firefox on Linux Mint, Android or Windows 7). This patch fixes thi= s by limiting the width to a fixed value. >=20 > Signed-off-by: Alex Koch > --- > html/cgi-bin/zoneconf.cgi | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) >=20 > diff --git a/html/cgi-bin/zoneconf.cgi b/html/cgi-bin/zoneconf.cgi > index 40239c14e..6b8642818 100644 > --- a/html/cgi-bin/zoneconf.cgi > +++ b/html/cgi-bin/zoneconf.cgi > @@ -93,6 +93,10 @@ my $css =3D < text-align: center; > } >=20 > + input.vlanid { > + width: 4em; > + } > + > #submit-container { > width: 100%; > padding-top: 20px; > @@ -432,7 +436,7 @@ foreach (@nics) { > > > > - > + > > END > ; > --=20 > 2.17.1 >=20 --===============8792439194088660532==--