Fix Firefox bug
This commit is contained in:
parent
23ec5c99eb
commit
957f7804b0
|
@ -79,6 +79,7 @@ form input.error:focus, form textarea.error:focus {
|
||||||
.table-cell {
|
.table-cell {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-message {
|
.alert-message {
|
||||||
|
@ -126,11 +127,15 @@ form input.error:focus, form textarea.error:focus {
|
||||||
margin: 10px 5px;
|
margin: 10px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#map {
|
.map-container {
|
||||||
margin-top: 40px;
|
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#map {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
#error, #notice, #warning {
|
#error, #notice, #warning {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
|
|
|
@ -18,5 +18,6 @@
|
||||||
#feedback
|
#feedback
|
||||||
%a{:href => URI.escape("mailto:adoptahydrant@cityofboston.gov?subject=#{t("titles.main", :thing => t("defaults.thing").titleize)} #{t("links.feedback").titleize}")}
|
%a{:href => URI.escape("mailto:adoptahydrant@cityofboston.gov?subject=#{t("titles.main", :thing => t("defaults.thing").titleize)} #{t("links.feedback").titleize}")}
|
||||||
= t("links.feedback")
|
= t("links.feedback")
|
||||||
.table-cell#map
|
.table-cell.map-container
|
||||||
|
#map
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue