mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
20 lines
386 B
CSS
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;
|
|
}
|