add some map logic...
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
.map {
|
||||
height: 350px;
|
||||
}
|
||||
.popup {
|
||||
background-color: white;
|
||||
padding-left: 8px;
|
||||
padding-bottom: 8px;
|
||||
padding-top: 8px;
|
||||
width: 220px;
|
||||
color: #555;
|
||||
font: 11px tahoma,arial,verdana,sans-serif;
|
||||
}
|
||||
.title {
|
||||
margin-top: -4px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.subtitle {
|
||||
font-style: normal;
|
||||
margin-bottom: -3px;
|
||||
margin-top: -5px;
|
||||
}
|
||||
.middle {
|
||||
margin-top: -9px;
|
||||
}
|
||||
.close {
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
right: 8px;
|
||||
font-size: larger;
|
||||
font-weight: bold;
|
||||
}
|
||||
button {
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user