wysiwyg-rails 2.5.0 → 2.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/froala_editor.min.js +7 -7
  3. data/app/assets/javascripts/froala_editor.pkgd.min.js +21 -0
  4. data/app/assets/javascripts/languages/ar.js +1 -1
  5. data/app/assets/javascripts/languages/bs.js +1 -1
  6. data/app/assets/javascripts/languages/cs.js +1 -1
  7. data/app/assets/javascripts/languages/da.js +1 -1
  8. data/app/assets/javascripts/languages/de.js +1 -1
  9. data/app/assets/javascripts/languages/en_ca.js +1 -1
  10. data/app/assets/javascripts/languages/en_gb.js +1 -1
  11. data/app/assets/javascripts/languages/es.js +1 -1
  12. data/app/assets/javascripts/languages/et.js +1 -1
  13. data/app/assets/javascripts/languages/fa.js +1 -1
  14. data/app/assets/javascripts/languages/fi.js +1 -1
  15. data/app/assets/javascripts/languages/fr.js +1 -1
  16. data/app/assets/javascripts/languages/he.js +1 -1
  17. data/app/assets/javascripts/languages/hr.js +1 -1
  18. data/app/assets/javascripts/languages/hu.js +1 -1
  19. data/app/assets/javascripts/languages/id.js +1 -1
  20. data/app/assets/javascripts/languages/it.js +1 -1
  21. data/app/assets/javascripts/languages/ja.js +1 -1
  22. data/app/assets/javascripts/languages/ko.js +1 -1
  23. data/app/assets/javascripts/languages/me.js +1 -1
  24. data/app/assets/javascripts/languages/nb.js +1 -1
  25. data/app/assets/javascripts/languages/nl.js +1 -1
  26. data/app/assets/javascripts/languages/pl.js +1 -1
  27. data/app/assets/javascripts/languages/pt_br.js +1 -1
  28. data/app/assets/javascripts/languages/pt_pt.js +1 -1
  29. data/app/assets/javascripts/languages/ro.js +1 -1
  30. data/app/assets/javascripts/languages/ru.js +1 -1
  31. data/app/assets/javascripts/languages/sk.js +1 -1
  32. data/app/assets/javascripts/languages/sr.js +1 -1
  33. data/app/assets/javascripts/languages/sv.js +1 -1
  34. data/app/assets/javascripts/languages/th.js +1 -1
  35. data/app/assets/javascripts/languages/tr.js +1 -1
  36. data/app/assets/javascripts/languages/ua.js +1 -1
  37. data/app/assets/javascripts/languages/vi.js +1 -1
  38. data/app/assets/javascripts/languages/zh_cn.js +1 -1
  39. data/app/assets/javascripts/languages/zh_tw.js +1 -1
  40. data/app/assets/javascripts/plugins/align.min.js +1 -1
  41. data/app/assets/javascripts/plugins/char_counter.min.js +1 -1
  42. data/app/assets/javascripts/plugins/code_beautifier.min.js +1 -1
  43. data/app/assets/javascripts/plugins/code_view.min.js +1 -1
  44. data/app/assets/javascripts/plugins/colors.min.js +1 -1
  45. data/app/assets/javascripts/plugins/draggable.min.js +1 -1
  46. data/app/assets/javascripts/plugins/emoticons.min.js +1 -1
  47. data/app/assets/javascripts/plugins/entities.min.js +1 -1
  48. data/app/assets/javascripts/plugins/file.min.js +2 -2
  49. data/app/assets/javascripts/plugins/font_family.min.js +1 -1
  50. data/app/assets/javascripts/plugins/font_size.min.js +1 -1
  51. data/app/assets/javascripts/plugins/forms.min.js +2 -2
  52. data/app/assets/javascripts/plugins/fullscreen.min.js +1 -1
  53. data/app/assets/javascripts/plugins/help.min.js +1 -1
  54. data/app/assets/javascripts/plugins/image.min.js +3 -3
  55. data/app/assets/javascripts/plugins/image_manager.min.js +1 -1
  56. data/app/assets/javascripts/plugins/inline_style.min.js +1 -1
  57. data/app/assets/javascripts/plugins/line_breaker.min.js +1 -1
  58. data/app/assets/javascripts/plugins/link.min.js +1 -1
  59. data/app/assets/javascripts/plugins/lists.min.js +1 -1
  60. data/app/assets/javascripts/plugins/paragraph_format.min.js +1 -1
  61. data/app/assets/javascripts/plugins/paragraph_style.min.js +1 -1
  62. data/app/assets/javascripts/plugins/print.min.js +1 -1
  63. data/app/assets/javascripts/plugins/quick_insert.min.js +1 -1
  64. data/app/assets/javascripts/plugins/quote.min.js +1 -1
  65. data/app/assets/javascripts/plugins/save.min.js +1 -1
  66. data/app/assets/javascripts/plugins/special_characters.min.js +1 -1
  67. data/app/assets/javascripts/plugins/table.min.js +1 -1
  68. data/app/assets/javascripts/plugins/url.min.js +2 -2
  69. data/app/assets/javascripts/plugins/video.min.js +3 -3
  70. data/app/assets/javascripts/plugins/word_paste.min.js +2 -2
  71. data/app/assets/stylesheets/froala_editor.css +1190 -0
  72. data/app/assets/stylesheets/froala_editor.min.css +2 -2
  73. data/app/assets/stylesheets/froala_editor.pkgd.css +2767 -0
  74. data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -0
  75. data/app/assets/stylesheets/froala_style.css +300 -0
  76. data/app/assets/stylesheets/froala_style.min.css +1 -1
  77. data/app/assets/stylesheets/plugins/char_counter.css +57 -0
  78. data/app/assets/stylesheets/plugins/char_counter.min.css +1 -1
  79. data/app/assets/stylesheets/plugins/code_view.css +112 -0
  80. data/app/assets/stylesheets/plugins/code_view.min.css +1 -1
  81. data/app/assets/stylesheets/plugins/colors.css +124 -0
  82. data/app/assets/stylesheets/plugins/colors.min.css +1 -1
  83. data/app/assets/stylesheets/plugins/draggable.css +43 -0
  84. data/app/assets/stylesheets/plugins/draggable.min.css +1 -1
  85. data/app/assets/stylesheets/plugins/emoticons.css +42 -0
  86. data/app/assets/stylesheets/plugins/emoticons.min.css +1 -1
  87. data/app/assets/stylesheets/plugins/file.css +146 -0
  88. data/app/assets/stylesheets/plugins/file.min.css +1 -1
  89. data/app/assets/stylesheets/plugins/fullscreen.css +28 -0
  90. data/app/assets/stylesheets/plugins/fullscreen.min.css +1 -1
  91. data/app/assets/stylesheets/plugins/help.css +52 -0
  92. data/app/assets/stylesheets/plugins/help.min.css +1 -1
  93. data/app/assets/stylesheets/plugins/image.css +244 -0
  94. data/app/assets/stylesheets/plugins/image.min.css +1 -1
  95. data/app/assets/stylesheets/plugins/image_manager.css +264 -0
  96. data/app/assets/stylesheets/plugins/image_manager.min.css +1 -1
  97. data/app/assets/stylesheets/plugins/line_breaker.css +37 -0
  98. data/app/assets/stylesheets/plugins/line_breaker.min.css +1 -1
  99. data/app/assets/stylesheets/plugins/quick_insert.css +70 -0
  100. data/app/assets/stylesheets/plugins/quick_insert.min.css +1 -1
  101. data/app/assets/stylesheets/plugins/special_characters.css +51 -0
  102. data/app/assets/stylesheets/plugins/special_characters.min.css +1 -1
  103. data/app/assets/stylesheets/plugins/table.css +151 -0
  104. data/app/assets/stylesheets/plugins/table.min.css +1 -1
  105. data/app/assets/stylesheets/plugins/video.css +231 -0
  106. data/app/assets/stylesheets/plugins/video.min.css +1 -1
  107. data/app/assets/stylesheets/themes/dark.css +1161 -0
  108. data/app/assets/stylesheets/themes/dark.min.css +1 -1
  109. data/app/assets/stylesheets/themes/gray.css +1161 -0
  110. data/app/assets/stylesheets/themes/gray.min.css +1 -1
  111. data/app/assets/stylesheets/themes/red.css +1161 -0
  112. data/app/assets/stylesheets/themes/red.min.css +1 -1
  113. data/app/assets/stylesheets/themes/royal.css +1161 -0
  114. data/app/assets/stylesheets/themes/royal.min.css +1 -1
  115. data/lib/wysiwyg-rails/version.rb +1 -1
  116. metadata +26 -3
  117. data/app/assets/javascripts/languages/uk.js +0 -216
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.5.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.5.1 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2017 Froala Labs
5
5
  */
