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:
Daniel Canedo
2017-08-01 16:16:49 +00:00
committed by Julio Cesar Laura Avendaño
3 changed files with 15 additions and 0 deletions

View File

@@ -5,6 +5,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
{header}
<style>
.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td {
box-sizing: border-box;
}
</style>
</head>
<body {dirBody}>
{bodyTemplate}

View File

@@ -5,6 +5,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
{header}
<style>
.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td {
box-sizing: border-box;
}
</style>
</head>
<body {dirBody}>
{bodyTemplate}

View File

@@ -5,6 +5,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
{header}
<style>
.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td {
box-sizing: border-box;
}
</style>
</head>
<body {dirBody}>
{bodyTemplate}