Map: 종료 버튼 투명도 조절, 하단 버튼 크기 확대, 구글 주소 연결
This commit is contained in:
parent
d639a9dbec
commit
ae0a3d9726
|
|
@ -114,16 +114,16 @@
|
|||
line-height: 1;
|
||||
color: #ffffff;
|
||||
text-shadow: 0 1px 0 #ffffff;
|
||||
opacity: 0.2;
|
||||
filter: alpha(opacity=20)
|
||||
/* opacity: 0.2; */
|
||||
/* filter: alpha(opacity=20) */
|
||||
}
|
||||
|
||||
.close:hover,.close:focus {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50)
|
||||
/* opacity: 0.5; */
|
||||
/* filter: alpha(opacity=50) */
|
||||
}
|
||||
|
||||
button.close {
|
||||
|
|
|
|||
|
|
@ -469,7 +469,7 @@
|
|||
.mapBtn{
|
||||
border:none;
|
||||
color: #fff;
|
||||
padding: 5px ;
|
||||
padding: 30px ;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.btn-primary-modal{
|
||||
|
|
|
|||
|
|
@ -2138,10 +2138,16 @@ function popup(){
|
|||
<tr>
|
||||
<td class="td-title-info">Address</td>
|
||||
<td class="td-text-info">
|
||||
<a
|
||||
href="https://www.google.com/maps?q=${encodeURIComponent(property.address)}"
|
||||
target="_blank"
|
||||
style="color: inherit; text-decoration: underline; cursor: pointer;"
|
||||
>
|
||||
<span>${property.address}</span>
|
||||
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="td-title-info">Forecast</td>
|
||||
<td class="td-text-info">
|
||||
|
|
|
|||
Loading…
Reference in New Issue