@@ -0,0 +1,124 @@
1
+ /*!
2
+ * froala_editor v2.5.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
6
+
7
+ .clearfix::after {
8
+ clear: both;
9
+ display: block;
10
+ content: "";
11
+ height: 0;
12
+ }
13
+ .hide-by-clipping {
14
+ position: absolute;
15
+ width: 1px;
16
+ height: 1px;
17
+ padding: 0;
18
+ margin: -1px;
19
+ overflow: hidden;
20
+ clip: rect(0, 0, 0, 0);
21
+ border: 0;
22
+ }
23
+ .fr-popup .fr-colors-tabs {
24
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
25
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
26
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
27
+ margin-bottom: 5px;
28
+ line-height: 16px;
29
+ margin-left: -2px;
30
+ margin-right: -2px;
31
+ }
32
+ .fr-popup .fr-colors-tabs .fr-colors-tab {
33
+ display: inline-block;
34
+ width: 50%;
35
+ cursor: pointer;
36
+ text-align: center;
37
+ color: #222222;
38
+ font-size: 13px;
39
+ padding: 8px 0;
40
+ position: relative;
41
+ }
42
+ .fr-popup .fr-colors-tabs .fr-colors-tab:hover,
43
+ .fr-popup .fr-colors-tabs .fr-colors-tab:focus {
44
+ color: #1e88e5;
45
+ }
46
+ .fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after {
47
+ position: absolute;
48
+ bottom: 0;
49
+ left: 0;
50
+ width: 100%;
51
+ height: 2px;
52
+ background: #1e88e5;
53
+ content: '';
54
+ -webkit-transition: transform 0.2s ease 0s;
55
+ -moz-transition: transform 0.2s ease 0s;
56
+ -ms-transition: transform 0.2s ease 0s;
57
+ -o-transition: transform 0.2s ease 0s;
58
+ }
59
+ .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
60
+ color: #1e88e5;
61
+ }
62
+ .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
63
+ -webkit-transform: translate3d(-100%, 0, 0);
64
+ -moz-transform: translate3d(-100%, 0, 0);
65
+ -ms-transform: translate3d(-100%, 0, 0);
66
+ -o-transform: translate3d(-100%, 0, 0);
67
+ }
68
+ .fr-popup .fr-separator + .fr-colors-tabs {
69
+ -webkit-box-shadow: none;
70
+ -moz-box-shadow: none;
71
+ box-shadow: none;
72
+ margin-left: 2px;
73
+ margin-right: 2px;
74
+ }
75
+ .fr-popup .fr-color-set {
76
+ line-height: 0;
77
+ display: none;
78
+ }
79
+ .fr-popup .fr-color-set.fr-selected-set {
80
+ display: block;
81
+ }
82
+ .fr-popup .fr-color-set > span {
83
+ display: inline-block;
84
+ width: 32px;
85
+ height: 32px;
86
+ position: relative;
87
+ z-index: 1;
88
+ }
89
+ .fr-popup .fr-color-set > span > i {
90
+ text-align: center;
91
+ line-height: 32px;
92
+ height: 32px;
93
+ width: 32px;
94
+ font-size: 13px;
95
+ position: absolute;
96
+ bottom: 0;
97
+ cursor: default;
98
+ left: 0;
99
+ }
100
+ .fr-popup .fr-color-set > span .fr-selected-color {
101
+ color: #ffffff;
102
+ font-family: FontAwesome;
103
+ font-size: 13px;
104
+ font-weight: 400;
105
+ line-height: 32px;
106
+ position: absolute;
107
+ top: 0;
108
+ bottom: 0;
109
+ right: 0;
110
+ left: 0;
111
+ text-align: center;
112
+ cursor: default;
113
+ }
114
+ .fr-popup .fr-color-set > span:hover,
115
+ .fr-popup .fr-color-set > span:focus {
116
+ outline: 1px solid #222222;
117
+ z-index: 2;
118
+ }
119
+ .fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
120
+ -webkit-transform: translate3d(100%, 0, 0);
121
+ -moz-transform: translate3d(100%, 0, 0);
122
+ -ms-transform: translate3d(100%, 0, 0);
123
+ -o-transform: translate3d(100%, 0, 0);
124
+ }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.5.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.5.1 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2017 Froala Labs
5
5
  */
