master
Jeremy DUCOURTHIAL 3 years ago
parent 71cab7554c
commit cfd8964060

@ -13,6 +13,7 @@ html{
border-top: solid;
padding-top: 10px;
text-align: center;
width: 400px;
}
#refresh{
@ -30,4 +31,11 @@ html{
.source{
display: flex;
align-items: center;
}
#pageRight{
display: flex;
flex-direction: column;
align-items: center;
}

@ -1,12 +1,6 @@
<!doctype html>
<link href="css/administration.css" rel="stylesheet" type="text/css">
<html>
<form action="index.php">
<input type="hidden" name="action" value="refreshData">
<input type="submit" value="refresh">
</form>
<div id="pageRight">
<div id="listSources">
<div>

Loading…
Cancel
Save