From aba737ab48260b0d017f7ae5b0873cb4cc3b78e8 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 23 Jul 2024 16:06:09 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B07552=20-=20CKEditor:=20Cleanup=20in=20po?= =?UTF-8?q?rtal.scss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../portal/public/css/portal.scss | 28 ------------------- 1 file changed, 28 deletions(-) diff --git a/datamodels/2.x/itop-portal-base/portal/public/css/portal.scss b/datamodels/2.x/itop-portal-base/portal/public/css/portal.scss index bb5553146..4bc2c174b 100644 --- a/datamodels/2.x/itop-portal-base/portal/public/css/portal.scss +++ b/datamodels/2.x/itop-portal-base/portal/public/css/portal.scss @@ -1752,34 +1752,6 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{ border-radius: $border-radius-base; box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); } -///* CKEditor: Fullscreen */ -//.ck { -// &.cke-maximized { -// position: fixed !important; /* !important to overload the inline style */ -// z-index: 1060; /* Above modals z-index (1050), see bootstrap theme */ -// top: 0; -// left: 0; -// width: 100% !important; /* !important to overload the inline style */ -// height: 100% !important; /* !important to overload the inline style */ -// display: flex; -// flex-direction: column; -// justify-content: flex-start; -// -// /* Force text content to take all space available (and scroll when content overflows) */ -// .ck-editor__main { -// flex-grow: 1; -// overflow-y: auto; -// -// .ck-content { -// height: 100%; /* To force content to occupy whole height, otherwise it fits its content */ -// } -// } -// } -//} -///* - Avoid page scrollbar on fullscreen */ -//body.cke-maximized { -// overflow: hidden; -//} /* DataTables : Selection inputs */ .dataTable.table th span.row_input,