@@ -0,0 +1,43 @@
1
+ /*!
2
+ * froala_editor v2.5.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
6
+
7
+ .clearfix::after {
8
+ clear: both;
9
+ display: block;
10
+ content: "";
11
+ height: 0;
12
+ }
13
+ .hide-by-clipping {
14
+ position: absolute;
15
+ width: 1px;
16
+ height: 1px;
17
+ padding: 0;
18
+ margin: -1px;
19
+ overflow: hidden;
20
+ clip: rect(0, 0, 0, 0);
21
+ border: 0;
22
+ }
23
+ .fr-drag-helper {
24
+ background: #1e88e5;
25
+ height: 2px;
26
+ margin-top: -1px;
27
+ -webkit-opacity: 0.2;
28
+ -moz-opacity: 0.2;
29
+ opacity: 0.2;
30
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
31
+ position: absolute;
32
+ z-index: 9999;
33
+ display: none;
34
+ }
35
+ .fr-drag-helper.fr-visible {
36
+ display: block;
37
+ }
38
+ .fr-dragging {
39
+ -webkit-opacity: 0.4;
40
+ -moz-opacity: 0.4;
41
+ opacity: 0.4;
42
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
43
+ }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.5.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.5.1 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2017 Froala Labs
5
5
  */
@@ -0,0 +1,42 @@
1
+ /*!
2
+ * froala_editor v2.5.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
6
+
7
+ .clearfix::after {
8
+ clear: both;
9
+ display: block;
10
+ content: "";
11
+ height: 0;
12
+ }
13
+ .hide-by-clipping {
14
+ position: absolute;
15
+ width: 1px;
16
+ height: 1px;
17
+ padding: 0;
18
+ margin: -1px;
19
+ overflow: hidden;
20
+ clip: rect(0, 0, 0, 0);
21
+ border: 0;
22
+ }
23
+ .fr-popup .fr-emoticon {
24
+ display: inline-block;
25
+ font-size: 20px;
26
+ width: 20px;
27
+ padding: 5px;
28
+ line-height: 1;
29
+ cursor: default;
30
+ font-weight: normal;
31
+ font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
32
+ -webkit-box-sizing: content-box;
33
+ -moz-box-sizing: content-box;
34
+ box-sizing: content-box;
35
+ }
36
+ .fr-popup .fr-emoticon img {
37
+ height: 20px;
38
+ }
39
+ .fr-popup .fr-link:focus {
40
+ outline: 0;
41
+ background: #ebebeb;
42
+ }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.5.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.5.1 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2017 Froala Labs
5
5
  */
