Skip to content

Commit

Permalink
Update default date and print styles
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed May 16, 2024
1 parent f1426cb commit 54c0b6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/content-board/content-board.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public function __construct()
'content_board_custom_filters' => '',

'content_board_scheduled_date' => [
'number' => 1,
'number' => 2,
'period' => 'weeks'
],

Expand Down
4 changes: 2 additions & 2 deletions modules/content-board/lib/content-board-print.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ footer,
.pp-content-board-manage,
.pp-version-notice-bold-purple,
.board-title-content .co-filter,
.board-title-content .content-board-modal,
.content-board-modal,
.content-board-table-wrap .statuses-contents .status-content[data-counts="0"],
.content-board-table-wrap .board-content .content-item .post-action {
display: none;
display: none !important;
}

#pp-content-board-wrap .time-range form {
Expand Down

0 comments on commit 54c0b6a

Please sign in to comment.