Merged in bugfix/FBI-1976 (pull request #5830)
FBI-1976: Apply workaround for ExtJS grids Approved-by: Rodrigo Quelca <rockoinfo@yahoo.com> Approved-by: Paula Quispe <paula.quispe@processmaker.com> Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -5,6 +5,11 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
|
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
|
||||||
{header}
|
{header}
|
||||||
|
<style>
|
||||||
|
.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body {dirBody}>
|
<body {dirBody}>
|
||||||
{bodyTemplate}
|
{bodyTemplate}
|
||||||
|
|||||||
@@ -5,6 +5,11 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
|
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
|
||||||
{header}
|
{header}
|
||||||
|
<style>
|
||||||
|
.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body {dirBody}>
|
<body {dirBody}>
|
||||||
{bodyTemplate}
|
{bodyTemplate}
|
||||||
|
|||||||
@@ -5,6 +5,11 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
|
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
|
||||||
{header}
|
{header}
|
||||||
|
<style>
|
||||||
|
.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body {dirBody}>
|
<body {dirBody}>
|
||||||
{bodyTemplate}
|
{bodyTemplate}
|
||||||
|
|||||||
Reference in New Issue
Block a user