test style admin

ServeurDeTest
nathan boileau 2 years ago
parent 0beb99547b
commit ff7485776c

@ -160,11 +160,6 @@
echo '<div class="col pr-4">';
echo '<a class="font" href="index.php?action=goToDetailEnigme&id='.$enigmeMulti->getIdEnigme().'">' . $enigmeMulti->getNom() . '</a>';
echo '</div>';
echo '<div class="col-2 d-flex justify-content-center">';
echo '<a href="#">';
echo '<svg fill="currentColor" width="20px" height="20px" viewBox="0 0 24 24" id="more-vertical" data-name="Flat Line" xmlns="http://www.w3.org/2000/svg" class="icon flat-line" stroke="#ffffff"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_iconCarrier"><line id="primary-upstroke" x1="12" y1="5.95" x2="12" y2="6.05" style="fill: none; stroke: #ffffff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5;"></line><line id="primary-upstroke-2" data-name="primary-upstroke" x1="12" y1="11.95" x2="12" y2="12.05" style="fill: none; stroke: #ffffff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5;"></line><line id="primary-upstroke-3" data-name="primary-upstroke" x1="12" y1="17.95" x2="12" y2="18.05" style="fill: none; stroke: #ffffff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5;"></line></g></svg>';
echo '</a>';
echo '</div>';
echo '</div>';
}
?>

@ -16,7 +16,7 @@
<div class="container">
<div class="row">
<div class="col">
<a href="index.php?action=goToAdmin" class="send py-1 px-2 d-flex align-items-center">Retour</a>
<a href="index.php?action=goToAdmin" class="send pt-3 pb-5 px-2 d-flex align-items-center">Retour</a>
<h1>Enigme</h1>
</div>
</div>

@ -20,7 +20,7 @@
</head>
<body class="m-3">
<div>
<a href="index.php?action=goToAdmin" class="send py-1 px-2 d-flex align-items-center">
<a href="index.php?action=goToAdmin" class="send pt-3 pb-5 px-2 d-flex align-items-center">
Retour
</a>
<h1> Modifier une énigme </h1>

@ -22,7 +22,7 @@
<div class="container">
<div class="row">
<div class="col">
<a href="index.php?action=goToAdmin" class="send py-1 px-2 d-flex align-items-center">
<a href="index.php?action=goToAdmin" class="send pt-3 pb-5 px-2 d-flex align-items-center">
Retour
</a>
<h1>Ordre des énigmes</h1>

Loading…
Cancel
Save