update
This commit is contained in:
parent
b2773abec6
commit
e144387aa7
@ -3976,3 +3976,17 @@ header#masthead {
|
||||
|
||||
.my-property-list .entry-content {
|
||||
width: 100%; }
|
||||
|
||||
.my-property-list .property-group-status + .property-meta-bottom {
|
||||
top: 40px; }
|
||||
|
||||
.my-property-list .button-actions a {
|
||||
margin-left: 5px;
|
||||
padding: 5px 14px; }
|
||||
|
||||
.my-property-list .my-properties-bottom {
|
||||
display: block; }
|
||||
.my-property-list .my-properties-bottom span {
|
||||
background: #2f73e9;
|
||||
position: absolute;
|
||||
top: 0; }
|
||||
|
@ -435,5 +435,22 @@
|
||||
}
|
||||
}
|
||||
|
||||
.dashboard {
|
||||
.my-property-list {
|
||||
.property-group-status + .property-meta-bottom {
|
||||
top:40px;
|
||||
}
|
||||
.button-actions {
|
||||
a {
|
||||
margin-left: 5px;
|
||||
padding: 5px 14px;
|
||||
}
|
||||
}
|
||||
.my-properties-bottom {
|
||||
display: block;
|
||||
span {
|
||||
background: $primary;
|
||||
position: absolute;
|
||||
top:0;
|
||||
}
|
||||
}
|
||||
}
|
@ -21,11 +21,12 @@ $meta = $property->get_meta_shortinfo();
|
||||
<?php opalestate_property_status(); ?>
|
||||
</div>
|
||||
|
||||
<?php opalestate_get_loop_thumbnail( opalestate_get_option( 'loop_image_size', 'large' ) ); ?>
|
||||
|
||||
<div class="property-meta-bottom">
|
||||
<?php echo do_shortcode( '[opalestate_favorite_button property_id=' . get_the_ID() . ']' ); ?>
|
||||
</div>
|
||||
|
||||
<?php opalestate_get_loop_thumbnail( opalestate_get_option( 'loop_image_size', 'large' ) ); ?>
|
||||
|
||||
</header>
|
||||
<div class="abs-col-item">
|
||||
<div class="entry-content">
|
||||
|
Loading…
Reference in New Issue
Block a user