A new userstyle
Avaya - CMSWeb - 365TI by lucasvitor1994
Details
Authorlucasvitor1994
LicenseNo License
Category365ti.com.br
Created
Updated
Size920 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name cms.nuvem365ti.com.br/CMSWeb/ - nov. de 2023
@namespace Lucas v izidorio
@version 1.0.1
@description style para aumentar o tamanho das fontes do relatorio no cms
@author lucas v izidorio
==/UserStyle== */
@-moz-document url-prefix("https://cms.nuvem365ti.com.br:10180/CMSWeb/#/reportViewer?acd=1&path=%2Fcms%2Fcow%2Freports%2Fweb_designer%2F1036&Input=") {
.ag-header-group-cell-label,
.ag-header-cell-label {
font-size: 20px;
}
.ag-cell {
display: inline-block;
position: absolute;
white-space: nowrap;
height: 40px;
}
.ag-center-cols-clipper {
font-size: 90px;
}
.ag-theme-plain .ag-cell,
.ag-theme-plain .ag-full-width-row .ag-cell-wrapper.ag-row-group {
line-height: min(var(--ag-line-height, 200px), 200px);
}
.ag-cell {
height: 400px;
}
}