@oat-sa/tao-core-ui 1.58.1 → 1.58.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (233) hide show
  1. package/dist/actionbar.js +386 -395
  2. package/dist/adder.js +21 -19
  3. package/dist/animable/absorbable/absorbable.js +204 -213
  4. package/dist/animable/absorbable/css/absorb.css +1 -0
  5. package/dist/animable/absorbable/css/absorb.css.map +1 -1
  6. package/dist/animable/pulsable/pulsable.js +168 -177
  7. package/dist/autocomplete/css/autocomplete.css +1 -0
  8. package/dist/autocomplete/css/autocomplete.css.map +1 -1
  9. package/dist/autocomplete.js +68 -66
  10. package/dist/badge/badge.js +188 -197
  11. package/dist/badge/css/badge.css +1 -0
  12. package/dist/badge/css/badge.css.map +1 -1
  13. package/dist/breadcrumbs.js +275 -284
  14. package/dist/btngrouper.js +5 -5
  15. package/dist/bulkActionPopup.js +490 -495
  16. package/dist/button.js +283 -291
  17. package/dist/cascadingComboBox.js +249 -258
  18. package/dist/ckeditor/ckConfigurator.js +26 -19
  19. package/dist/ckeditor/dtdHandler.js +11 -9
  20. package/dist/class/selector.js +441 -450
  21. package/dist/component/resizable.js +1 -1
  22. package/dist/component/windowed.js +285 -294
  23. package/dist/component.js +419 -428
  24. package/dist/contextualPopup.js +417 -426
  25. package/dist/dashboard.js +300 -309
  26. package/dist/datalist.js +753 -762
  27. package/dist/datatable/filterStrategy/multiple.js +1 -1
  28. package/dist/datatable/filterStrategy/single.js +1 -1
  29. package/dist/datatable.js +1527 -1550
  30. package/dist/dateRange/dateRange.js +393 -402
  31. package/dist/datetime/picker.js +665 -672
  32. package/dist/deleter.js +368 -377
  33. package/dist/destination/selector.js +286 -295
  34. package/dist/dialog/alert.js +3 -3
  35. package/dist/dialog/confirm.js +1 -1
  36. package/dist/dialog/confirmDelete.js +216 -225
  37. package/dist/dialog.js +650 -654
  38. package/dist/disabler.js +8 -8
  39. package/dist/documentViewer/providers/pdfViewer/fallback/viewer.js +166 -175
  40. package/dist/documentViewer/providers/pdfViewer/pdfjs/findBar.js +518 -527
  41. package/dist/documentViewer/providers/pdfViewer/pdfjs/pageView.js +380 -389
  42. package/dist/documentViewer/providers/pdfViewer/pdfjs/searchEngine.js +539 -548
  43. package/dist/documentViewer/providers/pdfViewer/pdfjs/viewer.js +369 -378
  44. package/dist/documentViewer/providers/pdfViewer.js +184 -193
  45. package/dist/documentViewer.js +292 -301
  46. package/dist/dropdown.js +383 -392
  47. package/dist/durationer.js +5 -5
  48. package/dist/dynamicComponent.js +597 -598
  49. package/dist/feedback.js +356 -362
  50. package/dist/figure/FigureStateActive.js +117 -108
  51. package/dist/filesender.js +2 -2
  52. package/dist/filter.js +230 -239
  53. package/dist/form/dropdownForm.js +355 -357
  54. package/dist/form/form.js +919 -690
  55. package/dist/form/simpleForm.js +1 -1
  56. package/dist/form/validator/renderer.js +233 -235
  57. package/dist/form/validator/validator.js +257 -189
  58. package/dist/form/widget/definitions.js +1 -1
  59. package/dist/form/widget/providers/checkBox.js +254 -259
  60. package/dist/form/widget/providers/comboBox.js +187 -192
  61. package/dist/form/widget/providers/default.js +8 -9
  62. package/dist/form/widget/providers/hidden.js +170 -179
  63. package/dist/form/widget/providers/hiddenBox.js +262 -267
  64. package/dist/form/widget/providers/radioBox.js +216 -225
  65. package/dist/form/widget/providers/textArea.js +187 -196
  66. package/dist/form/widget/providers/textBox.js +2 -3
  67. package/dist/form/widget/widget.js +473 -475
  68. package/dist/formValidator/formValidator.js +1 -1
  69. package/dist/formValidator/highlighters/message.js +1 -1
  70. package/dist/generis/form/form.js +314 -323
  71. package/dist/generis/validator/validator.js +209 -218
  72. package/dist/generis/widget/checkBox/checkBox.js +218 -227
  73. package/dist/generis/widget/comboBox/comboBox.js +179 -188
  74. package/dist/generis/widget/hiddenBox/hiddenBox.js +220 -229
  75. package/dist/generis/widget/textBox/textBox.js +169 -178
  76. package/dist/generis/widget/widget.js +246 -255
  77. package/dist/groupedComboBox.js +222 -231
  78. package/dist/groupvalidator.js +2 -2
  79. package/dist/highlighter.js +967 -958
  80. package/dist/image/ImgStateActive/helper.js +7 -5
  81. package/dist/image/ImgStateActive/initHelper.js +49 -43
  82. package/dist/image/ImgStateActive/initMediaEditor.js +24 -20
  83. package/dist/image/ImgStateActive/mediaSizer.js +14 -12
  84. package/dist/image/ImgStateActive.js +72 -70
  85. package/dist/incrementer.js +6 -6
  86. package/dist/inplacer.js +6 -6
  87. package/dist/itemButtonList/css/item-button-list.css +1 -0
  88. package/dist/itemButtonList/css/item-button-list.css.map +1 -1
  89. package/dist/itemButtonList.js +439 -435
  90. package/dist/keyNavigation/navigableDomElement.js +51 -38
  91. package/dist/keyNavigation/navigator.js +85 -70
  92. package/dist/listbox.js +460 -469
  93. package/dist/liststyler.js +8 -8
  94. package/dist/loadingButton/loadingButton.js +209 -218
  95. package/dist/lock.js +476 -485
  96. package/dist/login/login.js +475 -484
  97. package/dist/maths/calculator/basicCalculator.js +235 -244
  98. package/dist/maths/calculator/calculatorComponent.js +3 -3
  99. package/dist/maths/calculator/core/board.js +772 -781
  100. package/dist/maths/calculator/core/expression.js +476 -485
  101. package/dist/maths/calculator/core/labels.js +228 -237
  102. package/dist/maths/calculator/core/tokenizer.js +1 -1
  103. package/dist/maths/calculator/core/tokens.js +163 -170
  104. package/dist/maths/calculator/plugins/keyboard/templateKeyboard/templateKeyboard.js +244 -253
  105. package/dist/maths/calculator/plugins/screen/simpleScreen/simpleScreen.js +279 -288
  106. package/dist/maths/calculator/scientificCalculator.js +327 -336
  107. package/dist/mediaEditor/mediaEditorComponent.js +238 -245
  108. package/dist/mediaEditor/plugins/mediaAlignment/helper.js +7 -7
  109. package/dist/mediaEditor/plugins/mediaAlignment/mediaAlignmentComponent.js +229 -235
  110. package/dist/mediaEditor/plugins/mediaDimension/mediaDimensionComponent.js +580 -589
  111. package/dist/mediaplayer/players/html5.js +666 -675
  112. package/dist/mediaplayer/players/youtube.js +419 -424
  113. package/dist/mediaplayer/support.js +11 -10
  114. package/dist/mediaplayer/utils/reminder.js +14 -13
  115. package/dist/mediaplayer/utils/timeObserver.js +10 -11
  116. package/dist/mediaplayer/youtubeManager.js +164 -145
  117. package/dist/mediaplayer.js +1565 -1520
  118. package/dist/mediasizer.js +669 -678
  119. package/dist/modal.js +10 -17
  120. package/dist/pageSizeSelector.js +219 -228
  121. package/dist/pagination/providers/pages.js +280 -289
  122. package/dist/pagination/providers/simple.js +192 -201
  123. package/dist/previewer.js +30 -30
  124. package/dist/progressbar.js +4 -4
  125. package/dist/report.js +347 -356
  126. package/dist/resource/filters.js +271 -280
  127. package/dist/resource/list.js +1264 -1273
  128. package/dist/resource/selector.js +865 -874
  129. package/dist/resource/tree.js +1483 -1492
  130. package/dist/resourcemgr/fileBrowser.js +564 -569
  131. package/dist/resourcemgr/filePreview.js +16 -16
  132. package/dist/resourcemgr/fileSelector.js +515 -524
  133. package/dist/resourcemgr/util/updatePermissions.js +2 -2
  134. package/dist/resourcemgr.js +306 -315
  135. package/dist/searchModal/advancedSearch.js +796 -767
  136. package/dist/searchModal.js +114 -91
  137. package/dist/switch/switch.js +298 -307
  138. package/dist/tabs.js +598 -575
  139. package/dist/taskQueue/status.js +312 -321
  140. package/dist/taskQueue/table.js +375 -384
  141. package/dist/taskQueue/taskQueueModel.js +488 -472
  142. package/dist/taskQueueButton/taskable.js +264 -273
  143. package/dist/taskQueueButton/treeButton.js +189 -198
  144. package/dist/themeLoader.js +24 -23
  145. package/dist/themes.js +1 -1
  146. package/dist/toggler.js +3 -3
  147. package/dist/tooltip.js +295 -304
  148. package/dist/transformer.js +2 -2
  149. package/dist/tristateCheckboxGroup.js +311 -320
  150. package/dist/uploader.js +687 -696
  151. package/dist/validator/Report.js +1 -1
  152. package/dist/validator/Validator.js +3 -3
  153. package/dist/validator/validators.js +9 -9
  154. package/dist/validator.js +240 -230
  155. package/dist/waitForMedia.js +1 -1
  156. package/package.json +3 -3
  157. package/src/animable/absorbable/css/absorb.css +1 -0
  158. package/src/animable/absorbable/css/absorb.css.map +1 -1
  159. package/src/autocomplete/css/autocomplete.css +1 -0
  160. package/src/autocomplete/css/autocomplete.css.map +1 -1
  161. package/src/badge/css/badge.css +1 -0
  162. package/src/badge/css/badge.css.map +1 -1
  163. package/src/ckeditor/ckConfigurator.js +4 -0
  164. package/src/itemButtonList/css/item-button-list.css +1 -0
  165. package/src/itemButtonList/css/item-button-list.css.map +1 -1
  166. package/src/.DS_Store +0 -0
  167. package/src/css/basic.css +0 -7826
  168. package/src/css/basic.css.map +0 -1
  169. package/src/css/ckeditor/skins/tao/css/dialog.css +0 -950
  170. package/src/css/ckeditor/skins/tao/css/dialog.css.map +0 -1
  171. package/src/css/ckeditor/skins/tao/css/editor.css +0 -1850
  172. package/src/css/ckeditor/skins/tao/css/editor.css.map +0 -1
  173. package/src/scss/.DS_Store +0 -0
  174. package/src/scss/basic.scss +0 -16
  175. package/src/scss/ckeditor/skins/tao/scss/dialog.scss +0 -763
  176. package/src/scss/ckeditor/skins/tao/scss/editor.scss +0 -111
  177. package/src/scss/ckeditor/skins/tao/scss/inc/_ck-icons.scss +0 -59
  178. package/src/scss/ckeditor/skins/tao/scss/inc/_colorpanel.scss +0 -118
  179. package/src/scss/ckeditor/skins/tao/scss/inc/_elementspath.scss +0 -69
  180. package/src/scss/ckeditor/skins/tao/scss/inc/_mainui.scss +0 -194
  181. package/src/scss/ckeditor/skins/tao/scss/inc/_menu.scss +0 -181
  182. package/src/scss/ckeditor/skins/tao/scss/inc/_panel.scss +0 -200
  183. package/src/scss/ckeditor/skins/tao/scss/inc/_presets.scss +0 -32
  184. package/src/scss/ckeditor/skins/tao/scss/inc/_reset.scss +0 -101
  185. package/src/scss/ckeditor/skins/tao/scss/inc/_richcombo.scss +0 -213
  186. package/src/scss/ckeditor/skins/tao/scss/inc/_tao.scss +0 -59
  187. package/src/scss/ckeditor/skins/tao/scss/inc/_toolbar.scss +0 -301
  188. package/src/scss/font/source-sans-pro/source-sans-pro-italic.eot +0 -0
  189. package/src/scss/font/source-sans-pro/source-sans-pro-italic.eot.b64 +0 -1
  190. package/src/scss/font/source-sans-pro/source-sans-pro-italic.woff +0 -0
  191. package/src/scss/font/source-sans-pro/source-sans-pro-italic.woff.b64 +0 -1
  192. package/src/scss/font/source-sans-pro/source-sans-pro-regular.eot +0 -0
  193. package/src/scss/font/source-sans-pro/source-sans-pro-regular.eot.b64 +0 -1
  194. package/src/scss/font/source-sans-pro/source-sans-pro-regular.woff +0 -0
  195. package/src/scss/font/source-sans-pro/source-sans-pro-regular.woff.b64 +0 -1
  196. package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.eot +0 -0
  197. package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.eot.b64 +0 -1
  198. package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.woff +0 -0
  199. package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.woff.b64 +0 -1
  200. package/src/scss/font/source-sans-pro/source-sans-pro-semibold.eot +0 -0
  201. package/src/scss/font/source-sans-pro/source-sans-pro-semibold.eot.b64 +0 -1
  202. package/src/scss/font/source-sans-pro/source-sans-pro-semibold.woff +0 -0
  203. package/src/scss/font/source-sans-pro/source-sans-pro-semibold.woff.b64 +0 -1
  204. package/src/scss/font/tao/tao.eot +0 -0
  205. package/src/scss/font/tao/tao.svg +0 -235
  206. package/src/scss/font/tao/tao.ttf +0 -0
  207. package/src/scss/font/tao/tao.woff +0 -0
  208. package/src/scss/inc/_base.scss +0 -496
  209. package/src/scss/inc/_bootstrap.scss +0 -6
  210. package/src/scss/inc/_buttons.scss +0 -114
  211. package/src/scss/inc/_colors.scss +0 -88
  212. package/src/scss/inc/_feedback.scss +0 -150
  213. package/src/scss/inc/_flex-grid.scss +0 -15
  214. package/src/scss/inc/_fonts.scss +0 -4
  215. package/src/scss/inc/_forms.scss +0 -827
  216. package/src/scss/inc/_functions.scss +0 -283
  217. package/src/scss/inc/_grid.scss +0 -66
  218. package/src/scss/inc/_jquery.nouislider.scss +0 -254
  219. package/src/scss/inc/_normalize.scss +0 -528
  220. package/src/scss/inc/_report.scss +0 -68
  221. package/src/scss/inc/_secondary-properties.scss +0 -89
  222. package/src/scss/inc/_select2.scss +0 -634
  223. package/src/scss/inc/_toolbars.scss +0 -155
  224. package/src/scss/inc/_tooltip.scss +0 -312
  225. package/src/scss/inc/_variables.scss +0 -21
  226. package/src/scss/inc/base/_highlight.scss +0 -5
  227. package/src/scss/inc/base/_list-style.scss +0 -59
  228. package/src/scss/inc/base/_svg.scss +0 -3
  229. package/src/scss/inc/base/_table.scss +0 -63
  230. package/src/scss/inc/fonts/_source-sans-pro.scss +0 -29
  231. package/src/scss/inc/fonts/_tao-icon-classes.scss +0 -226
  232. package/src/scss/inc/fonts/_tao-icon-def.scss +0 -12
  233. package/src/scss/inc/fonts/_tao-icon-vars.scss +0 -240
