Style tweaks
This commit is contained in:
parent
f42bb2c0f6
commit
25af6069ca
|
@ -39,7 +39,7 @@ $(function() {
|
|||
activeInfoWindow.close();
|
||||
}
|
||||
var infoWindow = new google.maps.InfoWindow({
|
||||
maxWidth: 230
|
||||
maxWidth: 232
|
||||
});
|
||||
google.maps.event.addListener(infoWindow, 'closeclick', function() {
|
||||
isWindowOpen = false;
|
||||
|
|
|
@ -14,6 +14,7 @@ h1, h2 {
|
|||
|
||||
h2 {
|
||||
font-size: 22px;
|
||||
line-height: 30px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
|
@ -89,10 +90,12 @@ form input.error:focus, form textarea.error:focus {
|
|||
border-radius: 0;
|
||||
text-align: left;
|
||||
margin-bottom: 10px;
|
||||
padding: 8px 20px;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
width: 250px;
|
||||
width: 252px;
|
||||
border-right: 1px solid #ccc;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue