Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0055528 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Openbravo ERP] 00. Application dictionary | minor | always | 2024-05-20 15:32 | 2024-05-20 18:44 | |||
Reporter | dbaz | View Status | public | |||||
Assigned To | dbaz | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | PR24Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | approved | |||||||
Review Assigned To | ||||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0055528: Backoffice skin should have font-size values defined as CSS variables | |||||||
Description | Backoffice skin should have font-size values defined as CSS variables When a font change is needed, updating a single variable rather than multiple CSS rules significantly reduces maintenance time and effort. Moreover, this practice facilitates the creation of customized skins, allowing designers to quickly adjust fonts to match different themes and ensure a cohesive visual experience. The translation between pt and px should be: 8pt: 11px 9pt: 12px The translation between em and px should be, as a starting point: 1em: 10px although it will be analyzed and tested case by case Variables to define: --obuiapp-type-xs-font-size: 9px; --obuiapp-type-s-font-size: 11px; --obuiapp-type-m-font-size: 12px; --obuiapp-type-l-font-size: 14px; --obuiapp-type-xl-font-size: 16px; For values not matching any value (e.g. 10px), it should be analyzed and tested case by case | |||||||
Steps To Reproduce | . | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0164825) hgbot (developer) 2024-05-20 15:35 |
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1249 [^] |
(0164866) hgbot (developer) 2024-05-20 18:44 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/openbravo [^] Changeset: c490f203f4b1f4aa05dd26e30f04f2e8d7cc8e17 Author: David Baz Fayos <david.baz@openbravo.com> Date: 20-05-2024 16:44:37 URL: https://gitlab.com/openbravo/product/openbravo/-/commit/c490f203f4b1f4aa05dd26e30f04f2e8d7cc8e17 [^] Fixed ISSUE-55528: Added font-size CSS variables to backoffice --- M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-application-menu-styles.css M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-application-styles.css M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-calendar-styles.css M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-dialog-styles.css M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-grid-styles.css M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-messagebar-styles.css M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-navigation-bar-styles.css M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-personalization-styles.css M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-popup-styles.css M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-statusbar-styles.css M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-toolbar-styles.css M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-tree-grid-styles.css M modules/org.openbravo.client.myob/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.myob/ob-myopenbravo-styles.css M modules/org.openbravo.client.myob/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.myob/ob-widget-styles.css M modules/org.openbravo.client.querylist/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.querylist/ob-querylist-styles.css M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.userinterface.selector/ob-selector-item-styles.css M modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Openbravo_ERP_250.css M modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/loginStyles.css --- |
(0164867) hgbot (developer) 2024-05-20 18:44 |
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1249 [^] |
![]() |
|||
Date Modified | Username | Field | Change |
2024-05-20 15:32 | dbaz | New Issue | |
2024-05-20 15:32 | dbaz | Assigned To | => dbaz |
2024-05-20 15:32 | dbaz | OBNetwork customer | => No |
2024-05-20 15:32 | dbaz | Modules | => Core |
2024-05-20 15:32 | dbaz | Triggers an Emergency Pack | => No |
2024-05-20 15:35 | hgbot | Merge Request Status | => open |
2024-05-20 15:35 | hgbot | Note Added: 0164825 | |
2024-05-20 18:43 | hgbot | Merge Request Status | open => approved |
2024-05-20 18:44 | hgbot | Resolution | open => fixed |
2024-05-20 18:44 | hgbot | Status | new => closed |
2024-05-20 18:44 | hgbot | Fixed in Version | => PR24Q3 |
2024-05-20 18:44 | hgbot | Note Added: 0164866 | |
2024-05-20 18:44 | hgbot | Note Added: 0164867 |
Copyright © 2000 - 2009 MantisBT Group |