Merge branch 'ent-7310-vista-de-transaccional-maps-con-varios-errores-visuales' into 'develop'

fixed visual error on tm

See merge request artica/pandorafms!4041
This commit is contained in:
Daniel Rodriguez 2021-05-28 09:14:20 +00:00
commit b75b55c0a5
2 changed files with 5 additions and 0 deletions

View File

@ -8516,3 +8516,7 @@ div.stat-win-spinner img {
float: right; float: right;
margin-bottom: 20px; margin-bottom: 20px;
} }
.align-left-important {
text-align: left !important;
}

View File

@ -1277,6 +1277,7 @@ if ($config['pure'] == 0) {
// Container div. // Container div.
echo '</div>'; echo '</div>';
echo '<div id="both"></div>'; echo '<div id="both"></div>';
echo '</div>';
echo '<div id="foot">'; echo '<div id="foot">';
include 'general/footer.php'; include 'general/footer.php';