Single Family Residential
Table of Contents
UI Children
HTML |
---|
<script type="text/javascript" >
jQuery(document).ajaxComplete(function() {
if(jQuery('.ia-fixed-sidebar.collapsed').length == 0 ) {
jQuery('.expand-collapse-trigger').click();
};
});
</script> |
HTML |
---|
<style type="text/css">
#title-text { display: none;}
.rwui_button { background-color: #0073A4;}
.rwui_button:hover { background-color: #002D72;}
</style>
|