Skip to main content

City of Burlington, Housing Board of Review

Citation
City of Burlington, Housing Board of Review
Jurisdiction
Burlington (municipal)
Source
Official source

Full Text

1,744 chars
fixedTopTS.css('top', Math.max(anchorBounding.bottom - 1, attachBounding.bottom));
} else {
fixedTopTS.css('top', initialTopTS);
}
}

$(window).load(function () {
setTimeout(function () {
try {
resizeAdjustmentTS();
} catch (e) {
console.error(e);
}
}, 350);

$(window).scroll(function () {
try {
scrollAdjustmentTS();
} catch (e) {
console.error(e);
}
});

var adjustTimeoutTS;
$(window).resize(function () {
clearTimeout(adjustTimeoutTS);
adjustTimeoutTS = setTimeout(function () {
try {
resizeAdjustmentTS();
} catch (e) {
console.error(e);
}
}, 350);
});

$.when(window.Pages.angularToolbarComplete).done(function () {
try {
resizeAdjustmentTS();
} catch (e) {
console.error(e);
}
});
});

End Fixed Nav Adjustment

--------Google Translate (Mobile Friendly)-------

#google-translate-container {
float: left;
padding: 3px 0px 0px 5px;
position: fixed;
bottom: 16px;
left: 10px;
z-index: 5;
}

.goog-te-combo, .goog-te-banner *, .goog-te-ftab *, .goog-te-menu *, .goog-te-menu2 *, .goog-te-balloon * {
font-family: arial;
font-size: 10pt;
background-image: url("https://www.gstatic.com/images/branding/product/2x/translate_24dp.png");
background-position: 5px 5px;
background-size: 18px;
background-repeat: no-repeat;
text-indent: 16px;
background-color: #fff;
color: #000 !important;
}

.goog-logo-link {
display: none !important;
}

.goog-te-gadget {
color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
margin: 2px 0 !important;
border-radius: 15px !important;
}

.goog-te-combo{
border: 1px solid !important;
border-color: #bcc9d7 #96a3b1 #96a3b1 #bcc9d7 !important;
border-radius: 50px !important;
height:31px !important;
padding: 0 1px 0 .25rem !important;
width: 156px;
}

#launcher-wrapper {
bottom: 50px !important;
}