Hi, Robert.
Yes, I'm using this:
<link rel="stylesheet" href="https://js.arcgis.com/3.21/dijit/themes/claro/claro.css">
<link rel="stylesheet" href="https://js.arcgis.com/3.21/esri/css/esri.css">
Besides, because of a formal rule here in my job, we need to attach a header/footer institutional that uses this:
<link href="https://framework-gb.cdn.gob.mx/assets/styles/main.css" rel="stylesheet" type="text/css">
<script src="https://framework-gb.cdn.gob.mx/gobmx.js"></script>
Also a css file included in a local \styles folder:
@charset "UTF-8";
html, body, #map {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
.chart {
width:200px;
height:200px;
padding:0px !important;
}
#info {
width: 14.0625em;
background-color: #000;
color: #fff;
position: absolute;
left: 0;
bottom: 0;
padding-left: 10px;
padding-top: 10px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
border-top: 2px solid #ffffff;
border-right: 2px solid #ffffff;
border-top-right-radius: 20px;
}
P.S. I realize when I turn on the CDN framework described above (
<link href="https://framework-gb.cdn.gob.mx/assets/styles/main.css" rel="stylesheet" type="text/css">
<script src="https://framework-gb.cdn.gob.mx/gobmx.js"></script>
), the close button dissapear. How come?
Thank's for your attention and have a good day.
Best regards!