Skip to content

Commit eacc653

Browse files
committed
Merge branch 'develop' into filip/v15/changelog
2 parents a6b0143 + 7db8dd3 commit eacc653

20 files changed

Lines changed: 6349 additions & 3822 deletions

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Bugs we fixed:
44

55
* Don't redirect user to Progress Planner dashboard if 'redirect_to' GET or POST parameter is set.
66
* Removed the Onboard tour steps for the Settings popover which was removed in 1.3.0.
7+
* Fixed detecting creation of new valuable content posts.
8+
* Don't award point for all Todo tasks, only for golden.
79

810
= 1.4.2 =
911

assets/css/admin.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ button.prpl-info-icon {
362362
.prpl-wrap input[type="tel"],
363363
.prpl-wrap input[type="search"] {
364364
height: 40px;
365-
box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.25);
365+
box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.05);
366366
}
367367

368368
/*------------------------------------*\
@@ -472,3 +472,12 @@ button.prpl-info-icon {
472472
height: 1em;
473473
}
474474
}
475+
476+
/*------------------------------------*\
477+
Layout for columns.
478+
\*------------------------------------*/
479+
.prpl-columns-wrapper {
480+
display: grid;
481+
grid-template-columns: repeat(2, 1fr);
482+
gap: var(--prpl-padding);
483+
}

0 commit comments

Comments
 (0)