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

[FIX] web: increase font size of boxed layout #30497

Closed

Conversation

rja-odoo
Copy link
Contributor

Description of the issue/feature this PR addresses:

Task link : https://www.odoo.com/web#id=1931768&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720
Pad: https://pad.odoo.com/p/r.018080c2da75dd8eebf194f4fc71c62a

Current behavior before PR:
The font size of the boxed layout is too small.

Desired behavior after PR is merged:
Increase the font size of the boxed layout.

@C3POdoo C3POdoo added the RD research & development, internal work label Jan 24, 2019
While printing the reports using boxed layout, the font-size is bit smaller
and the report does not look so good. This commit improves the boxed layout
by slightly increasing the font-size.

Task id: #1931768
@rja-odoo rja-odoo force-pushed the master-boxed-layout-font-size-rja branch from 7cd7802 to 6607b84 Compare January 25, 2019 08:49
@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Jan 25, 2019
@@ -1,7 +1,7 @@
.o_boxed_footer, .o_boxed_header, .o_report_layout_boxed {
font-family: 'Lato';
color: gray('700');
font-size: 12px;
font-size: 15px;
Copy link
Contributor

Choose a reason for hiding this comment

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

While we are at it, we should use points (pt) instead of pixels as we are defining font size for printing purpose. 15px should = 11pt

@tde-banana-odoo
Copy link
Contributor

@robodoo r+

robodoo pushed a commit that referenced this pull request Apr 25, 2019
While printing the reports using boxed layout, the font-size is bit smaller
and the report does not look so good. This commit improves the boxed layout
by slightly increasing the font-size.

Task id: #1931768

closes #30497

Signed-off-by: Thibault Delavallee (tde) <tde@openerp.com>
@robodoo
Copy link
Contributor

robodoo commented Apr 25, 2019

Merged, thanks!

@robodoo robodoo closed this Apr 25, 2019
@fw-bot fw-bot deleted the master-boxed-layout-font-size-rja branch October 20, 2019 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI 🤖 Robodoo has seen passing statuses RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants