-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update ckeditor build artifacts
This commit autogenerated with "./ck.sh".
- Loading branch information
Julien Castelain
committed
Sep 21, 2020
1 parent
6a88791
commit c394f83
Showing
179 changed files
with
1,925 additions
and
1,124 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
SCAYT plugin for CKEditor 4 Changelog | ||
==================== | ||
|
||
The full changelog of the SCAYT plugin for CKEditor 4 can be found on our website under the [release notes](https://webspellchecker.com/release-notes/) section. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Software License Agreement | ||
========================== | ||
|
||
**CKEditor SCAYT Plugin** | ||
Copyright © 2012, [CKSource](http://cksource.com) - Frederico Knabben. All rights reserved. | ||
|
||
Licensed under the terms of any of the following licenses at your choice: | ||
|
||
* GNU General Public License Version 2 or later (the "GPL"): | ||
http://www.gnu.org/licenses/gpl.html | ||
|
||
* GNU Lesser General Public License Version 2.1 or later (the "LGPL"): | ||
http://www.gnu.org/licenses/lgpl.html | ||
|
||
* Mozilla Public License Version 1.1 or later (the "MPL"): | ||
http://www.mozilla.org/MPL/MPL-1.1.html | ||
|
||
You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice. | ||
|
||
Sources of Intellectual Property Included in this plugin | ||
-------------------------------------------------------- | ||
|
||
Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission. | ||
|
||
Trademarks | ||
---------- | ||
|
||
CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
div.cke_dialog_ui_scaytItemList { | ||
border: 1px solid #c9cccf; | ||
} | ||
|
||
.cke_scaytItemList-child { | ||
position: relative; | ||
padding: 6px 30px 6px 5px; | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
white-space: nowrap; | ||
} | ||
|
||
.cke_scaytItemList-child:hover { | ||
background: #ebebeb; | ||
} | ||
|
||
.cke_scaytItemList-child .cke_scaytItemList_remove { | ||
position: absolute; | ||
top: 0; | ||
right: 5px; | ||
width: 26px; | ||
height: 26px; | ||
} |
Oops, something went wrong.