@@ -1,181 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or http://ckeditor.com/license
4
- */
5
-
6
- /*
7
- menu.css (part of editor.css)
8
- ===============================
9
-
10
- This file styles menus used in the editor UI. These menus are the list of
11
- options available inside some "floating panels", like menu buttons of the
12
- toolbar or the context menu.
13
-
14
- Note that the menu itself doesn't include the floating element that holds it.
15
- That element is styles in the panel.css file.
16
-
17
- The following is a visual representation of the main elements of a menu:
18
-
19
- +-- .cke_menu -----------------+
20
- | +-- .cke_menuitem --------+ |
21
- | | +-- .cke_menubutton ---+ | |
22
- | | | | | |
23
- | | +----------------------+ | |
24
- | +--------------------------+ |
25
- | +-- .cke_menuseparator ----+ |
26
- | ... |
27
- +------------------------------+
28
-
29
- This is the .cke_menubutton structure:
30
- (Note that the menu button icon shares with toolbar button the common class .cke_button_icon to achieve the same outlook.)
31
-
32
- +-- .cke_menubutton -------------------------------------------------------------------------+
33
- | +-- .cke_menubutton_inner ---------------------------------------------------------------+ |
34
- | | +-- .cke_menubutton_icon ---+ +-- .cke_menubutton_label --+ +-- .cke_cke_menuarrow --+ | |
35
- | | | +-- .cke_button_icon ---+ | | | | | | |
36
- | | | | | | | | | | | |
37
- | | | +-----------------------+ | | | | | | |
38
- | | +---------------------------+ +---------------------------+ +------------------------+ | |
39
- | +----------------------------------------------------------------------------------------+ |
40
- +--------------------------------------------------------------------------------------------+
41
-
42
- Special outer level classes used in this file:
43
-
44
- .cke_hc: Available when the editor is rendered on "High Contrast".
45
- .cke_rtl: Available when the editor UI is on RTL.
46
- */
47
-
48
- /* .cke_menuitem is the element that holds the entire structure of each of the
49
- menu items. */
50
-
51
- .cke_menubutton {
52
- /* The "button" inside a menu item is a <a> element.
53
- Transforms it into a block. */
54
- display: block;
55
- }
56
-
57
- .cke_menuitem span {
58
- /* Avoid the text selection cursor inside menu items. */
59
- cursor: default;
60
- font-size: 12px
61
- }
62
-
63
- .cke_menubutton:hover,
64
- .cke_menubutton:focus,
65
- .cke_menubutton:active {
66
- background-color: #D3D3D3;
67
- display: block;
68
- }
69
-
70
- .cke_hc .cke_menubutton {
71
- padding: 2px;
72
- }
73
-
74
- .cke_hc .cke_menubutton:hover,
75
- .cke_hc .cke_menubutton:focus,
76
- .cke_hc .cke_menubutton:active {
77
- border: 2px solid;
78
- padding: 0;
79
- }
80
-
81
- .cke_menubutton_inner {
82
- display: table-row;
83
- }
84
-
85
- .cke_menubutton_icon,
86
- .cke_menubutton_label,
87
- .cke_menuarrow {
88
- display: table-cell;
89
- }
90
-
91
- /* The menu item icon. */
92
- .cke_menubutton_icon {
93
- background-color: #D7D8D7;
94
- opacity: 0.70; /* Safari, Opera and Mozilla */
95
- filter: alpha(opacity=70); /* IE */
96
- padding: 4px;
97
- }
98
-
99
- .cke_hc .cke_menubutton_icon {
100
- height: 16px;
101
- width: 0;
102
- padding: 4px 0;
103
- }
104
-
105
- .cke_menubutton:hover .cke_menubutton_icon,
106
- .cke_menubutton:focus .cke_menubutton_icon,
107
- .cke_menubutton:active .cke_menubutton_icon {
108
- background-color: #D0D2D0;
109
- }
110
-
111
- .cke_menubutton_disabled:hover .cke_menubutton_icon,
112
- .cke_menubutton_disabled:focus .cke_menubutton_icon,
113
- .cke_menubutton_disabled:active .cke_menubutton_icon {
114
- /* The icon will get opacity as well when hovered. */
115
- opacity: 0.3;
116
- filter: alpha(opacity=30);
117
- }
118
-
119
- /* The textual part of each menu item. */
120
- .cke_menubutton_label {
121
- padding: 0 5px;
122
- background-color: transparent;
123
- width: 100%;
124
- vertical-align: middle;
125
- }
126
-
127
- .cke_menubutton_disabled .cke_menubutton_label {
128
- /* Greyed label text indicates a disabled menu item. */
129
- opacity: 0.3;
130
- filter: alpha(opacity=30);
131
- }
132
-
133
- .cke_menubutton_on {
134
- border: 1px solid #dedede;
135
- background-color: #f2f2f2;
136
- box-shadow: 0 0 2px rgba(0, 0, 0, .1) inset;
137
- }
138
-
139
- .cke_menubutton_on .cke_menubutton_icon {
140
- padding-right: 3px;
141
- }
142
-
143
- .cke_menubutton:hover,
144
- .cke_menubutton:focus,
145
- .cke_menubutton:active {
146
- background-color: #EFF0EF;
147
- }
148
-
149
- .cke_panel_frame .cke_menubutton_label {
150
- display: none;
151
- }
152
-
153
- /* The separator used to separate menu item groups. */
154
- .cke_menuseparator {
155
- background-color: #D3D3D3;
156
- height: 1px;
157
- filter: alpha(opacity=70); /* IE */
158
- opacity: 0.70; /* Safari, Opera and Mozilla */
159
- }
160
-
161
- /* The small arrow shown for item with sub-menus. */
162
- .cke_menuarrow {
163
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAeCAYAAAAPSW++AAAAWUlEQVR42mNgAAJLS8v5QMzJgA6Agv+B+AYQa2GTAOFvQJyMSyINm1G66EYtAmIehlEwXAEobYHSGLqgFjRB/EcWTIYmnf/oEmlYJaCSuhhGIUnygNIYiA0Ab4wwJXKzD74AAAAASUVORK5CYII=);
164
- background-position: 0 10px;
165
- background-repeat: no-repeat;
166
- padding: 0 5px;
167
- }
168
-
169
- .cke_rtl .cke_menuarrow {
170
- background-position: 5px -13px;
171
- background-repeat: no-repeat;
172
- }
173
-
174
- .cke_menuarrow span {
175
- display: none;
176
- }
177
-
178
- .cke_hc .cke_menuarrow span {
179
- vertical-align: middle;
180
- display: inline;
181
- }
@@ -1,200 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or http://ckeditor.com/license
4
- */
5
- /*
6
- panel.css (part of editor.css)
7
- ================================
8
-
9
- Panels are floating elements that can hold different types of contents.
10
- The following are common uses of it:
11
-
12
- - The element that toolbar combos display when opening them.
13
- - The context menu.
14
- - The list of items displayed by "menu buttons" (e.g. scayt).
15
- - The panel shown when opening "panel buttons" (e.g. color buttons).
16
-
17
- Panel contents are wrapped into an iframe, so it is possible to have additional
18
- CSS loaded inside them (e.g. to have more accurate preview on the styles combo).
19
-
20
- The following is a visual representation of the outer elements of a panel:
21
-
22
- +-- .cke_panel(*) ---------------------+
23
- | +-- IFRAME.cke_panel_frame --------+ |
24
- | | +-- HTML.cke_panel_container --+ | |
25
- | | | +-- .cke_panel_block ------+ | | |
26
- | | | | | | | |
27
- | | | | (contents here) | | | |
28
- | | | | | | | |
29
- | | | +--------------------------+ | | |
30
- | | +------------------------------+ | |
31
- | +----------------------------------+ |
32
- +--------------------------------------+
33
-
34
- (*) All kinds of panel share the above structure. Menu panels adds the
35
- .cke_menu_panel class to the outer element, while toolbar combos add the
36
- .cke_combopanel class.
37
-
38
- This file also defines styles for panel lists (used by combos). For menu-like
39
- panel contents and color panels check menu.css and colorpanel.css.
40
- */
41
- @import "inc/bootstrap";
42
-
43
- /* The box that holds an IFRAME. It's inserted into a host document and positioned
44
- absolutely by the application. It floats above the host document/editor. */
45
- .cke_panel {
46
- /* Restore the loading hide */
47
- visibility: visible;
48
- width: 120px;
49
- height: 100px;
50
- overflow: hidden;
51
-
52
- background-color: #fff;
53
- border: 1px solid #b6b6b6;
54
- border-bottom-color: #999;
55
-
56
- border-radius: 3px;
57
-
58
- box-shadow: 0 0 3px rgba(0, 0, 0, .15);
59
- }
60
-
61
- /* This class represents panels which are used as context menus. */
62
- .cke_menu_panel {
63
- padding: 0;
64
- margin: 0;
65
- visibility: hidden;
66
- }
67
-
68
- /* This class represents panels which are used by rich combos. */
69
- .cke_combopanel {
70
- width: 150px;
71
- height: 170px;
72
- }
73
-
74
- /* The IFRAME the panel is wrapped into. */
75
- .cke_panel_frame {
76
- width: 100%;
77
- height: 100%;
78
- font-size: 12px;
79
-
80
- overflow: auto;
81
- overflow-x: hidden;
82
- }
83
-
84
- /* The HTML document which is a direct descendant of the IFRAME */
85
- .cke_panel_container {
86
- overflow: hidden;
87
- }
88
-
89
- /*
90
- Here we start the definition of panel lists (e.g. combo panels). The following
91
- is its visual representation:
92
-
93
- +-- .cke_panel_block -----------------+
94
- | +-- .cke_panel_grouptitle --------+ |
95
- | | | |
96
- | +---------------------------------+ |
97
- | +-- .cke_panel_list --------------+ |
98
- | | +-- .cke_panel_listItem ------+ | |
99
- | | | +-- a --------------------+ | | |
100
- | | | | +-- span -------------+ | | | |
101
- | | | | | | | | | |
102
- | | | | +---------------------+ | | | |
103
- | | | +-------------------------+ | | |
104
- | | +-----------------------------+ | |
105
- | | +-- .cke_panel_listItem ------+ | |
106
- | | | +-- a --------------------+ | | |
107
- | | | | +-- span -------------+ | | | |
108
- | | | | | | | | | |
109
- | | | | +---------------------+ | | | |
110
- | | | +-------------------------+ | | |
111
- | | +-----------------------------+ | |
112
- | | ... | |
113
- | +---------------------------------+ |
114
- +-------------------------------------+
115
- */
116
-
117
- /* The list of panel items. */
118
- .cke_panel_list {
119
- list-style-type: none;
120
- margin: 0;
121
- padding: 0;
122
- white-space: nowrap;
123
- overflow-y: auto;
124
- height: 170px;
125
- }
126
-
127
- /* The item of .cke_panel_list */
128
- .cke_panel_listItem {
129
- margin: 0;
130
- padding-bottom: 1px;
131
- }
132
-
133
- /* The child of .cke_panel_listItem. These elements contain spans which are
134
- to display a real name of the property which is visible for an end-user. */
135
- .cke_panel_listItem a {
136
- padding: 3px 4px;
137
- display: block;
138
- border: 1px solid #fff;
139
- color: inherit !important;
140
- text-decoration: none;
141
- overflow: hidden;
142
- text-overflow: ellipsis;
143
- border-radius: 2px;
144
- }
145
-
146
- /* IE6 */
147
- * html .cke_panel_listItem a {
148
- width: 100%;
149
-
150
- /* IE is not able to inherit the color, so we must force it to black */
151
- color: #000;
152
- }
153
-
154
- /* IE7 */
155
- *:first-child + html .cke_panel_listItem a {
156
- /* IE is not able to inherit the color, so we must force it to black */
157
- color: #000;
158
- }
159
-
160
- .cke_panel_listItem.cke_selected a {
161
-
162
- background-color: mix(#fff, $info, 80%);
163
- }
164
-
165
- .cke_panel_listItem a:hover,
166
- .cke_panel_listItem a:focus,
167
- .cke_panel_listItem a:active {
168
-
169
- background-color: $uiClickableHoverBg;
170
- }
171
-
172
- .cke_hc .cke_panel_listItem a {
173
- border-style: none;
174
- }
175
-
176
- .cke_hc .cke_panel_listItem a:hover,
177
- .cke_hc .cke_panel_listItem a:focus,
178
- .cke_hc .cke_panel_listItem a:active {
179
- border: 2px solid;
180
- padding: 1px 2px;
181
- }
182
-
183
- /* The title of the entire panel which is visible on top of the list. */
184
- .cke_panel_grouptitle {
185
- display: none;
186
- }
187
-
188
- /* The following styles set defaults of the elements used by the Paragraph
189
- Format panel. */
190
- .cke_panel_listItem p,
191
- .cke_panel_listItem h1,
192
- .cke_panel_listItem h2,
193
- .cke_panel_listItem h3,
194
- .cke_panel_listItem h4,
195
- .cke_panel_listItem h5,
196
- .cke_panel_listItem h6,
197
- .cke_panel_listItem pre {
198
- margin-top: 0px;
199
- margin-bottom: 0px;
200
- }
@@ -1,32 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or http://ckeditor.com/license
4
- */
5
- @import "inc/bootstrap";
6
- /* "Source" button label */
7
- .cke_button__source_label,
8
- .cke_button__sourcedialog_label {
9
- display: inline;
10
- }
11
-
12
- /* "Font Size" combo width */
13
- .cke_combo__fontsize .cke_combo_text {
14
- width: 30px;
15
- }
16
-
17
- /* "Font Size" panel size */
18
- .cke_combopanel__fontsize {
19
- width: 120px;
20
- }
21
-
22
- /* Editable regions */
23
- .cke_source {
24
- font-family: 'Courier New', Monospace;
25
- font-size: small;
26
- background-color: #fff;
27
- white-space: pre;
28
- }
29
-
30
- .cke_wysiwyg_frame, .cke_wysiwyg_div {
31
- background-color: #fff;
32
- }
@@ -1,101 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.md or http://ckeditor.com/license
4
- */
5
-
6
- /*
7
- reset.css (part of editor.css)
8
- ================================
9
-
10
- This file holds the "reset" requirements of CKEditor, as well as define the
11
- default interface styles.
12
-
13
- CKEditor includes two main "reset" class names in the DOM structure created for
14
- editors:
15
-
16
- * .cke_reset: Intended to reset a specific element, but not its children.
17
- Because of this, only styles that will not be inherited can be defined.
18
-
19
- * .cke_reset_all: Intended to reset not only the element holding it, but
20
- also its child elements.
21
-
22
- To understand why "reset" is needed, check the CKEditor Skin SDK:
23
- http://docs.cksource.com/CKEditor_4.x/Skin_SDK/Reset
24
- */
25
- @import "inc/bootstrap";
26
- /* Reset for single elements, not their children. */
27
- .cke_reset {
28
- /* Do not include inheritable rules here. */
29
- margin: 0;
30
- padding: 0;
31
- border: 0;
32
- background: transparent;
33
- text-decoration: none;
34
- width: auto;
35
- height: auto;
36
- vertical-align: baseline;
37
- box-sizing: content-box;
38
- position: static;
39
- transition: none;
40
- }
41
-
42
- /* Reset for elements and their children. */
43
- .cke_reset_all, .cke_reset_all * {
44
- /* The following must be identical to .cke_reset. */
45
- margin: 0;
46
- padding: 0;
47
- border: 0;
48
- background: transparent;
49
- text-decoration: none;
50
- width: auto;
51
- height: auto;
52
- vertical-align: baseline;
53
- box-sizing: content-box;
54
- transition: none;
55
-
56
- /* These are rule inherited by all children elements. */
57
- border-collapse: collapse;
58
- font-family: $regularFont;
59
- font-weight: 400;
60
- font-style: normal;
61
- font-size: 1.4rem;
62
- //color: #222;
63
- text-align: left;
64
- white-space: nowrap;
65
- cursor: auto;
66
- }
67
-
68
- .cke_reset_all .cke_rtl * {
69
- text-align: right;
70
- }
71
-
72
- /* Defaults for some elements. */
73
-
74
- .cke_reset_all iframe {
75
- vertical-align: inherit; /** For IE */
76
- }
77
-
78
- .cke_reset_all textarea {
79
- white-space: pre;
80
- }
81
-
82
- .cke_reset_all textarea,
83
- .cke_reset_all input[type="text"],
84
- .cke_reset_all input[type="password"] {
85
- cursor: text;
86
- }
87
-
88
- .cke_reset_all textarea[disabled],
89
- .cke_reset_all input[type="text"][disabled],
90
- .cke_reset_all input[type="password"][disabled] {
91
- cursor: default;
92
- }
93
-
94
- .cke_reset_all fieldset {
95
- padding: 10px;
96
- border: 2px groove #E0DFE3;
97
- }
98
-
99
- .cke_reset_all select {
100
- @include border-box();
101
- }