@@ -0,0 +1,146 @@
1
+ /*!
2
+ * froala_editor v2.5.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
6
+
7
+ .clearfix::after {
8
+ clear: both;
9
+ display: block;
10
+ content: "";
11
+ height: 0;
12
+ }
13
+ .hide-by-clipping {
14
+ position: absolute;
15
+ width: 1px;
16
+ height: 1px;
17
+ padding: 0;
18
+ margin: -1px;
19
+ overflow: hidden;
20
+ clip: rect(0, 0, 0, 0);
21
+ border: 0;
22
+ }
23
+ .fr-file-upload-layer {
24
+ border: dashed 2px #bdbdbd;
25
+ padding: 25px 0;
26
+ position: relative;
27
+ font-size: 14px;
28
+ letter-spacing: 1px;
29
+ line-height: 140%;
30
+ -webkit-box-sizing: border-box;
31
+ -moz-box-sizing: border-box;
32
+ box-sizing: border-box;
33
+ text-align: center;
34
+ }
35
+ .fr-file-upload-layer:hover {
36
+ background: #ebebeb;
37
+ }
38
+ .fr-file-upload-layer.fr-drop {
39
+ background: #ebebeb;
40
+ border-color: #1e88e5;
41
+ }
42
+ .fr-file-upload-layer .fr-form {
43
+ -webkit-opacity: 0;
44
+ -moz-opacity: 0;
45
+ opacity: 0;
46
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
47
+ position: absolute;
48
+ top: 0;
49
+ bottom: 0;
50
+ left: 0;
51
+ right: 0;
52
+ z-index: 9999;
53
+ overflow: hidden;
54
+ margin: 0 !important;
55
+ padding: 0 !important;
56
+ width: 100% !important;
57
+ }
58
+ .fr-file-upload-layer .fr-form input {
59
+ cursor: pointer;
60
+ position: absolute;
61
+ right: 0px;
62
+ top: 0px;
63
+ bottom: 0px;
64
+ width: 500%;
65
+ height: 100%;
66
+ margin: 0px;
67
+ font-size: 400px;
68
+ }
69
+ .fr-file-progress-bar-layer {
70
+ -webkit-box-sizing: border-box;
71
+ -moz-box-sizing: border-box;
72
+ box-sizing: border-box;
73
+ }
74
+ .fr-file-progress-bar-layer > h3 {
75
+ font-size: 16px;
76
+ margin: 10px 0;
77
+ font-weight: normal;
78
+ }
79
+ .fr-file-progress-bar-layer > div.fr-action-buttons {
80
+ display: none;
81
+ }
82
+ .fr-file-progress-bar-layer > div.fr-loader {
83
+ background: #bcdbf7;
84
+ height: 10px;
85
+ width: 100%;
86
+ margin-top: 20px;
87
+ overflow: hidden;
88
+ position: relative;
89
+ }
90
+ .fr-file-progress-bar-layer > div.fr-loader span {
91
+ display: block;
92
+ height: 100%;
93
+ width: 0%;
94
+ background: #1e88e5;
95
+ -webkit-transition: width 0.2s ease 0s;
96
+ -moz-transition: width 0.2s ease 0s;
97
+ -ms-transition: width 0.2s ease 0s;
98
+ -o-transition: width 0.2s ease 0s;
99
+ }
100
+ .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
101
+ width: 30% !important;
102
+ position: absolute;
103
+ top: 0;
104
+ -webkit-animation: loading 2s linear infinite;
105
+ -moz-animation: loading 2s linear infinite;
106
+ -o-animation: loading 2s linear infinite;
107
+ animation: loading 2s linear infinite;
108
+ }
109
+ .fr-file-progress-bar-layer.fr-error > div.fr-loader {
110
+ display: none;
111
+ }
112
+ .fr-file-progress-bar-layer.fr-error > div.fr-action-buttons {
113
+ display: block;
114
+ }
115
+ @keyframes loading {
116
+ from {
117
+ left: -25%;
118
+ }
119
+ to {
120
+ left: 100%;
121
+ }
122
+ }
123
+ @-webkit-keyframes loading {
124
+ from {
125
+ left: -25%;
126
+ }
127
+ to {
128
+ left: 100%;
129
+ }
130
+ }
131
+ @-moz-keyframes loading {
132
+ from {
133
+ left: -25%;
134
+ }
135
+ to {
136
+ left: 100%;
137
+ }
138
+ }
139
+ @-o-keyframes loading {
140
+ from {
141
+ left: -25%;
142
+ }
143
+ to {
144
+ left: 100%;
145
+ }
146
+ }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.5.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.5.1 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2017 Froala Labs
5
5
  */
