Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force th of tr.month to be centered. #10

Merged
merged 1 commit into from
Jun 12, 2018

Conversation

idgserpro
Copy link
Member

@idgserpro idgserpro commented Jun 12, 2018

This is being done because of bootstrap.

An example is collective.upload, that it's using bootstrap: in https://github.com/collective/collective.upload/blob/45278693169d568da9205863ec6e03cd977884f5/webpack/app/upload.less#L6 -> https://github.com/distros/bootstrap-less/blob/f07af08fe8bdafb334df3d86e5e6790b842d4cbf/bootstrap/tables.less#L15 you can see that

th {
  text-align: left;
}

Is defined and will have impact in all layouts like here in collective.portlet.calendar if you have collective.upload installed.

This was motivated (in portuguese) in plonegovbr/brasil.gov.agenda#82 (comment).

Copy link
Member

@hvelarde hvelarde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're missing a changelog entry; also, I prefer someone else approving this.

This is being done because of bootstrap.

An example is collective.upload, that it's using bootstrap: in https://github.com/collective/collective.upload/blob/45278693169d568da9205863ec6e03cd977884f5/webpack/app/upload.less#L6 -> https://github.com/distros/bootstrap-less/blob/f07af08fe8bdafb334df3d86e5e6790b842d4cbf/bootstrap/tables.less#L15 you can see that

th {
  text-align: left;
}

Is defined and will have impact in all layouts like here in collective.portlet.calendar if you have collective.upload installed.

This was motivated (in portuguese) in plonegovbr/brasil.gov.agenda#82 (comment).
@idgserpro idgserpro force-pushed the idgserpro-patch-1-bootstrap-risk branch from 99ec207 to bad3872 Compare June 12, 2018 17:23
@idgserpro
Copy link
Member Author

you're missing a changelog entry;

Done.

also, I prefer someone else approving this.

Who would you suggest? @keul are you still active in this project?

@hvelarde
Copy link
Member

never mind, I think this is our own dog's food.

@hvelarde hvelarde merged commit 5124c81 into master Jun 12, 2018
@hvelarde hvelarde deleted the idgserpro-patch-1-bootstrap-risk branch June 12, 2018 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants