@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,950 +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
- dialog.css
7
- ============
8
-
9
- This file styles dialogs and all widgets available inside of it (tabs, buttons,
10
- fields, etc.).
11
-
12
- Dialogs are a complex system because they're very flexible. The CKEditor API
13
- makes it easy to create and customize dialogs by code, by making use of several
14
- different widgets inside its contents.
15
-
16
- All dialogs share a main dialog strucuture, which can be visually represented
17
- as follows:
18
-
19
- +-- .cke_dialog -------------------------------------------------+
20
- | +-- .cke_dialog_body ----------------------------------------+ |
21
- | | +-- .cke_dialog_title --+ +-- .cke_dialog_close_button --+ | |
22
- | | | | | | | |
23
- | | +-----------------------+ +------------------------------+ | |
24
- | | +-- .cke_dialog_tabs ------------------------------------+ | |
25
- | | | | | |
26
- | | +--------------------------------------------------------+ | |
27
- | | +-- .cke_dialog_contents --------------------------------+ | |
28
- | | | +-- .cke_dialog_contents_body -----------------------+ | | |
29
- | | | | | | | |
30
- | | | +----------------------------------------------------+ | | |
31
- | | | +-- .cke_dialog_footer ------------------------------+ | | |
32
- | | | | | | | |
33
- | | | +----------------------------------------------------+ | | |
34
- | | +--------------------------------------------------------+ | |
35
- | +------------------------------------------------------------+ |
36
- +----------------------------------------------------------------+
37
-
38
- Comments in this file will give more details about each of the above blocks.
39
- */
40
- /*
41
- Usage:
42
- - linear-gradient((color1, color2, color3)) - returns linear-gradient with evenly distributed colors,
43
- if 3 colors used then the position of each will be 33,33%
44
- - linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
45
- first param - color, second - position. Also you can use px or other valid units for set position.
46
- */
47
- /* based on "visually-hidden" mixin in LDS for accessibility goals */
48
- /* Do not edit */
49
- /* Tao specific stuff */
50
- /*
51
- Usage:
52
- - linear-gradient((color1, color2, color3)) - returns linear-gradient with evenly distributed colors,
53
- if 3 colors used then the position of each will be 33,33%
54
- - linear-gradient((color1 0%, color2 30%, color3 80%)) - returns linear-gradient with manually distributed colors,
55
- first param - color, second - position. Also you can use px or other valid units for set position.
56
- */
57
- /* based on "visually-hidden" mixin in LDS for accessibility goals */
58
- /* Do not edit */
59
- [class^="icon-"], [class*=" icon-"] {
60
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
61
- }
62
-
63
- .cke_button {
64
- min-width: 14px;
65
- text-decoration: none !important;
66
- text-align: center;
67
- }
68
-
69
- .cke_top,
70
- .cke_top:before,
71
- .cke_top:after,
72
- .cke_top *,
73
- .cke_top *:before,
74
- .cke_top *:after {
75
- box-sizing: content-box !important;
76
- }
77
-
78
- .cke_button_icon, .cke_button {
79
- padding-top: 1px;
80
- line-height: 0.9;
81
- font-size: 16px;
82
- }
83
-
84
- .cke_nose {
85
- position: absolute;
86
- bottom: -6px;
87
- transform: rotate(45deg);
88
- border: 1px #f3f1ef solid;
89
- border-left: none;
90
- border-top: none;
91
- width: 12px;
92
- height: 12px;
93
- background: #f3f1ef;
94
- box-shadow: 2px 1px 1px 0 rgba(0, 0, 0, 0.1);
95
- opacity: 0;
96
- }
97
-
98
- .cke_nose.float-space-left {
99
- opacity: 1;
100
- transition: opacity .1s ease-in-out;
101
- right: auto;
102
- left: 5px;
103
- }
104
-
105
- .cke_nose.float-space-right {
106
- opacity: 1;
107
- transition: opacity .1s ease-in-out;
108
- right: 5px;
109
- left: auto;
110
- }
111
-
112
- .cke_nose.float-space-bottom {
113
- top: -6px;
114
- box-shadow: none;
115
- }
116
-
117
- .cke_nose.float-space-top {
118
- bottom: -6px;
119
- }
120
-
121
- [class^="btn-"], [class*=" btn-"], .btn-default,
122
- button, input[type="submit"], input[type="reset"], a.cke_dialog_ui_button {
123
- border-radius: 3px;
124
- font-size: 14px !important;
125
- font-size: 1.4rem !important;
126
- cursor: pointer;
127
- text-decoration: none !important;
128
- vertical-align: middle;
129
- outline: 0;
130
- overflow: visible;
131
- border: none;
132
- display: inline-block;
133
- line-height: 2.5;
134
- padding: 0 15px;
135
- font-weight: normal;
136
- font-style: normal;
137
- text-align: center;
138
- height: 35px;
139
- color: white;
140
- background-color: #adb2b9;
141
- text-shadow: 1px 1px 0 #83878e;
142
- }
143
-
144
- .btn-secondary[class^="btn-"], .btn-secondary[class*=" btn-"], .btn-secondary.btn-default,
145
- button.btn-secondary, input.btn-secondary[type="submit"], input.btn-secondary[type="reset"], a.btn-secondary.cke_dialog_ui_button {
146
- color: #adb2b9;
147
- border: 1px solid #adb2b9;
148
- background-color: white;
149
- text-shadow: none;
150
- line-height: 2.3;
151
- }
152
-
153
- .small[class^="btn-"], .small[class*=" btn-"], .small.btn-default,
154
- button.small, input.small[type="submit"], input.small[type="reset"], a.small.cke_dialog_ui_button {
155
- line-height: 1.8;
156
- height: 25px;
157
- }
158
-
159
- .small.btn-secondary[class^="btn-"], .small.btn-secondary[class*=" btn-"], .small.btn-secondary.btn-default,
160
- button.small.btn-secondary, input.small.btn-secondary[type="submit"], input.small.btn-secondary[type="reset"], a.small.btn-secondary.cke_dialog_ui_button {
161
- line-height: 1.5;
162
- }
163
-
164
- .small[class^="btn-"] [class^="icon-"], .small[class*=" btn-"] [class^="icon-"], .small.btn-default [class^="icon-"], button.small [class^="icon-"], input.small[type="submit"] [class^="icon-"], input.small[type="reset"] [class^="icon-"], a.small.cke_dialog_ui_button [class^="icon-"], .small[class^="btn-"] [class*=" icon-"], .small[class*=" btn-"] [class*=" icon-"], .small.btn-default [class*=" icon-"], button.small [class*=" icon-"], input.small[type="submit"] [class*=" icon-"], input.small[type="reset"] [class*=" icon-"], a.small.cke_dialog_ui_button [class*=" icon-"] {
165
- font-size: 13px;
166
- font-size: 1.3rem;
167
- }
168
-
169
- [class^="btn-"] [class^="icon-"], [class*=" btn-"] [class^="icon-"], .btn-default [class^="icon-"], button [class^="icon-"], input[type="submit"] [class^="icon-"], input[type="reset"] [class^="icon-"], a.cke_dialog_ui_button [class^="icon-"], [class^="btn-"] [class*=" icon-"], [class*=" btn-"] [class*=" icon-"], .btn-default [class*=" icon-"], button [class*=" icon-"], input[type="submit"] [class*=" icon-"], input[type="reset"] [class*=" icon-"], a.cke_dialog_ui_button [class*=" icon-"] {
170
- font: tao !important;
171
- font-family: tao;
172
- font-size: 14px;
173
- font-size: 1.4rem;
174
- line-height: 1;
175
- padding: 0 9px 0 0;
176
- position: relative;
177
- top: 1px;
178
- left: -1px;
179
- text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
180
- }
181
-
182
- [class^="btn-"] [class^="icon-"].r, [class*=" btn-"] [class^="icon-"].r, .btn-default [class^="icon-"].r, button [class^="icon-"].r, input[type="submit"] [class^="icon-"].r, input[type="reset"] [class^="icon-"].r, a.cke_dialog_ui_button [class^="icon-"].r, [class^="btn-"] [class*=" icon-"].r, [class*=" btn-"] [class*=" icon-"].r, .btn-default [class*=" icon-"].r, button [class*=" icon-"].r, input[type="submit"] [class*=" icon-"].r, input[type="reset"] [class*=" icon-"].r, a.cke_dialog_ui_button [class*=" icon-"].r {
183
- padding: 0 0 0 9px;
184
- }
185
-
186
- :hover[class^="btn-"], :hover[class*=" btn-"], .btn-default:hover,
187
- button:hover, input:hover[type="submit"], input:hover[type="reset"], a.cke_dialog_ui_button:hover {
188
- opacity: .85;
189
- }
190
-
191
- .btn-info[class^="btn-"], .btn-info[class*=" btn-"], .btn-info.btn-default,
192
- button.btn-info, input.btn-info[type="submit"], input.btn-info[type="reset"], a.btn-info.cke_dialog_ui_button {
193
- color: white;
194
- background-color: #266d9c;
195
- text-shadow: 1px 1px 0 #0b4a74;
196
- }
197
-
198
- .btn-info.btn-secondary[class^="btn-"], .btn-info.btn-secondary[class*=" btn-"], .btn-info.btn-secondary.btn-default,
199
- button.btn-info.btn-secondary, input.btn-info.btn-secondary[type="submit"], input.btn-info.btn-secondary[type="reset"], a.btn-info.btn-secondary.cke_dialog_ui_button {
200
- color: #266d9c;
201
- border: 1px solid #266d9c;
202
- background-color: white;
203
- text-shadow: none;
204
- }
205
-
206
- .btn-error[class^="btn-"], .btn-error[class*=" btn-"], .btn-error.btn-default,
207
- button.btn-error, input.btn-error[type="submit"], input.btn-error[type="reset"], a.btn-error.cke_dialog_ui_button {
208
- color: white;
209
- background-color: #c12a40;
210
- text-shadow: 1px 1px 0 #950e22;
211
- }
212
-
213
- .btn-error.btn-secondary[class^="btn-"], .btn-error.btn-secondary[class*=" btn-"], .btn-error.btn-secondary.btn-default,
214
- button.btn-error.btn-secondary, input.btn-error.btn-secondary[type="submit"], input.btn-error.btn-secondary[type="reset"], a.btn-error.btn-secondary.cke_dialog_ui_button {
215
- color: #c12a40;
216
- border: 1px solid #c12a40;
217
- background-color: white;
218
- text-shadow: none;
219
- }
220
-
221
- .btn-success[class^="btn-"], .btn-success[class*=" btn-"], .btn-success.btn-default,
222
- button.btn-success, input.btn-success[type="submit"], input.btn-success[type="reset"], a.btn-success.cke_dialog_ui_button {
223
- color: white;
224
- background-color: #269c5d;
225
- text-shadow: 1px 1px 0 #0b743c;
226
- }
227
-
228
- .btn-success.btn-secondary[class^="btn-"], .btn-success.btn-secondary[class*=" btn-"], .btn-success.btn-secondary.btn-default,
229
- button.btn-success.btn-secondary, input.btn-success.btn-secondary[type="submit"], input.btn-success.btn-secondary[type="reset"], a.btn-success.btn-secondary.cke_dialog_ui_button {
230
- color: #269c5d;
231
- border: 1px solid #269c5d;
232
- background-color: white;
233
- text-shadow: none;
234
- }
235
-
236
- .btn-warning[class^="btn-"], .btn-warning[class*=" btn-"], .btn-warning.btn-default,
237
- button.btn-warning, input.btn-warning[type="submit"], input.btn-warning[type="reset"], a.btn-warning.cke_dialog_ui_button {
238
- color: white;
239
- background-color: #dcb66b;
240
- text-shadow: 1px 1px 0 #ad8b49;
241
- }
242
-
243
- .btn-warning.btn-secondary[class^="btn-"], .btn-warning.btn-secondary[class*=" btn-"], .btn-warning.btn-secondary.btn-default,
244
- button.btn-warning.btn-secondary, input.btn-warning.btn-secondary[type="submit"], input.btn-warning.btn-secondary[type="reset"], a.btn-warning.btn-secondary.cke_dialog_ui_button {
245
- color: #dcb66b;
246
- border: 1px solid #dcb66b;
247
- background-color: white;
248
- text-shadow: none;
249
- }
250
-
251
- /* todo move to main ? */
252
- .disabled, button[disabled] {
253
- background-color: #afb4bb !important;
254
- text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8) !important;
255
- cursor: not-allowed !important;
256
- opacity: .55 !important;
257
- color: #000 !important;
258
- border: none !important;
259
- }
260
-
261
- .ui-button [class^="icon-"], .ui-button [class*=" icon-"] {
262
- font-family: tao !important;
263
- }
264
-
265
- /* The outer container of the dialog. */
266
- .cke_dialog {
267
- /* Mandatory: Because the dialog.css file is loaded on demand, we avoid
268
- showing an unstyled dialog by hidding it. Here, we restore its visibility. */
269
- visibility: visible;
270
- }
271
-
272
- .cke_dialog_container {
273
- background: transparent !important;
274
- }
275
-
276
- /* The inner boundary container. */
277
- .cke_dialog_body {
278
- z-index: 1;
279
- border: 1px solid #ddd;
280
- border-radius: 2px;
281
- border-radius: 1px;
282
- border-color: #333333;
283
- }
284
-
285
- /* This one is required by Firefox 3.6. Without it,
286
- dialog tabs and resizer float outside of the dialog.
287
- Although this rule doesn't seem to break anything on other
288
- browsers, it doesn't work with broken jQueryUI - #9851. */
289
- .cke_browser_gecko19 .cke_dialog_body {
290
- position: relative;
291
- }
292
-
293
- /* Due to our reset we have to recover the styles of some elements. */
294
- .cke_dialog strong {
295
- font-weight: bold;
296
- }
297
-
298
- /* The dialog title. */
299
- .cke_dialog_title {
300
- font-size: 13px;
301
- cursor: move;
302
- position: relative;
303
- color: white;
304
- border-bottom: 1px solid #333333;
305
- padding: 6px 10px;
306
- background: #333333;
307
- }
308
-
309
- /* The outer part of the dialog contants, which contains the contents body
310
- and the footer. */
311
- .cke_dialog_contents {
312
- background-color: #f3f1ef;
313
- overflow: auto;
314
- padding: 15px 10px 5px 10px;
315
- margin-top: 30px;
316
- border-top: 1px solid #bfbfbf;
317
- border-radius: 0 0 3px 3px;
318
- }
319
-
320
- /* The contents body part, which will hold all elements available in the dialog. */
321
- .cke_dialog_contents_body {
322
- overflow: auto;
323
- padding: 17px 10px 5px 10px;
324
- margin-top: 22px;
325
- }
326
-
327
- /* The dialog footer, which usually contains the "Ok" and "Cancel" buttons as
328
- well as a resize handler. */
329
- .cke_dialog_footer {
330
- text-align: right;
331
- position: relative;
332
- border-top: 1px solid #ddd;
333
- background: #f3f1ef;
334
- }
335
-
336
- .cke_rtl .cke_dialog_footer {
337
- text-align: left;
338
- }
339
-
340
- .cke_hc .cke_dialog_footer {
341
- outline: none;
342
- border-top: 1px solid #fff;
343
- }
344
-
345
- .cke_dialog .cke_resizer {
346
- margin-top: 22px;
347
- }
348
-
349
- .cke_dialog .cke_resizer_rtl {
350
- margin-left: 5px;
351
- }
352
-
353
- .cke_dialog .cke_resizer_ltr {
354
- margin-right: 5px;
355
- }
356
-
357
- /*
358
- Dialog tabs
359
- -------------
360
-
361
- Tabs are presented on some of the dialogs to make it possible to have its
362
- contents split on different groups, visible one after the other.
363
-
364
- The main element that holds the tabs can be made hidden, in case of no tabs
365
- available.
366
-
367
- The following is the visual representation of the tabs block:
368
-
369
- +-- .cke_dialog_tabs ------------------------------------+
370
- | +-- .cke_dialog_tab --+ +-- .cke_dialog_tab --+ ... |
371
- | | | | | |
372
- | +---------------------+ +---------------------+ |
373
- +--------------------------------------------------------+
374
-
375
- The .cke_dialog_tab_selected class is appended to the active tab.
376
- */
377
- /* The main tabs container. */
378
- .cke_dialog_tabs {
379
- height: 24px;
380
- display: inline-block;
381
- margin: 5px 0 0;
382
- position: absolute;
383
- z-index: 2;
384
- left: 10px;
385
- }
386
-
387
- .cke_rtl .cke_dialog_tabs {
388
- right: 10px;
389
- }
390
-
391
- /* A single tab (an <a> element). */
392
- a.cke_dialog_tab {
393
- height: 16px;
394
- padding: 4px 8px;
395
- margin-right: 3px;
396
- display: inline-block;
397
- cursor: pointer;
398
- line-height: 16px;
399
- outline: none;
400
- color: #595959;
401
- border: 1px solid #bfbfbf;
402
- border-radius: 3px 3px 0 0;
403
- background: #d4d4d4;
404
- background-image: linear-gradient(top, #fafafa, #ededed);
405
- filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fafafa', endColorstr='#ededed');
406
- }
407
-
408
- .cke_rtl a.cke_dialog_tab {
409
- margin-right: 0;
410
- margin-left: 3px;
411
- }
412
-
413
- /* A hover state of a regular inactive tab. */
414
- a.cke_dialog_tab:hover {
415
- background: #ebebeb;
416
- background: linear-gradient(to bottom, #ebebeb 0%, #dfdfdf 100%);
417
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dfdfdf', GradientType=0);
418
- }
419
-
420
- a.cke_dialog_tab_selected {
421
- background: #fff;
422
- color: #383838;
423
- border-bottom-color: #fff;
424
- cursor: default;
425
- filter: none;
426
- }
427
-
428
- /* A hover state for selected tab. */
429
- a.cke_dialog_tab_selected:hover {
430
- background: #ededed;
431
- background: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
432
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
433
- }
434
-
435
- .cke_hc a.cke_dialog_tab:hover,
436
- .cke_hc a.cke_dialog_tab_selected {
437
- border: 3px solid;
438
- padding: 2px 6px;
439
- }
440
-
441
- a.cke_dialog_tab_disabled {
442
- color: #bababa;
443
- cursor: default;
444
- }
445
-
446
- /* The .cke_single_page class is appended to the dialog outer element in case
447
- of dialogs that has no tabs. */
448
- .cke_single_page .cke_dialog_tabs {
449
- display: none;
450
- }
451
-
452
- .cke_single_page .cke_dialog_contents {
453
- padding-top: 5px;
454
- margin-top: 0;
455
- border-top: none;
456
- }
457
-
458
- /* The close button at the top of the dialog. */
459
- .cke_dialog_close_button {
460
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA3klEQVR42u2QsQqDMBRFtYubkw4Ogptf4SJuDkFEjEQsKKEf5OrPdSqFfkKaNBcsiNjUOvfBxes9L4/kWda/1jVqXbXqDVbPbPx42vf9e9u2KgxDoX/ZAjFkYOgx3eDcNI3knKsoit5DGDwyMPQY32DbNqeUymEYVBzHAoJHBrZrEa7rXhhjEleG4JH9skxWluWzqioFwa92Yj4cBIEoikIRQiQEj2zPEOp5nsjzXGVZJh3H6SF4ZGDoMQ24pWmqkiTBtvtF3iMDQ49pwKS3/tDfboN1M5u+PeN0kB2rF8eyXLUlg+i6AAAAAElFTkSuQmCC);
461
- background-repeat: no-repeat;
462
- background-position: 0 0;
463
- position: absolute;
464
- cursor: pointer;
465
- color: white;
466
- text-align: center;
467
- height: 20px;
468
- width: 20px;
469
- top: 5px;
470
- z-index: 5;
471
- }
472
-
473
- .cke_hidpi .cke_dialog_close_button {
474
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACpElEQVR42u2Wy08TYRTFgchCg1AsTUiwLFnowigxMLQEKZApfT+HDi1tKQ0lPP4c41Ld+Ygro3+UG22iZXUT728yRYigtLS66ZeczNd7zzn33na+mQ4NDdZgDdZgXb3uK54rviheKx50oIX70tW+cL06Xq+era3J0cmJmJGI3PF4vmps4Rq6Bbho0K5ubAhenRYffWwY3zE4PDyU4+Njx8zj89HE4h90i3DgokHLHi88O+rgkWF8rtXrUtvbkz1Fo9GQxsEBTXzTtHGJxCAHBy4atHjg1c1PsGyVSqeValUqlYpU9VpXs/r+fruJpXPcJWLk4FRdDVo88Or2RozlbPu0VC7Lzs6OlPVaq9Wcyaamp2kiANg702qu7HLRoMXjpqchkras0+1iUYqKUqnkTFbd3ZUZv78J2BMjBwcuGrS9OpKbqXy+ZWO+ve0UYdLzKLo5OHDR9PapMDISTqtxwbalUCg4sHVvn/tMDg7cvjyZbk9OmtbWVsuyLMnn8xdAjBycfj4dg5lstknBbDZ7AcTIwelbcc/UVJNimUxG0un0BRAjB6cfTQQnfL5mTqfM5XK/FW+DHBy4vWwiOK5TZdzJk8mkg4Qilki0QMKNAThwx3v0TQQn1CiZSklKEY/HJaaIxmISMs3WrbExE7AnRg4OXDQTN2ziyV2vt8l08URCotGoRPQNF97clOVQqDU0PPzrbtc9MXJw4KJBiwde3Zz7DxGdiokwbRcPrq7ykLnsqJnk2k0AR6seeHX8Op6dm/thqlk4HBbTNGVDYaysXFX8rAk4cNE4WvXAq+PXsXd29u1KKCSh9XXhj8nTQOBvxc+agIsGLR7q9aabe2Bucmbm/cP5+ZbX7//ovvmuuwKq+YT2nt//Dq+bnITR/6QdrH+zfgLSA6aKhTkIkwAAAABJRU5ErkJggg==);
475
- background-size: 16px;
476
- }
477
-
478
- .cke_dialog_close_button span {
479
- display: none;
480
- }
481
-
482
- .cke_hc .cke_dialog_close_button span {
483
- display: inline;
484
- cursor: pointer;
485
- font-weight: bold;
486
- position: relative;
487
- top: 3px;
488
- }
489
-
490
- .cke_ltr .cke_dialog_close_button {
491
- right: 5px;
492
- }
493
-
494
- .cke_rtl .cke_dialog_close_button {
495
- left: 6px;
496
- }
497
-
498
- .cke_dialog_close_button {
499
- top: 4px;
500
- }
501
-
502
- /*
503
- Dialog UI Elements
504
- --------------------
505
-
506
- The remaining styles define the UI elements that can be used inside dialog
507
- contents.
508
-
509
- Most of the UI elements on dialogs contain a textual label. All of them share
510
- the same labelling structure, having the label text inside an element with
511
- .cke_dialog_ui_labeled_label and the element specific part inside the
512
- .cke_dialog_ui_labeled_content class.
513
- */
514
- /* If an element is supposed to be disabled, the .cke_disabled class is
515
- appended to it. */
516
- div.cke_disabled .cke_dialog_ui_labeled_content div * {
517
- background-color: #ddd;
518
- cursor: default;
519
- }
520
-
521
- /*
522
- Horizontal-Box and Vertical-Box
523
- ---------------------------------
524
-
525
- There are basic layou element used by the editor to properly align elements in
526
- the dialog. They're basically tables that have each cell filled by UI elements.
527
-
528
- The following is the visual representation of a H-Box:
529
-
530
- +-- .cke_dialog_ui_hbox --------------------------------------------------------------------------------+
531
- | +-- .cke_dialog_ui_hbox_first --+ +-- .cke_dialog_ui_hbox_child --+ +-- .cke_dialog_ui_hbox_last --+ |
532
- | + + + + + + |
533
- | +-------------------------------+ +-------------------------------+ +------------------------------+ |
534
- +-------------------------------------------------------------------------------------------------------+
535
-
536
- It is possible to have nested V/H-Boxes.
537
- */
538
- .cke_dialog_ui_vbox table,
539
- .cke_dialog_ui_hbox table {
540
- margin: auto;
541
- }
542
-
543
- .cke_dialog_ui_vbox_child {
544
- padding: 5px 0px;
545
- }
546
-
547
- .cke_dialog_ui_hbox {
548
- width: 100%;
549
- }
550
-
551
- .cke_dialog_ui_hbox_first,
552
- .cke_dialog_ui_hbox_child,
553
- .cke_dialog_ui_hbox_last {
554
- vertical-align: top;
555
- }
556
-
557
- .cke_ltr .cke_dialog_ui_hbox_first,
558
- .cke_ltr .cke_dialog_ui_hbox_child {
559
- padding-right: 10px;
560
- }
561
-
562
- .cke_rtl .cke_dialog_ui_hbox_first,
563
- .cke_rtl .cke_dialog_ui_hbox_child {
564
- padding-left: 10px;
565
- }
566
-
567
- .cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,
568
- .cke_ltr .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child {
569
- padding-right: 5px;
570
- }
571
-
572
- .cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_first,
573
- .cke_rtl .cke_dialog_footer_buttons .cke_dialog_ui_hbox_child {
574
- padding-left: 5px;
575
- padding-right: 0;
576
- }
577
-
578
- /* Applies to all labeled dialog fields */
579
- .cke_hc div.cke_dialog_ui_input_text,
580
- .cke_hc div.cke_dialog_ui_input_password,
581
- .cke_hc div.cke_dialog_ui_input_textarea,
582
- .cke_hc div.cke_dialog_ui_input_select,
583
- .cke_hc div.cke_dialog_ui_input_file {
584
- border: 1px solid;
585
- }
586
-
587
- /*
588
- Text Input
589
- ------------
590
-
591
- The basic text field to input text.
592
-
593
- +-- .cke_dialog_ui_text --------------------------+
594
- | +-- .cke_dialog_ui_labeled_label ------------+ |
595
- | | | |
596
- | +--------------------------------------------+ |
597
- | +-- .cke_dialog_ui_labeled_content ----------+ |
598
- | | +-- div.cke_dialog_ui_input_text --------+ | |
599
- | | | +-- input.cke_dialog_ui_input_text --+ | | |
600
- | | | | | | | |
601
- | | | +------------------------------------+ | | |
602
- | | +----------------------------------------+ | |
603
- | +--------------------------------------------+ |
604
- +-------------------------------------------------+
605
- */
606
- /*
607
- Textarea
608
- ----------
609
-
610
- The textarea field to input larger text.
611
-
612
- +-- .cke_dialog_ui_textarea --------------------------+
613
- | +-- .cke_dialog_ui_labeled_label ----------------+ |
614
- | | | |
615
- | +------------------------------------------------+ |
616
- | +-- .cke_dialog_ui_labeled_content --------------+ |
617
- | | +-- div.cke_dialog_ui_input_textarea --------+ | |
618
- | | | +-- input.cke_dialog_ui_input_textarea --+ | | |
619
- | | | | | | | |
620
- | | | +----------------------------------------+ | | |
621
- | | +--------------------------------------------+ | |
622
- | +------------------------------------------------+ |
623
- +-----------------------------------------------------+
624
- */
625
- textarea.cke_dialog_ui_input_textarea {
626
- overflow: auto;
627
- resize: none;
628
- }
629
-
630
- input.cke_dialog_ui_input_text,
631
- input.cke_dialog_ui_input_password,
632
- textarea.cke_dialog_ui_input_textarea {
633
- background-color: #fff;
634
- border: 1px solid #c9cccf;
635
- border-top-color: #aeb3b9;
636
- padding: 4px 6px;
637
- outline: none;
638
- width: 100%;
639
- *width: 95%;
640
- box-sizing: border-box;
641
- border-radius: 3px;
642
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
643
- }
644
-
645
- input.cke_dialog_ui_input_text:hover,
646
- input.cke_dialog_ui_input_password:hover,
647
- textarea.cke_dialog_ui_input_textarea:hover {
648
- border: 1px solid #aeb3b9;
649
- border-top-color: #a0a6ad;
650
- }
651
-
652
- input.cke_dialog_ui_input_text:focus,
653
- input.cke_dialog_ui_input_password:focus,
654
- textarea.cke_dialog_ui_input_textarea:focus,
655
- select.cke_dialog_ui_input_select:focus {
656
- outline: none;
657
- border: 1px solid #139ff7;
658
- border-top-color: #1392e9;
659
- }
660
-
661
- /*
662
- Button
663
- --------
664
-
665
- The buttons used in the dialog footer or inside the contents.
666
-
667
- +-- a.cke_dialog_ui_button -----------+
668
- | +-- span.cke_dialog_ui_button --+ |
669
- | | | |
670
- | +-------------------------------+ |
671
- +-------------------------------------+
672
- */
673
- /* The outer part of the button. */
674
- a.cke_dialog_ui_button {
675
- line-height: 1.8;
676
- height: 25px;
677
- background-color: #266d9c;
678
- text-shadow: 1px 1px 0 #0b4a74;
679
- }
680
-
681
- /* Special class appended to the Ok button. */
682
- /* A special container that holds the footer buttons. */
683
- .cke_dialog_footer_buttons {
684
- display: inline-table;
685
- margin: 5px;
686
- width: auto;
687
- position: relative;
688
- vertical-align: middle;
689
- }
690
-
691
- /*
692
- Styles for other dialog element types.
693
- */
694
- div.cke_dialog_ui_input_select {
695
- display: table;
696
- }
697
-
698
- select.cke_dialog_ui_input_select {
699
- height: 24px;
700
- line-height: 24px;
701
- background-color: #fff;
702
- border: 1px solid #c9cccf;
703
- border-top-color: #aeb3b9;
704
- padding: 2px 6px;
705
- outline: none;
706
- border-radius: 3px;
707
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
708
- }
709
-
710
- .cke_dialog_ui_input_file {
711
- width: 100%;
712
- height: 25px;
713
- }
714
-
715
- .cke_hc .cke_dialog_ui_labeled_content input:focus,
716
- .cke_hc .cke_dialog_ui_labeled_content select:focus,
717
- .cke_hc .cke_dialog_ui_labeled_content textarea:focus {
718
- outline: 1px dotted;
719
- }
720
-
721
- /*
722
- * Some utility CSS classes for dialog authors.
723
- */
724
- .cke_dialog .cke_centered {
725
- text-align: center;
726
- }
727
-
728
- .cke_dialog a.cke_btn_reset {
729
- float: right;
730
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABfUlEQVR42mNgoAMQB+I+IGYl1wAJZ2fn/0D6JBArEKtJH4izgXgmBwfHvJKSkv9RUVH/2djY3gPFAvFp5ADiiYKCgv8MDAz+u7i4gHF6ejoYJyQk/Ofj4wO5xgWXAZstLS3/p6WlgWz84OjoeMDPz+8aSGNcXNz/4ODgz0A14bg0J9vY2ICdKi8vPxnI54SFQUxMzH9gOFwBstVxup2Jiel0eHj4fx0dnd3ogaikpLQYSHPh1MzKyspiYWHxPTQ0FOS/GDRpRmJCXQAUVYGBgSADvPCoWwvEF4A4FzPe9PUf+fr6ggzowKFZBKjmt729PUhNFIYsDw/PYk9Pz/8qKirfgVwjZDlmZmZQKlwbEBDw39XV9ReuBCVhbW392svLCxTXP0HpAYgjgLgAaMAFKyur/yA5Xl7eanxh4WRsbPwKlHj09PT+Kyoq/tfU1PwPil47O7v/YmJiC0EOIhSgYtzc3PM0NDRuOzk5/QP6+SMwXRwCioeQk5G4CEUjABiqcWIPOk11AAAAAElFTkSuQmCC) top left no-repeat;
731
- width: 16px;
732
- height: 16px;
733
- border: 1px none;
734
- font-size: 1px;
735
- }
736
-
737
- .cke_hidpi .cke_dialog a.cke_btn_reset {
738
- background-size: 16px;
739
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAETElEQVR42u1W3U/bVRhuaWkplI910gIb0t8KWbGoTSi1tBT6Qb9LS1tKKbR8UwgwzIzRJRoTb/z6AyTR3XBhvHA3Xpi4meASvXLGCxMTEy8WzXRZ4i42NcHom/i8v7SYbNHSlm1eeJInp+d3znue533Ped8eieT/djxtAHgZqHtUAswjbjdJlcpP8Fv3SAS8cOECZefmqE6p/Aljz0MX8Oz587Szs0OF9XXqOH36D3x7FZA9KEIp0AdEAZtMofBvb2/T2toaFQoF2traopHRUZLU13+K+a7jIu0HXgOuIMy3dV1d1G8yUY8gkB7Y2NigpaUlEaurq7S5uUnp6WlSNDXdgk2gFmK+2c+3tbf/5nA6aTKZFMO8fe6c6CkTrWO8vLxMCwsLh1jCmNetIiod3d1/Yo/XJSdPyisl78PN/mzQahU34xAz0SK8XFhcPCSbn5+nfD5PuVzuEDwWhays0DwiImttfUui0VQkwNDU1nYnNTUlnusiCJkoh43nQDALzDEpk/N3HiMLSuB1eQiIp9O3JQ0NsYovWUNLy/4KPOZQ5ouknGaxZPKXp222fa0gvKnUaFa6e3vfcHm9V1kEE88WweLcgcAX2Euo5ty3o7GYeKFKnqWzWXpyaOgy5rrvWy2Xm9lbUeTsLKVmZuiMyfQ2ZpTVkJ/R9/Xd5TOexWZZEGexcYcgvPJvdYCPgj2fSCbvSJTKmVpu/YvT8IDJM+hnIMDhdu8Xc/8fBWQhwBMMfo3fxtoqjFr9QQakmUxGzGOc+QE+68tVQv3AwB76xpqrzeNnz15PpdM0hdufSKXoKav1y7JGjY3y46p27Z5AgDj1UiBnAWqt9t2H+adiTxTJk6h4LAD1/KUq90oBu/egs5yRJoT0m0wkKAFw2ZWoVO9VRa9QfGSx2cjmcNAzdjv1m80HR0pL8/Dwd5GJCYrF4yKQft9Ulcsm048cwdJdMlks145k2Hbq1PvhaJRiiAQLwEuH/9ttFfL73D6faB8HuKg1abW7RzOtr38uBAETHAUWMTlJzRrNtxWk2IkTOt0PcdhNwJ73CQMSqXT5qOo77S7Xz+FIhKIQwh4Ew2GSq1SXMNdaxvYxeWPjx5GiHdtzNLHfDRZWwQugLjfm9VIwFCIWwpEYwVtA1dLyPeZC975+23t7uQ4kVc3NN514CfH6MESzvWt8nGATrfgSdRkMH/pQE0IsAptxKEPoBYOBlGr1XYT0KpZdBD6XKhS/8suIxYohxzq28weDpBOEvWprQqfF4bg57vdToCgkUowGh5g9HRwaolGX65CY53kdrx8HLHb79cpCf3/Tant6LtnHxsiLUPohxl8UFIR3JfC4NOfF7XdgvVav36uV/O8mk2UGh4dvjXk85ALcAAvygYx7d/E7HiZktlpvYH30QZRpLZ5WBeTzO3qj8Sub0/n7KEjRH/QYjdfUOt0u3gHLx+d1+aYCnqj21fOfaX8B/W75vG/o0t0AAAAASUVORK5CYII=);
740
- }
741
-
742
- .cke_rtl .cke_dialog a.cke_btn_reset {
743
- float: left;
744
- }
745
-
746
- .cke_dialog a.cke_btn_locked,
747
- .cke_dialog a.cke_btn_unlocked {
748
- float: left;
749
- width: 16px;
750
- height: 16px;
751
- background-repeat: no-repeat;
752
- border: none 1px;
753
- font-size: 1px;
754
- }
755
-
756
- .cke_dialog a.cke_btn_locked .cke_icon {
757
- display: none;
758
- }
759
-
760
- .cke_rtl .cke_dialog a.cke_btn_locked,
761
- .cke_rtl .cke_dialog a.cke_btn_unlocked {
762
- float: right;
763
- }
764
-
765
- .cke_dialog a.cke_btn_locked {
766
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABIUlEQVR42s2RQWqDUBRFM3NgVOJAqIqIEzEgDh0pKIgRNKiIGjeQ1WQ/WYLr6BI66+jV+5EirdLaUR88rve8+98H/+Hwn+sy9Tj126yXXYdFUXyVZfk+fb9A4fcsGU+n030JZj/+6rRt2++THL/g48x/riAIaA9f1nNqKssSwW+94M/V05qmUVVV1HUd9X1Pt9uNhmFgCg+OOXKrCzzPozzPqa5rapqG2rb9bHhwzJFbXeA4DqVpStfrld3kuu6D4zgVCg+OOXJbf5+SJKGiKNgCnudVcCg8OObIrS6wLIuiKKIsy9htgiA8JqxC4cExR251gaqq5Ps+hWFIcRzT+XwmSZKYwoNjjtzmMyqKwgK6rpNhGGSaJlN4cMw3n/Ev9QGQyJLlaCS9rQAAAABJRU5ErkJggg==);
767
- }
768
-
769
- .cke_dialog a.cke_btn_unlocked {
770
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABIUlEQVR42s1RS2qEQBScnQujIgYXjoi4EQVxKVkoKBHHoOIPPyeY08xpspkj5BBZ5QJZZ/XSJUlgQAkz2eRB8fpVVVc33bvdf65HhmeGd4YXhsM1mx8YXhmeGO4VRTmKovh2bchFybJ8/LrJzXVn2/bHnx4lDEP6zXNmoC3Udf29Pq/u3u/31LYtTdNE8zxfANw4jtQ0DcG3GuD7PhVFQV3XUd/3NAzDDzAjHDp8qwGO41CWZVRV1XKS53knjuM0dMzgocO3GsBemdI0pbIslwCe5zXw6JjBQ4dvNcCyLIrjmPI8X04TBOHEaA0dM3jo8K0GaJpGQRBQFEWUJAm5rkuSJC0dM3jo8G1+o6qqi0HXdTIMg0zTXDpm8NA3v/GW+gQX/Yy8i1gxkgAAAABJRU5ErkJggg==);
771
- }
772
-
773
- .cke_hidpi .cke_dialog a.cke_btn_unlocked,
774
- .cke_hidpi .cke_dialog a.cke_btn_locked {
775
- background-size: 16px;
776
- }
777
-
778
- .cke_hidpi .cke_dialog a.cke_btn_locked {
779
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADBElEQVR42u2W204aURSGvdC0SZPaxFMa08ZK06qt2iiJRxAEBAdBzqhFiwFBqz6Cj+Jt730K3qJXPoFX3qyk6xsHAyPEMeBF0+7kT3bW+te319qOM/T0/F9/6XL19PVdDI6NXS2FQteIPTEz98yr8v3w8Obk7EyqJydSrlZNsSdGDs+znPxyaOhXsVKR6vHxnTi4UVYcD96uT/6jXJYjhVdUx0x8eio/z89NsSdGDg/ebt6EK1co3JSOjqRMEzqtEY//1nhe9dZSnhg5PHip6c4z0dt7UdKpSgouKzgSi3F4fwtnPzk8eKmhtuPz34yOXh0Ui1JUHZZKYk3ebuXx4KWG2o4bmF1evt4rFGT/4EB29vfFuvJ26y0evNRQ23EDa4Yh+d1d2dnbk0gyKY/58eClhtqOG1gNhyWTy5nybm4+CsRT91PbcQOBaFSyCkPsu+1vO/iIy1UDENcrzWazpmK690UishQMysL6epOIkYs1+KmFAQum49OHxsdriUxG0grJqHI6DWKfSqclkUq1FDm7HwYsmI4bYKKEwuqTdCpYMB03MOfxSGx7W1I6VVqLOxEMWDAdN/BtdVWi8bgkudY2anVQK8GABdP5y2dlRaKxmCT1IbIrZf2tU9YzgtinrCZa1cCC6biBr4uLEtGXSFw739bra1IiIWHDuH09PHypVjdiT4yc3Q8DFkzHDXxZWOAQs7hR9Qb6R0YuH3yJNFZvwF4HC6bjBibdbgnpWyyq/8NbW1v3iulV8kBZk9uXmxyexhoYsGA6buDz/LwENzbE0OJog0yoTtSuAXL1Q+uCAQum4wY+zc1JIBQSQ6+uUSZQD7D+/k2LmGEdbq+DBdNxAx9nZ8UfCEhYry6ir9cm6cfGHwzevhoYuH8I2RMjZ/fDgAXT+W+wmRnx6ZuL4gcCivSwJtXjLWpgwXTcwIfpafH6/RLUD0xL6ZWGbCLWzg8L5lN+gteWvF7x+HziWVvrTMqABfNJn+MXg4O191NT8m5y8k4TEw/lIAcD1pM+x//M+gOahgSuyle9EwAAAABJRU5ErkJggg==);
780
- }
781
-
782
- .cke_hidpi .cke_dialog a.cke_btn_unlocked {
783
- background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAC/UlEQVR42u2W20pbQRiFgyhtEWrBEyINVkurtpqigXhIYmISE3dMzNlDExvNWb3qXS+kfY6Ct73onU+RtxAKPoH0wpsfutbujiQx0lFJoLQDCyYz83//msOeicn0v/ylZcLU1fWx32z+vuDx/Fj0+S4GxsbOTD09J3pfm0smfXBweXh8LKVKRfKlki7WK2h7v79/iTHFdiX/kj86EiavIGGpXJYSk9fE31C2WJTHg4Pf2mHgiam393Mml/tZOjyUsmFGN4R6GaaKSF6APuTz0s6VMGOGX7Hnn1CfhEagLS0cPi9wS5A8VyhIKp2+7MSZqC99gVDoPI/kOZrASpi6u086/YVs7edyks1mZQ96Njp61mkDI9uZjGT29mQ3nRbL0tJFxy+JQDQq27u7srWzIyuaJh034Fxfl0Qqpcvu93fegCcYlCSSU6zfl2MfHB+v4poVm8cjttXVP2rR6xVXICAhbEEymdQVRp0mhicmqmQqZ2fySCIhUSgSiykrFo9LAolTmD3Fehwii0xlA5xRBLDaTB4qsshUNjDncEhoc1NimFUcwQ8RGWSRqWzgnd0uwXBYolzWW9QqUSuRQRaZygYsy8sSDIUkikPUrJix1zHsa9zYY9ZjholWMWSRqWzg7cKCBHCJhOF8E8vXoEhE/Jp29XRo6BRDrRTrbGNf83gyyCJT2cAbm41J9OB61Qz0DQ+f3niJ0FYz0BxHFpnKBqasVvHhFgviG97Y2LhWCEvJA2XMvLlY2ccx9TFkkEWmsoHX8/PiXVsTDcHBOulQzOg2A+yrJa2JDLLIVDbwam5OPLgFNSxdvXQgEhj731DYphnJm+PIIlPZwEuLRdy4gv1YugCu1wbhsXF7vVe9/f3Xh5B1trGveTwZZJGp/r97dlZcuLkYfEOEUkjWoFp7ixiyyFQ28GJmRpxut3jxwLQUltTXJLbdNp4sMpUN4E9nddHpFIfLJY6VlYcJDLLIvNNz/GhgoGqenpbnU1O/NTl5Uwp9ZJB1p+f4nym/ADm2xhhFbdXIAAAAAElFTkSuQmCC);
784
- }
785
-
786
- .cke_dialog .cke_btn_over {
787
- border: outset 1px;
788
- cursor: pointer;
789
- }
790
-
791
- /*
792
- The rest of the file contains style used on several common plugins. There is a
793
- tendency that these will be moved to the plugins code in the future.
794
- */
795
- .cke_dialog .ImagePreviewBox {
796
- border: 2px ridge black;
797
- overflow: scroll;
798
- height: 200px;
799
- width: 300px;
800
- padding: 2px;
801
- background-color: white;
802
- }
803
-
804
- .cke_dialog .ImagePreviewBox table td {
805
- white-space: normal;
806
- }
807
-
808
- .cke_dialog .ImagePreviewLoader {
809
- position: absolute;
810
- white-space: normal;
811
- overflow: hidden;
812
- height: 160px;
813
- width: 230px;
814
- margin: 2px;
815
- padding: 2px;
816
- opacity: 0.9;
817
- filter: alpha(opacity=90);
818
- background-color: #e4e4e4;
819
- }
820
-
821
- .cke_dialog .FlashPreviewBox {
822
- white-space: normal;
823
- border: 2px ridge black;
824
- overflow: auto;
825
- height: 160px;
826
- width: 390px;
827
- padding: 2px;
828
- background-color: white;
829
- }
830
-
831
- .cke_dialog .cke_pastetext {
832
- width: 346px;
833
- height: 170px;
834
- }
835
-
836
- .cke_dialog .cke_pastetext textarea {
837
- width: 340px;
838
- height: 170px;
839
- resize: none;
840
- }
841
-
842
- .cke_dialog iframe.cke_pasteframe {
843
- width: 346px;
844
- height: 130px;
845
- background-color: white;
846
- border: 1px solid #aeb3b9;
847
- border-radius: 3px;
848
- }
849
-
850
- .cke_dialog .cke_hand {
851
- cursor: pointer;
852
- }
853
-
854
- .cke_disabled {
855
- color: #a0a0a0;
856
- }
857
-
858
- .cke_dialog_body .cke_label {
859
- display: none;
860
- }
861
-
862
- .cke_dialog_body label {
863
- display: inline;
864
- margin-bottom: auto;
865
- cursor: default;
866
- }
867
-
868
- .cke_dialog_body label.cke_required {
869
- font-weight: bold;
870
- }
871
-
872
- a.cke_smile {
873
- overflow: hidden;
874
- display: block;
875
- text-align: center;
876
- padding: 0.3em 0;
877
- }
878
-
879
- a.cke_smile img {
880
- vertical-align: middle;
881
- }
882
-
883
- a.cke_specialchar {
884
- cursor: inherit;
885
- display: block;
886
- height: 1.25em;
887
- padding: 0.2em 0.3em;
888
- text-align: center;
889
- }
890
-
891
- a.cke_smile,
892
- a.cke_specialchar {
893
- border: 1px solid transparent;
894
- }
895
-
896
- a.cke_smile:hover,
897
- a.cke_smile:focus,
898
- a.cke_smile:active,
899
- a.cke_specialchar:hover,
900
- a.cke_specialchar:focus,
901
- a.cke_specialchar:active {
902
- background: #fff;
903
- outline: 0;
904
- }
905
-
906
- a.cke_smile:hover,
907
- a.cke_specialchar:hover {
908
- border-color: #888;
909
- }
910
-
911
- a.cke_smile:focus,
912
- a.cke_smile:active,
913
- a.cke_specialchar:focus,
914
- a.cke_specialchar:active {
915
- border-color: #139FF7;
916
- }
917
-
918
- /**
919
- * Styles specific to "cellProperties" dialog.
920
- */
921
- .cke_dialog_contents a.colorChooser {
922
- display: block;
923
- margin-top: 6px;
924
- margin-left: 10px;
925
- width: 80px;
926
- }
927
-
928
- .cke_rtl .cke_dialog_contents a.colorChooser {
929
- margin-right: 10px;
930
- }
931
-
932
- /* Compensate focus outline for some input elements. (#6200) */
933
- .cke_dialog_ui_checkbox_input:focus,
934
- .cke_dialog_ui_radio_input:focus,
935
- .cke_btn_over {
936
- outline: 1px dotted #696969;
937
- }
938
-
939
- .cke_iframe_shim {
940
- display: block;
941
- position: absolute;
942
- top: 0;
943
- left: 0;
944
- z-index: -1;
945
- filter: alpha(opacity=0);
946
- width: 100%;
947
- height: 100%;
948
- }
949
-
950
- /*# sourceMappingURL=dialog.css.map */