mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
#10138 changed position signature in footer
This commit is contained in:
parent
fb7c5afc66
commit
cddfcd5f25
@ -113,8 +113,7 @@ html {
|
|||||||
color: #8a96a6;
|
color: #8a96a6;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
margin-right: auto;
|
margin: 0 auto;
|
||||||
margin-left: 10px;
|
|
||||||
}
|
}
|
||||||
.link {
|
.link {
|
||||||
color: #82b92e;
|
color: #82b92e;
|
||||||
|
@ -804,7 +804,7 @@ function install_step3()
|
|||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
echo '</div></div>';
|
echo '</div></div>';
|
||||||
echo "<div style='clear:both;'></div>";
|
echo '</div>';
|
||||||
echo "<div id='foot_install'>
|
echo "<div id='foot_install'>
|
||||||
<div class='content-footer'>
|
<div class='content-footer'>
|
||||||
<a href='install.php?step=2' class='btn_primary outline'>Previous step</a>
|
<a href='install.php?step=2' class='btn_primary outline'>Previous step</a>
|
||||||
@ -821,7 +821,7 @@ function install_step3()
|
|||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '</div></div></div>';
|
echo '</div></div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -1205,10 +1205,9 @@ function install_step4()
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '</div>';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
echo '</div>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
echo '</div></div>';
|
echo '</div></div>';
|
||||||
echo "
|
echo "
|
||||||
@ -1223,10 +1222,7 @@ function install_step4()
|
|||||||
</a>";
|
</a>";
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '</div>
|
echo '</div></div>';
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user