Files
openfoodnetwork/app/assets/stylesheets/search/gmaps4rails.css
2013-08-09 13:20:49 +10:00

20 lines
386 B
CSS

.map_container {
padding: 6px;
border-width: 1px;
border-style: solid;
border-color: #ccc #ccc #999 #ccc;
-webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
-moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
width: 645px;
}
.gmaps4rails_map {
width: 630px;
height: 530px;
}
.map_container img {
max-width: none;
}