63 lines
1.0 KiB
CSS
63 lines
1.0 KiB
CSS
|
.leaflet-popup-content-wrapper{
|
||
|
border: 1px solid rgb(56,125,191);
|
||
|
box-shadow: 0 0 5px 2px #3765b8 inset;
|
||
|
background: #071D4D !important;
|
||
|
padding: 0px 20px 20px 20px;
|
||
|
width:500px;
|
||
|
color:#fff !important;
|
||
|
font-size:14px;
|
||
|
|
||
|
}
|
||
|
.leaflet-popup-content{
|
||
|
width:calc(100% - 40px) !important;
|
||
|
}
|
||
|
|
||
|
.leaflet-popup-content>div{
|
||
|
width:100%;
|
||
|
}
|
||
|
|
||
|
|
||
|
.leaflet-popup-content .sb_bInfo{
|
||
|
width:100%;
|
||
|
}
|
||
|
|
||
|
.leaflet-popup-content p{
|
||
|
margin:10px 0!important;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.sb_grade>div>div{
|
||
|
float:left;
|
||
|
width:16%;
|
||
|
margin-top:3px;
|
||
|
}
|
||
|
.sb_grade>div>div>p{
|
||
|
line-height:20px;
|
||
|
}
|
||
|
|
||
|
.schoolWindowInfo .sb_grade{
|
||
|
margin-top:10px;
|
||
|
}
|
||
|
.leaflet-popup-content-wrapper, .leaflet-popup-tip{
|
||
|
background: #071d4d !important;
|
||
|
}
|
||
|
.leaflet-container a.leaflet-popup-close-button{
|
||
|
color:#fff !important;
|
||
|
}
|
||
|
.warnEventInfoWindow{
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.warnEventInfoWindow>p{
|
||
|
float:left;
|
||
|
width:120px;
|
||
|
}
|
||
|
.warnEventInfoWindow>div{
|
||
|
float:left;
|
||
|
width:calc(100% - 130px);
|
||
|
margin-left:10px;
|
||
|
}
|
||
|
|
||
|
.warnEventInfoWindow>p>img{
|
||
|
width:100%;
|
||
|
}
|