From e144387aa777b3cbeac8b4d48ccd83d8a8b0764e Mon Sep 17 00:00:00 2001 From: Lieu Le Date: Wed, 25 Sep 2019 17:42:02 +0700 Subject: [PATCH] update --- assets/opalestate.css | 14 ++++++++++++++ assets/scss/opalestate/_dashboard.scss | 19 ++++++++++++++++++- templates/user/content-property.php | 7 ++++--- 3 files changed, 36 insertions(+), 4 deletions(-) diff --git a/assets/opalestate.css b/assets/opalestate.css index 969d4f44..70c58dfd 100755 --- a/assets/opalestate.css +++ b/assets/opalestate.css @@ -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; } diff --git a/assets/scss/opalestate/_dashboard.scss b/assets/scss/opalestate/_dashboard.scss index bd8f79bd..fb40448d 100755 --- a/assets/scss/opalestate/_dashboard.scss +++ b/assets/scss/opalestate/_dashboard.scss @@ -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; + } + } } \ No newline at end of file diff --git a/templates/user/content-property.php b/templates/user/content-property.php index 16d90f6d..66913d93 100755 --- a/templates/user/content-property.php +++ b/templates/user/content-property.php @@ -21,11 +21,12 @@ $meta = $property->get_meta_shortinfo(); +
+ +
+ -
- -