@@ -0,0 +1,28 @@
1
+ /*!
2
+ * froala_editor v2.5.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
6
+
7
+ body.fr-fullscreen {
8
+ overflow: hidden;
9
+ height: 100%;
10
+ width: 100%;
11
+ position: fixed;
12
+ }
13
+ .fr-box.fr-fullscreen {
14
+ margin: 0 !important;
15
+ position: fixed;
16
+ top: 0;
17
+ left: 0;
18
+ bottom: 0;
19
+ right: 0;
20
+ z-index: 9990 !important;
21
+ width: auto !important;
22
+ }
23
+ .fr-box.fr-fullscreen .fr-toolbar.fr-top {
24
+ top: 0 !important;
25
+ }
26
+ .fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
27
+ bottom: 0 !important;
28
+ }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * froala_editor v2.5.0 (https://www.froala.com/wysiwyg-editor)
2
+ * froala_editor v2.5.1 (https://www.froala.com/wysiwyg-editor)
3
3
  * License https://froala.com/wysiwyg-editor/terms/
4
4
  * Copyright 2014-2017 Froala Labs
5
5
  */
@@ -0,0 +1,52 @@
1
+ /*!
2
+ * froala_editor v2.5.1 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2017 Froala Labs
5
+ */
6
+
7
+ .clearfix::after {
8
+ clear: both;
9
+ display: block;
10
+ content: "";
11
+ height: 0;
12
+ }
13
+ .hide-by-clipping {
14
+ position: absolute;
15
+ width: 1px;
16
+ height: 1px;
17
+ padding: 0;
18
+ margin: -1px;
19
+ overflow: hidden;
20
+ clip: rect(0, 0, 0, 0);
21
+ border: 0;
22
+ }
23
+ .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal {
24
+ text-align: left;
25
+ padding: 20px 20px 10px;
26
+ }
27
+ .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table {
28
+ border-collapse: collapse;
29
+ font-size: 14px;
30
+ line-height: 1.5;
31
+ width: 100%;
32
+ }
33
+ .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table + table {
34
+ margin-top: 20px;
35
+ }
36
+ .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
37
+ border: 0;
38
+ }
39
+ .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th,
40
+ .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td {
41
+ padding: 6px 0 4px;
42
+ }
43
+ .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
44
+ border-bottom: solid 1px #ebebeb;
45
+ }
46
+ .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
47
+ width: 60%;
48
+ color: #646464;
49
+ }
50
+ .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2) {
51
+ letter-spacing: 0.5px;
52
+ }