Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/phong_modify_VDRE'
Browse files Browse the repository at this point in the history
  • Loading branch information
tuansu2021998 committed May 11, 2020
2 parents 93ed94d + 24a8327 commit 163c385
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 85 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/homepage.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</div>
</div>
</div>
<div class="col-3 collapse" id="news-bar">
<div class="col-3 collapse show" id="news-bar">
<div class="h-100 d-flex flex-column">
<div class="row flex-grow-1" style="background-color: aliceblue;">
<h:form id="form-news" prependId="false" onsubmit="return false;" styleClass="h-100">
Expand Down
9 changes: 5 additions & 4 deletions src/main/webapp/resources/css/viewrealestatedetail.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@
/*Phong comment remove status*/
/* margin-top: -14px;*/
}
.element-list-house{
padding-right: 25px;
padding-left: 25px;

.element-list-house ,.element-list-land {
margin-top: 10px;
}
.element-list ,.element-list-house-name ,.element-list-land{

.element-list ,.element-list-house ,.element-list-land{
padding-right: 15px;
padding-left: 15px;
}
Expand Down
3 changes: 2 additions & 1 deletion src/main/webapp/resources/js/viewrealestatedetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ function initMap() {
mapTypeId: 'roadmap',
clickableIcons: false,
disableDoubleClickZoom: true,
fullscreenControl: false
fullscreenControl: false,
disableDefaultUI: true
});

var marker = new google.maps.Marker({position: myLatLng, map: map});
Expand Down
Loading

0 comments on commit 163c385

Please sign in to comment.