master
Jeremy DUCOURTHIAL 3 years ago
parent f168763995
commit 39e884ec06

@ -7,13 +7,13 @@ html{
padding: 10px; padding: 10px;
border-radius: 30px; border-radius: 30px;
background-color: white; background-color: white;
width: 80%;
} }
#listSourceBottom{ #listSourceBottom{
border-top: solid; border-top: solid;
padding-top: 10px; padding-top: 10px;
text-align: center; text-align: center;
width: 400px;
} }
#refresh{ #refresh{
@ -35,7 +35,26 @@ html{
} }
#pageRight{ #pageRight{
width: 50%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
} }
#pageLeft{
width: 50%;
display: flex;
flex-direction: column;
align-items: center;
}
#compteur{
padding: 10px;
}
#page{
display: flex;
width: 100%;
}

@ -1,6 +1,7 @@
<!doctype html> <!doctype html>
<link href="css/administration.css" rel="stylesheet" type="text/css"> <link href="css/administration.css" rel="stylesheet" type="text/css">
<html> <html>
<div id="page">
<div id="pageRight"> <div id="pageRight">
<div id="listSources"> <div id="listSources">
<div> <div>
@ -34,7 +35,9 @@
<input type="submit" id="buttonRefresh" value="refresh"> <input type="submit" id="buttonRefresh" value="refresh">
</form> </form>
</div> </div>
<div id=""> </div>
<div id="pageLeft">
<div id="comteur">
<form action="index.php?action=setNbArticlesParPage" method="POST"> <form action="index.php?action=setNbArticlesParPage" method="POST">
<?php <?php
echo '<input type="number" name="nbArticle" value="'.$nbArticlePages.'"/>'; echo '<input type="number" name="nbArticle" value="'.$nbArticlePages.'"/>';
@ -43,4 +46,5 @@
</form> </form>
</div> </div>
</div> </div>
</div>
</html> </html>
Loading…
Cancel
Save