Skip to content

Commit

Permalink
Updated to 2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Navneet Kumar committed Apr 8, 2019
1 parent d63f73c commit 65361f1
Show file tree
Hide file tree
Showing 131 changed files with 189 additions and 190 deletions.
4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/froala_editor.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down Expand Up @@ -200,7 +200,7 @@ iframe.fr-iframe {
min-width: 21cm;
}
.fr-box.fr-document .fr-wrapper {
text-align: center;
text-align: left;
padding: 30px;
min-width: 21cm;
background: #EFEFEF;
Expand Down
4 changes: 2 additions & 2 deletions froala_editor/static/froala_editor/css/froala_editor.min.css

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions froala_editor/static/froala_editor/css/froala_editor.pkgd.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down Expand Up @@ -200,7 +200,7 @@ iframe.fr-iframe {
min-width: 21cm;
}
.fr-box.fr-document .fr-wrapper {
text-align: center;
text-align: left;
padding: 30px;
min-width: 21cm;
background: #EFEFEF;
Expand Down Expand Up @@ -1423,6 +1423,7 @@ textarea.fr-code {
}
.fr-box.fr-code-view textarea.fr-code {
display: block;
overflow-y: hidden;
}
.fr-box.fr-code-view.fr-inline {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
Expand Down Expand Up @@ -1876,6 +1877,13 @@ body.fr-fullscreen {
.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
bottom: 0 !important;
}
.fr-fullscreen-wrapper {
z-index: 2147483640!important;
width: 100%!important;
margin: 0!important;
padding: 0!important;
overflow: visible!important;
}

.clearfix::after {
clear: both;
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion froala_editor/static/froala_editor/css/froala_style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion froala_editor/static/froala_editor/css/plugins/code_view.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down Expand Up @@ -46,6 +46,7 @@ textarea.fr-code {
}
.fr-box.fr-code-view textarea.fr-code {
display: block;
overflow-y: hidden;
}
.fr-box.fr-code-view.fr-inline {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion froala_editor/static/froala_editor/css/plugins/colors.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion froala_editor/static/froala_editor/css/plugins/file.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand All @@ -26,3 +26,10 @@ body.fr-fullscreen {
.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
bottom: 0 !important;
}
.fr-fullscreen-wrapper {
z-index: 2147483640!important;
width: 100%!important;
margin: 0!important;
padding: 0!important;
overflow: visible!important;
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/

body.fr-fullscreen{overflow:hidden;height:100%;width:100%;position:fixed}.fr-box.fr-fullscreen{margin:0!important;position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483630!important;width:auto!important}.fr-box.fr-fullscreen .fr-toolbar.fr-top{top:0!important}.fr-box.fr-fullscreen .fr-toolbar.fr-bottom{bottom:0!important}
body.fr-fullscreen{overflow:hidden;height:100%;width:100%;position:fixed}.fr-box.fr-fullscreen{margin:0!important;position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483630!important;width:auto!important}.fr-box.fr-fullscreen .fr-toolbar.fr-top{top:0!important}.fr-box.fr-fullscreen .fr-toolbar.fr-bottom{bottom:0!important}.fr-fullscreen-wrapper{z-index:2147483640!important;width:100%!important;margin:0!important;padding:0!important;overflow:visible!important}
2 changes: 1 addition & 1 deletion froala_editor/static/froala_editor/css/plugins/help.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion froala_editor/static/froala_editor/css/plugins/image.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion froala_editor/static/froala_editor/css/plugins/table.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion froala_editor/static/froala_editor/css/plugins/video.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion froala_editor/static/froala_editor/css/themes/dark.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion froala_editor/static/froala_editor/css/themes/dark.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion froala_editor/static/froala_editor/css/themes/gray.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion froala_editor/static/froala_editor/css/themes/gray.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion froala_editor/static/froala_editor/css/themes/red.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down
2 changes: 1 addition & 1 deletion froala_editor/static/froala_editor/css/themes/red.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion froala_editor/static/froala_editor/css/themes/royal.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down Expand Up @@ -50,6 +50,7 @@
}
.fr-box .fr-embedly-resizer {
position: absolute;
z-index: 2;
border: solid 1px #1e88e5;
display: none;
user-select: none;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* froala_editor v2.9.3 (https://www.froala.com/wysiwyg-editor)
* froala_editor v2.9.4 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
Expand Down
Loading

0 comments on commit 65361f1

Please sign in to comment.