From 944a95d41cf0f092f4fae2acc2a5ef915517571b Mon Sep 17 00:00:00 2001
From: "louis.fourcade@ensiie.fr" <gofer>
Date: Sat, 7 Dec 2019 14:52:47 +0100
Subject: [PATCH] =?UTF-8?q?repositionnement=20t=C3=A9l=C3=A9chargement?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 public/image_alea.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/image_alea.php b/public/image_alea.php
index 95ab053..71472ff 100644
--- a/public/image_alea.php
+++ b/public/image_alea.php
@@ -60,7 +60,7 @@ urlHasArgument();
 					<h4><?php echo $image->{'data'}[0]->{'title'} ?></h4>
 					<p style="font-size: 15px"><?php echo $image->{'data'}[0]->{'description'} ?></p>
 				</div>
-				<div class="actionrow" style="left: 0px;">
+				<div class="actionrow" style="left: -120px;">
 					<form method="POST" action="download.php" target="_blank">
 						<input type="hidden" name="urlget" value=<?php echo $image->{'href'} ?>>
 						<input type="hidden" name="nasa_id" value=<?php echo $image->{'data'}[0]->{'nasa_id'} ?>>
@@ -74,7 +74,7 @@ urlHasArgument();
 	</div>
 
 	<div class="view container-fluid">
-		<button href="image_alea.php" class="btn btn-primary">Nouvelle Image</button>
+		<a href="image_alea.php"><button class="btn btn-primary">Nouvelle Image</button></a>
 	</div>
 
 
-- 
GitLab