This time I have a problem. About the map. In practice, the percentage numbers are not aligned, but are displayed vertically. I can’t attach a photo because no pilot flies. This happens if I insert the map into the pilot’s profile. If, instead, I open the map by link, there is no problem. The numbers in the percentage are clearly visible.
css file…
<style type=“text/css”>
div.progress-container {
border: 1px solid #ffffff;
width: 150px;
margin: 1px 1px 1px 1px;
padding: 1px;
float: middle;
background: #333;
}
div.progress-container > div {
position: relative;
font-family: verdana;
font-size: 10px;
color: #fff; background-color: #239A0D;
height: 20px; vertical-align:right;
}
</style>