diff --git a/customize.dist/ckeditor-contents.css b/customize.dist/ckeditor-contents.css index eb505b219..9e6869671 100644 --- a/customize.dist/ckeditor-contents.css +++ b/customize.dist/ckeditor-contents.css @@ -293,8 +293,3 @@ media-tag button.btn b { overflow: hidden; text-overflow: ellipsis; } -media-tag button.btn .fa { - display: inline; - margin-right: 5px; - flex: 0; -} diff --git a/customize.dist/fonts/cptools/README.md b/customize.dist/fonts/cptools/README.md deleted file mode 100644 index da8fc4816..000000000 --- a/customize.dist/fonts/cptools/README.md +++ /dev/null @@ -1,9 +0,0 @@ - - -The "cptools" font is using the [palette-solid icon](https://fontawesome.com/icons/palette?style=solid) from the "Font Awesome 5 Free" icon set. - -This icon is licensed under the [Creative Commons Attribution 4.0 International license](https://fontawesome.com/license/free). diff --git a/customize.dist/fonts/cptools/fonts/cptools.eot b/customize.dist/fonts/cptools/fonts/cptools.eot deleted file mode 100644 index e5815fae8..000000000 Binary files a/customize.dist/fonts/cptools/fonts/cptools.eot and /dev/null differ diff --git a/customize.dist/fonts/cptools/fonts/cptools.eot.license b/customize.dist/fonts/cptools/fonts/cptools.eot.license deleted file mode 100644 index ff0da3695..000000000 --- a/customize.dist/fonts/cptools/fonts/cptools.eot.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2023 XWiki CryptPad Team and contributors - -SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/customize.dist/fonts/cptools/fonts/cptools.svg b/customize.dist/fonts/cptools/fonts/cptools.svg deleted file mode 100644 index f2210b885..000000000 --- a/customize.dist/fonts/cptools/fonts/cptools.svg +++ /dev/null @@ -1,44 +0,0 @@ - - - -Generated by IcoMoon - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/customize.dist/fonts/cptools/fonts/cptools.svg.license b/customize.dist/fonts/cptools/fonts/cptools.svg.license deleted file mode 100644 index ff0da3695..000000000 --- a/customize.dist/fonts/cptools/fonts/cptools.svg.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2023 XWiki CryptPad Team and contributors - -SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/customize.dist/fonts/cptools/fonts/cptools.ttf b/customize.dist/fonts/cptools/fonts/cptools.ttf deleted file mode 100644 index 4340b73b6..000000000 Binary files a/customize.dist/fonts/cptools/fonts/cptools.ttf and /dev/null differ diff --git a/customize.dist/fonts/cptools/fonts/cptools.ttf.license b/customize.dist/fonts/cptools/fonts/cptools.ttf.license deleted file mode 100644 index ff0da3695..000000000 --- a/customize.dist/fonts/cptools/fonts/cptools.ttf.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2023 XWiki CryptPad Team and contributors - -SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/customize.dist/fonts/cptools/fonts/cptools.woff b/customize.dist/fonts/cptools/fonts/cptools.woff deleted file mode 100644 index ae3689479..000000000 Binary files a/customize.dist/fonts/cptools/fonts/cptools.woff and /dev/null differ diff --git a/customize.dist/fonts/cptools/fonts/cptools.woff.license b/customize.dist/fonts/cptools/fonts/cptools.woff.license deleted file mode 100644 index ff0da3695..000000000 --- a/customize.dist/fonts/cptools/fonts/cptools.woff.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2023 XWiki CryptPad Team and contributors - -SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/customize.dist/fonts/cptools/style.css b/customize.dist/fonts/cptools/style.css deleted file mode 100644 index 24089c4b1..000000000 --- a/customize.dist/fonts/cptools/style.css +++ /dev/null @@ -1,136 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2023 XWiki CryptPad Team and contributors - * - * SPDX-License-Identifier: AGPL-3.0-or-later - */ - -@font-face { - font-family: 'cptools'; - src: url('fonts/cptools.eot?nobkj'); - src: url('fonts/cptools.eot?nobkj#iefix') format('embedded-opentype'), - url('fonts/cptools.ttf?nobkj') format('truetype'), - url('fonts/cptools.woff?nobkj') format('woff'), - url('fonts/cptools.svg?nobkj#cptools') format('svg'); - font-weight: normal; - font-style: normal; - font-display: block; -} - -.cptools { - /* use !important to prevent issues with browser extensions that change fonts */ - font-family: 'cptools' !important; - display: inline-block; - speak: never; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.cptools-diagram:before { - content: "\e921"; -} -.cptools-drive:before { - content: "\e920"; -} -.cptools-form-conditional:before { - content: "\e900"; -} -.cptools-form-poll:before { - content: "\e910"; -} -.cptools-form-poll-maybe:before { - content: "\e91e"; -} -.cptools-form-list-check:before { - content: "\e916"; -} -.cptools-form-grid-check:before { - content: "\e917"; -} -.cptools-form-grid-radio:before { - content: "\e918"; -} -.cptools-form-list-radio:before { - content: "\e919"; -} -.cptools-form-page-break:before { - content: "\e91a"; -} -.cptools-form-paragraph:before { - content: "\e91b"; -} -.cptools-form-text:before { - content: "\e91c"; -} -.cptools-form-list-ordered:before { - content: "\e91d"; -} -.cptools-folder-no-color:before { - content: "\e901"; -} -.cptools-whiteboard:before { - content: "\e902"; -} -.cptools-new-template:before { - content: "\e903"; -} -.cptools-shared-folder:before { - content: "\e904"; -} -.cptools-file-upload:before { - content: "\e905"; -} -.cptools-template:before { - content: "\e906"; -} -.cptools-poll:before { - content: "\e907"; -} -.cptools-slide:before { - content: "\e908"; -} -.cptools-sheet:before { - content: "\e909"; -} -.cptools-folder-open:before { - content: "\e90a"; -} -.cptools-kanban:before { - content: "\e90b"; -} -.cptools-folder:before { - content: "\e90c"; -} -.cptools-shared-folder-open:before { - content: "\e90d"; -} -.cptools-code:before { - content: "\e90e"; -} -.cptools-richtext:before { - content: "\e90f"; -} -.cptools-file:before { - content: "\e911"; -} -.cptools-palette:before { - content: "\e912"; -} -.cptools-folder-upload:before { - content: "\e913"; -} -.cptools-add-bottom:before { - content: "\e914"; -} -.cptools-add-top:before { - content: "\e915"; -} -.cptools-destroy:before { - content: "\e91f"; -} diff --git a/customize.dist/loading.js b/customize.dist/loading.js index 394fb5128..a62ea71d3 100644 --- a/customize.dist/loading.js +++ b/customize.dist/loading.js @@ -19,7 +19,7 @@ define([ '', '
', '
', - '', + '', '
', '