pakfire.cgi: Cosmetic fix

Message ID 20200522104902.4059-1-matthias.fischer@ipfire.org
State Superseded
Headers
Series pakfire.cgi: Cosmetic fix |

Commit Message

Matthias Fischer May 22, 2020, 10:49 a.m. UTC
  The two text passages for 'pakfire install...' and 'pakfire uninstall...' under
'Available' and 'Installed Addons:' are so close together that the first line
appears as a single line.

This patch separates these two areas a bit from each other so that they are
better readable.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 html/cgi-bin/pakfire.cgi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/html/cgi-bin/pakfire.cgi b/html/cgi-bin/pakfire.cgi
index dacbe11f4..fa5bcdffa 100644
--- a/html/cgi-bin/pakfire.cgi
+++ b/html/cgi-bin/pakfire.cgi
@@ -250,7 +250,7 @@  END
 		<tr><td colspan="2"><!-- Just an empty line -->&nbsp;
 		<tr><td bgcolor='$color{'color20'}' align="center"><b>$Lang::tr{'pakfire available addons'}</b>
 				<td bgcolor='$color{'color20'}' align="center"><b>$Lang::tr{'pakfire installed addons'}</b>
-		<tr><td align="center">
+		<td style="padding:5px 10px 20px 20px" align="center">
 			<p>$Lang::tr{'pakfire install description'}</p>
 			<form method='post' action='$ENV{'SCRIPT_NAME'}'>
 				<select name="INSPAKS" size="10" multiple>
@@ -264,7 +264,7 @@  print <<END;
 				<input type='image' alt='$Lang::tr{'install'}' title='$Lang::tr{'install'}' src='/images/list-add.png' />
 			</form>
 
-		<td align="center">
+		<td style="padding:5px 10px 20px 20px" align="center">
 			<p>$Lang::tr{'pakfire uninstall description'}</p>
 		 <form method='post' action='$ENV{'SCRIPT_NAME'}'>
 			<select name="DELPAKS" size="10" multiple>