Skip to content

Commit

Permalink
[UPD] Capitalize review_state in folder_contents
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopezsmx committed Jan 16, 2024
1 parent 3b15e57 commit c839ab4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
4 changes: 4 additions & 0 deletions src/genweb6/theme/theme/scss/views/_folder_contents.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ body.template-folder_contents {
.plone-item-exclude-from-nav {
margin-left: 0.5rem;
}

.review_state {
text-transform: capitalize;
}
}

#content-core {
Expand Down
9 changes: 7 additions & 2 deletions src/genweb6/theme/theme/stylesheets/theme-concat.css
Original file line number Diff line number Diff line change
Expand Up @@ -32111,12 +32111,17 @@ div.existing-content.template-folder_contents .table-striped > tbody > tr .plone
body.template-folder_contents .table-striped > tbody > tr .plone-item-exclude-from-nav {
margin-left: 0.5rem;
}
/* line 23, ../scss/views/_folder_contents.scss */
/* line 22, ../scss/views/_folder_contents.scss */
div.existing-content.template-folder_contents .table-striped > tbody > tr .review_state,
body.template-folder_contents .table-striped > tbody > tr .review_state {
text-transform: capitalize;
}
/* line 27, ../scss/views/_folder_contents.scss */
div.existing-content.template-folder_contents #content-core,
body.template-folder_contents #content-core {
margin-top: 2rem;
}
/* line 27, ../scss/views/_folder_contents.scss */
/* line 31, ../scss/views/_folder_contents.scss */
div.existing-content.template-folder_contents #portal-breadcrumbs,
div.existing-content.template-folder_contents #content > header,
body.template-folder_contents #portal-breadcrumbs,
Expand Down
9 changes: 7 additions & 2 deletions src/genweb6/theme/theme/stylesheets/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -14246,12 +14246,17 @@ div.existing-content.template-folder_contents .table-striped > tbody > tr .plone
body.template-folder_contents .table-striped > tbody > tr .plone-item-exclude-from-nav {
margin-left: 0.5rem;
}
/* line 23, ../scss/views/_folder_contents.scss */
/* line 22, ../scss/views/_folder_contents.scss */
div.existing-content.template-folder_contents .table-striped > tbody > tr .review_state,
body.template-folder_contents .table-striped > tbody > tr .review_state {
text-transform: capitalize;
}
/* line 27, ../scss/views/_folder_contents.scss */
div.existing-content.template-folder_contents #content-core,
body.template-folder_contents #content-core {
margin-top: 2rem;
}
/* line 27, ../scss/views/_folder_contents.scss */
/* line 31, ../scss/views/_folder_contents.scss */
div.existing-content.template-folder_contents #portal-breadcrumbs,
div.existing-content.template-folder_contents #content > header,
body.template-folder_contents #portal-breadcrumbs,
Expand Down
2 changes: 1 addition & 1 deletion src/genweb6/theme/theme/stylesheets/theme.min.css

Large diffs are not rendered by default.

0 comments on commit c839ab4

Please sign in to comment.