51 lines
945 B
CSS
51 lines
945 B
CSS
.iframe-facebook {
|
|
width: 520px;
|
|
margin:0 auto;
|
|
}
|
|
.iframe-facebook.borderGreen {
|
|
padding: 16px 20px 20px;
|
|
border-top: 7px solid #b9da1a;
|
|
background: #FFF;
|
|
}
|
|
.iframe-facebook.borderGreen h1 {
|
|
margin: 30px 0;
|
|
color: #000;
|
|
font-size: 30px;
|
|
border-bottom: 1px solid #000;
|
|
padding: 0 0 30px;
|
|
line-height: 30px;
|
|
}
|
|
.iframe-facebook.borderGreen h1 span .g {
|
|
color: #BFDA3F!important;
|
|
}
|
|
.locationInputs {
|
|
width: 520px;
|
|
}
|
|
.iframe-facebook input#addressInput {
|
|
border: 0;
|
|
height: 33px;
|
|
margin-top: 2px;
|
|
width: 480px;
|
|
padding: 1px 10px 0;
|
|
background:#fff;
|
|
border: #000;
|
|
float: left;
|
|
border: 1px solid #999;
|
|
box-sizing: border-box;
|
|
}
|
|
#map2 {
|
|
width: 520px;
|
|
height: 520px;
|
|
}
|
|
.stores {
|
|
margin-top: 10px;;
|
|
}
|
|
.storestable, .storestable table {
|
|
width:520px;
|
|
}
|
|
.storestable table tr {
|
|
float: left;
|
|
width: calc(50% - 5px);
|
|
margin-right: 5px;;
|
|
}
|