#10138 changed position signature in footer

This commit is contained in:
Daniel Cebrian 2023-01-19 11:29:26 +01:00
parent fb7c5afc66
commit cddfcd5f25
2 changed files with 5 additions and 10 deletions

View File

@ -113,8 +113,7 @@ html {
color: #8a96a6;
font-size: 13px;
font-weight: 300;
margin-right: auto;
margin-left: 10px;
margin: 0 auto;
}
.link {
color: #82b92e;

View File

@ -804,7 +804,7 @@ function install_step3()
echo '</div>';
echo '</div></div>';
echo "<div style='clear:both;'></div>";
echo '</div>';
echo "<div id='foot_install'>
<div class='content-footer'>
<a href='install.php?step=2' class='btn_primary outline'>Previous step</a>
@ -821,7 +821,7 @@ function install_step3()
<?php
}
echo '</div></div></div>';
echo '</div></div>';
}
@ -1205,10 +1205,9 @@ function install_step4()
}
break;
}
echo '</div>';
}
echo '</div>';
echo '</div>';
echo '</div></div>';
echo "
@ -1223,10 +1222,7 @@ function install_step4()
</a>";
}
echo '</div>
</div>
</div>
</div>';
echo '</div></div>';
}