trusty-cms 7.0.49 → 7.1.1
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/app/assets/builds/trusty_cms/ckeditor5.css +459 -81
- data/app/assets/builds/trusty_cms/ckeditor5.css.map +3 -3
- data/app/assets/builds/trusty_cms/ckeditor5.js +11247 -7722
- data/app/assets/builds/trusty_cms/ckeditor5.js.map +4 -4
- data/app/assets/stylesheets/admin/assets.scss +5 -0
- data/app/controllers/admin/assets_controller.rb +7 -14
- data/app/javascript/plugins/asset_tags/asset_tag_builder.js +7 -2
- data/app/models/asset.rb +144 -48
- data/app/models/asset_type.rb +29 -25
- data/app/views/admin/assets/_search_results.html.haml +2 -3
- data/app/views/admin/assets/edit.html.haml +2 -2
- data/app/views/admin/assets/remove.html.haml +1 -1
- data/app/views/admin/configuration/_clipped_edit.html.haml +1 -0
- data/app/views/admin/configuration/_clipped_show.html.haml +2 -0
- data/config/database.yml +30 -0
- data/config/initializers/trusty_cms_config.rb +3 -50
- data/config/locales/en.yml +6 -1
- data/config/routes.rb +0 -2
- data/db/migrate/20110606111250_update_configuration.rb +0 -16
- data/lib/trusty_cms/geometry.rb +117 -0
- data/lib/trusty_cms/version.rb +1 -1
- data/spec/dummy/log/development.log +345 -0
- data/spec/dummy/log/test.log +0 -0
- data/spec/dummy/tmp/cache/747/A70/TrustyCms%3A%3AConfig +0 -0
- data/spec/dummy/tmp/cache/85C/FA0/TrustyCms.cache_mtime +0 -0
- data/spec/dummy/tmp/local_secret.txt +1 -0
- data/spec/dummy/tmp/trusty_config_cache.txt +0 -0
- data/spec/lib/trusty_cms/geometry_spec.rb +28 -0
- data/spec/models/asset_spec.rb +235 -12
- data/trusty_cms.gemspec +1 -1
- data/vendor/extensions/clipped-extension/clipped_extension.rb +4 -9
- data/vendor/extensions/clipped-extension/lib/asset_tags.rb +10 -4
- data/vendor/extensions/clipped-extension/lib/generators/templates/clipped_config.rb +11 -35
- data/vendor/extensions/clipped-extension/lib/tasks/active_storage_tasks.rake +66 -0
- data/vendor/extensions/clipped-extension/lib/tasks/clipped_extension_tasks.rake +5 -2
- data/vendor/extensions/clipped-extension/lib/trusty_cms_clipped_extension/cloud.rb +32 -27
- data/yarn.lock +9 -9
- metadata +21 -8
- data/lib/trusty_cms/deprecation.rb +0 -15
- data/vendor/extensions/clipped-extension/lib/paperclip/frame_grab.rb +0 -73
- data/vendor/extensions/clipped-extension/lib/paperclip/geometry_transformation.rb +0 -80
- data/vendor/extensions/clipped-extension/lib/tasks/paperclip_tasks.rake +0 -79
|
@@ -168,9 +168,11 @@
|
|
|
168
168
|
}
|
|
169
169
|
:root {
|
|
170
170
|
--ck-spacing-unit: 0.6em;
|
|
171
|
+
--ck-spacing-extra-large: calc(var(--ck-spacing-unit) * 2);
|
|
171
172
|
--ck-spacing-large: calc(var(--ck-spacing-unit) * 1.5);
|
|
172
173
|
--ck-spacing-standard: var(--ck-spacing-unit);
|
|
173
174
|
--ck-spacing-medium: calc(var(--ck-spacing-unit) * 0.8);
|
|
175
|
+
--ck-spacing-medium-small: calc(var(--ck-spacing-unit) * 0.667);
|
|
174
176
|
--ck-spacing-small: calc(var(--ck-spacing-unit) * 0.5);
|
|
175
177
|
--ck-spacing-tiny: calc(var(--ck-spacing-unit) * 0.3);
|
|
176
178
|
--ck-spacing-extra-tiny: calc(var(--ck-spacing-unit) * 0.16);
|
|
@@ -1077,22 +1079,21 @@ a.ck.ck-button-bold {
|
|
|
1077
1079
|
border-top-color: var(--ck-color-panel-background);
|
|
1078
1080
|
}
|
|
1079
1081
|
:root {
|
|
1080
|
-
--ck-form-header-height:
|
|
1082
|
+
--ck-form-header-height: 3.384em;
|
|
1081
1083
|
}
|
|
1082
1084
|
.ck.ck-form__header {
|
|
1083
1085
|
padding: var(--ck-spacing-small) var(--ck-spacing-large);
|
|
1084
1086
|
height: var(--ck-form-header-height);
|
|
1085
1087
|
line-height: var(--ck-form-header-height);
|
|
1086
1088
|
border-bottom: 1px solid var(--ck-color-base-border);
|
|
1089
|
+
flex-shrink: 0;
|
|
1087
1090
|
}
|
|
1088
|
-
|
|
1089
|
-
margin-
|
|
1090
|
-
|
|
1091
|
-
[dir=rtl] .ck.ck-form__header > .ck-icon {
|
|
1092
|
-
margin-left: var(--ck-spacing-medium);
|
|
1091
|
+
.ck.ck-form__header > .ck-icon {
|
|
1092
|
+
margin-inline-end: var(--ck-spacing-medium);
|
|
1093
|
+
flex-shrink: 0;
|
|
1093
1094
|
}
|
|
1094
1095
|
.ck.ck-form__header .ck-form__header__label {
|
|
1095
|
-
--ck-font-size-base:
|
|
1096
|
+
--ck-font-size-base: 1.153em;
|
|
1096
1097
|
font-weight: bold;
|
|
1097
1098
|
}
|
|
1098
1099
|
.ck.ck-form__header:has(.ck-button-back.ck-hidden) {
|
|
@@ -1104,6 +1105,9 @@ a.ck.ck-button-bold {
|
|
|
1104
1105
|
.ck.ck-form__header > .ck-button-back {
|
|
1105
1106
|
margin-inline-end: var(--ck-spacing-small);
|
|
1106
1107
|
}
|
|
1108
|
+
.ck.ck-form__header > .ck.ck-button {
|
|
1109
|
+
flex-shrink: 0;
|
|
1110
|
+
}
|
|
1107
1111
|
:root {
|
|
1108
1112
|
--ck-icon-size: calc(var(--ck-line-height-base) * var(--ck-font-size-normal));
|
|
1109
1113
|
--ck-icon-font-size: .8333350694em;
|
|
@@ -3325,6 +3329,9 @@ a.ck.ck-button.ck-link-toolbar__preview:has(.ck-icon) {
|
|
|
3325
3329
|
:root {
|
|
3326
3330
|
--ck-color-table-focused-cell-background: hsla(212, 90%, 80%, .3);
|
|
3327
3331
|
--ck-table-content-default-border-color: hsl(0, 0%, 83%);
|
|
3332
|
+
--ck-table-border-none-helper-line-color: hsl(0, 0%, 83%);
|
|
3333
|
+
--ck-table-border-none-helper-line-style: dashed;
|
|
3334
|
+
--ck-table-border-none-helper-line-width: 1px;
|
|
3328
3335
|
}
|
|
3329
3336
|
.ck-widget.table table[style*="border:none"],
|
|
3330
3337
|
.ck-widget.table table[style*="border-style:none"] {
|
|
@@ -3342,6 +3349,25 @@ a.ck.ck-button.ck-link-toolbar__preview:has(.ck-icon) {
|
|
|
3342
3349
|
outline: 1px solid var(--ck-color-focus-border);
|
|
3343
3350
|
outline-offset: -1px;
|
|
3344
3351
|
}
|
|
3352
|
+
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where(td[style*="border:none"], td[style*="border-style:none"], th[style*="border:none"], th[style*="border-style:none"]) {
|
|
3353
|
+
border: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
|
|
3354
|
+
}
|
|
3355
|
+
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) > :where(table[style*="border-top-style:none"]),
|
|
3356
|
+
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where(td[style*="border-top-style:none"], th[style*="border-top-style:none"]) {
|
|
3357
|
+
border-top: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
|
|
3358
|
+
}
|
|
3359
|
+
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) > :where(table[style*="border-right-style:none"]),
|
|
3360
|
+
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where(td[style*="border-right-style:none"], th[style*="border-right-style:none"]) {
|
|
3361
|
+
border-right: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
|
|
3362
|
+
}
|
|
3363
|
+
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) > :where(table[style*="border-bottom-style:none"]),
|
|
3364
|
+
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where(td[style*="border-bottom-style:none"], th[style*="border-bottom-style:none"]) {
|
|
3365
|
+
border-bottom: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
|
|
3366
|
+
}
|
|
3367
|
+
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) > :where(table[style*="border-left-style:none"]),
|
|
3368
|
+
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where(td[style*="border-left-style:none"], th[style*="border-left-style:none"]) {
|
|
3369
|
+
border-left: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
|
|
3370
|
+
}
|
|
3345
3371
|
:root {
|
|
3346
3372
|
--ck-table-properties-error-arrow-size: 6px;
|
|
3347
3373
|
--ck-table-properties-min-error-width: 150px;
|
|
@@ -3537,6 +3563,207 @@ a.ck.ck-button.ck-link-toolbar__preview:has(.ck-icon) {
|
|
|
3537
3563
|
.ck-editor__editable .table.layout-table.ck-widget.ck-widget_type-around_show-fake-caret_after > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
|
|
3538
3564
|
bottom: 0;
|
|
3539
3565
|
}
|
|
3566
|
+
.ck.ck-table-properties-form {
|
|
3567
|
+
width: 320px;
|
|
3568
|
+
}
|
|
3569
|
+
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row {
|
|
3570
|
+
align-self: flex-end;
|
|
3571
|
+
}
|
|
3572
|
+
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar {
|
|
3573
|
+
background: none;
|
|
3574
|
+
margin-top: var(--ck-spacing-standard);
|
|
3575
|
+
}
|
|
3576
|
+
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items > * {
|
|
3577
|
+
flex: 1;
|
|
3578
|
+
}
|
|
3579
|
+
.ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-properties-form__alignment-row {
|
|
3580
|
+
padding: var(--ck-spacing-standard) var(--ck-spacing-large) 0;
|
|
3581
|
+
}
|
|
3582
|
+
.ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__action-row {
|
|
3583
|
+
justify-content: flex-end;
|
|
3584
|
+
}
|
|
3585
|
+
.ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__action-row > .ck.ck-button {
|
|
3586
|
+
flex-grow: initial;
|
|
3587
|
+
}
|
|
3588
|
+
.ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__action-row > .ck.ck-button .ck-button__label {
|
|
3589
|
+
color: currentColor;
|
|
3590
|
+
}
|
|
3591
|
+
:root {
|
|
3592
|
+
--ck-table-properties-error-arrow-size: 6px;
|
|
3593
|
+
--ck-table-properties-min-error-width: 150px;
|
|
3594
|
+
}
|
|
3595
|
+
.ck.ck-table-form.ck-table-properties-form_experimental {
|
|
3596
|
+
--ck-table-form-default-input-width: 80px;
|
|
3597
|
+
}
|
|
3598
|
+
.ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-labeled-field-view > .ck-label {
|
|
3599
|
+
font-size: var(--ck-font-size-tiny);
|
|
3600
|
+
text-align: center;
|
|
3601
|
+
}
|
|
3602
|
+
.ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-style,
|
|
3603
|
+
.ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-width {
|
|
3604
|
+
width: var(--ck-table-form-default-input-width);
|
|
3605
|
+
min-width: var(--ck-table-form-default-input-width);
|
|
3606
|
+
max-width: var(--ck-table-form-default-input-width);
|
|
3607
|
+
}
|
|
3608
|
+
.ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row {
|
|
3609
|
+
--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
|
|
3610
|
+
width: var(--ck-table-form-dimensions-input-width);
|
|
3611
|
+
max-width: var(--ck-table-form-dimensions-input-width);
|
|
3612
|
+
min-width: var(--ck-table-form-dimensions-input-width);
|
|
3613
|
+
padding: 0;
|
|
3614
|
+
}
|
|
3615
|
+
.ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
|
|
3616
|
+
.ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height {
|
|
3617
|
+
width: var(--ck-table-form-default-input-width);
|
|
3618
|
+
min-width: var(--ck-table-form-default-input-width);
|
|
3619
|
+
max-width: var(--ck-table-form-default-input-width);
|
|
3620
|
+
margin: 0;
|
|
3621
|
+
}
|
|
3622
|
+
.ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
|
|
3623
|
+
position: relative;
|
|
3624
|
+
left: -0.5ch;
|
|
3625
|
+
width: 0;
|
|
3626
|
+
overflow: visible;
|
|
3627
|
+
align-self: flex-end;
|
|
3628
|
+
display: inline-block;
|
|
3629
|
+
height: var(--ck-ui-component-min-height);
|
|
3630
|
+
line-height: var(--ck-ui-component-min-height);
|
|
3631
|
+
margin: 0 var(--ck-spacing-small);
|
|
3632
|
+
}
|
|
3633
|
+
.ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view {
|
|
3634
|
+
padding-top: var(--ck-spacing-standard);
|
|
3635
|
+
}
|
|
3636
|
+
.ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
|
|
3637
|
+
border-radius: 0;
|
|
3638
|
+
background: var(--ck-color-base-error);
|
|
3639
|
+
color: var(--ck-color-base-background);
|
|
3640
|
+
padding: var(--ck-spacing-small) var(--ck-spacing-medium);
|
|
3641
|
+
min-width: var(--ck-table-properties-min-error-width);
|
|
3642
|
+
text-align: center;
|
|
3643
|
+
animation: ck-table-form-labeled-view-status-appear .15s ease both;
|
|
3644
|
+
}
|
|
3645
|
+
.ck-rounded-corners .ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status,
|
|
3646
|
+
.ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status.ck-rounded-corners {
|
|
3647
|
+
border-radius: var(--ck-border-radius);
|
|
3648
|
+
}
|
|
3649
|
+
.ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status::after {
|
|
3650
|
+
border-color: transparent transparent var(--ck-color-base-error) transparent;
|
|
3651
|
+
border-width: 0 var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size);
|
|
3652
|
+
border-style: solid;
|
|
3653
|
+
}
|
|
3654
|
+
@media (prefers-reduced-motion: reduce) {
|
|
3655
|
+
.ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
|
|
3656
|
+
animation: none;
|
|
3657
|
+
}
|
|
3658
|
+
}
|
|
3659
|
+
.ck.ck-table-form.ck-table-properties-form_experimental .ck.ck-labeled-field-view .ck-input.ck-error:not(:focus) + .ck.ck-labeled-field-view__status {
|
|
3660
|
+
display: none;
|
|
3661
|
+
}
|
|
3662
|
+
@keyframes ck-table-form-labeled-view-status-appear {
|
|
3663
|
+
0% {
|
|
3664
|
+
opacity: 0;
|
|
3665
|
+
}
|
|
3666
|
+
100% {
|
|
3667
|
+
opacity: 1;
|
|
3668
|
+
}
|
|
3669
|
+
}
|
|
3670
|
+
.ck.ck-form__row > *:not(.ck-label) + * {
|
|
3671
|
+
margin-inline-start: var(--ck-spacing-large);
|
|
3672
|
+
}
|
|
3673
|
+
.ck.ck-form__row > .ck-label {
|
|
3674
|
+
width: 100%;
|
|
3675
|
+
min-width: 100%;
|
|
3676
|
+
}
|
|
3677
|
+
.ck.ck-form__row.ck-table-form__action-row {
|
|
3678
|
+
margin-top: var(--ck-spacing-large);
|
|
3679
|
+
}
|
|
3680
|
+
.ck.ck-table-cell-properties-form {
|
|
3681
|
+
width: 320px;
|
|
3682
|
+
}
|
|
3683
|
+
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental {
|
|
3684
|
+
--ck-table-form-default-input-width: 80px;
|
|
3685
|
+
}
|
|
3686
|
+
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-cell-properties-form__padding-row {
|
|
3687
|
+
align-self: flex-end;
|
|
3688
|
+
padding: 0;
|
|
3689
|
+
width: 25%;
|
|
3690
|
+
}
|
|
3691
|
+
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar {
|
|
3692
|
+
background: none;
|
|
3693
|
+
margin-top: var(--ck-spacing-standard);
|
|
3694
|
+
}
|
|
3695
|
+
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-labeled-field-view > .ck-label {
|
|
3696
|
+
font-size: var(--ck-font-size-tiny);
|
|
3697
|
+
text-align: center;
|
|
3698
|
+
}
|
|
3699
|
+
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-style,
|
|
3700
|
+
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-width {
|
|
3701
|
+
width: 80px;
|
|
3702
|
+
min-width: 80px;
|
|
3703
|
+
max-width: 80px;
|
|
3704
|
+
}
|
|
3705
|
+
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row {
|
|
3706
|
+
padding: 0;
|
|
3707
|
+
}
|
|
3708
|
+
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
|
|
3709
|
+
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height {
|
|
3710
|
+
margin: 0;
|
|
3711
|
+
}
|
|
3712
|
+
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
|
|
3713
|
+
align-self: flex-end;
|
|
3714
|
+
display: inline-block;
|
|
3715
|
+
height: var(--ck-ui-component-min-height);
|
|
3716
|
+
line-height: var(--ck-ui-component-min-height);
|
|
3717
|
+
margin: 0 var(--ck-spacing-small);
|
|
3718
|
+
}
|
|
3719
|
+
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-form__row.ck-table-form__action-row > .ck.ck-button {
|
|
3720
|
+
flex-grow: initial;
|
|
3721
|
+
}
|
|
3722
|
+
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-form__row.ck-table-form__action-row > .ck.ck-button .ck-button__label {
|
|
3723
|
+
color: currentColor;
|
|
3724
|
+
}
|
|
3725
|
+
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row {
|
|
3726
|
+
--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
|
|
3727
|
+
width: var(--ck-table-form-dimensions-input-width);
|
|
3728
|
+
max-width: var(--ck-table-form-dimensions-input-width);
|
|
3729
|
+
min-width: var(--ck-table-form-dimensions-input-width);
|
|
3730
|
+
padding: 0;
|
|
3731
|
+
}
|
|
3732
|
+
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
|
|
3733
|
+
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height {
|
|
3734
|
+
width: var(--ck-table-form-default-input-width);
|
|
3735
|
+
min-width: var(--ck-table-form-default-input-width);
|
|
3736
|
+
max-width: var(--ck-table-form-default-input-width);
|
|
3737
|
+
margin: 0;
|
|
3738
|
+
}
|
|
3739
|
+
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
|
|
3740
|
+
position: relative;
|
|
3741
|
+
left: -0.5ch;
|
|
3742
|
+
width: 0;
|
|
3743
|
+
overflow: visible;
|
|
3744
|
+
align-self: flex-end;
|
|
3745
|
+
display: inline-block;
|
|
3746
|
+
height: var(--ck-ui-component-min-height);
|
|
3747
|
+
line-height: var(--ck-ui-component-min-height);
|
|
3748
|
+
margin: 0 var(--ck-spacing-small);
|
|
3749
|
+
}
|
|
3750
|
+
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__cell-type-row {
|
|
3751
|
+
--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
|
|
3752
|
+
width: var(--ck-table-form-dimensions-input-width);
|
|
3753
|
+
max-width: var(--ck-table-form-dimensions-input-width);
|
|
3754
|
+
min-width: var(--ck-table-form-dimensions-input-width);
|
|
3755
|
+
padding: 0;
|
|
3756
|
+
}
|
|
3757
|
+
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar.ck-table-cell-properties-form__horizontal-alignment-toolbar {
|
|
3758
|
+
--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));
|
|
3759
|
+
width: var(--ck-table-form-dimensions-input-width);
|
|
3760
|
+
max-width: var(--ck-table-form-dimensions-input-width);
|
|
3761
|
+
min-width: var(--ck-table-form-dimensions-input-width);
|
|
3762
|
+
padding: 0;
|
|
3763
|
+
}
|
|
3764
|
+
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar.ck-table-cell-properties-form__vertical-alignment-toolbar {
|
|
3765
|
+
flex-grow: 1;
|
|
3766
|
+
}
|
|
3540
3767
|
:root {
|
|
3541
3768
|
--ck-widget-outline-thickness: 3px;
|
|
3542
3769
|
--ck-widget-handler-icon-size: 16px;
|
|
@@ -4266,7 +4493,7 @@ body.ck-fullscreen .page-break__label {
|
|
|
4266
4493
|
width: calc(210mm + 2px);
|
|
4267
4494
|
}
|
|
4268
4495
|
.ck-fullscreen__sidebar {
|
|
4269
|
-
width:
|
|
4496
|
+
width: 270px;
|
|
4270
4497
|
margin-top: var(--ck-fullscreen-editor-top-margin);
|
|
4271
4498
|
margin-left: 10px;
|
|
4272
4499
|
}
|
|
@@ -4282,14 +4509,33 @@ body.ck-fullscreen .page-break__label {
|
|
|
4282
4509
|
height: 100%;
|
|
4283
4510
|
background-color: transparent;
|
|
4284
4511
|
margin-top: 0px;
|
|
4512
|
+
margin-right: 10px;
|
|
4285
4513
|
box-sizing: border-box;
|
|
4286
4514
|
display: flex;
|
|
4287
4515
|
flex-direction: column;
|
|
4288
4516
|
}
|
|
4289
|
-
.ck-fullscreen__left-sidebar
|
|
4290
|
-
|
|
4517
|
+
.ck-fullscreen__left-sidebar .ck-button.ck-fullscreen__left-sidebar-toggle-button {
|
|
4518
|
+
--ck-icon-size: 20px;
|
|
4519
|
+
--ck-ui-component-min-height: 0px;
|
|
4520
|
+
align-self: flex-start;
|
|
4521
|
+
padding-top: 0;
|
|
4522
|
+
margin-top: var(--ck-fullscreen-editor-top-margin);
|
|
4523
|
+
margin-bottom: var(--ck-spacing-large);
|
|
4524
|
+
opacity: 0.5;
|
|
4525
|
+
border-radius: 100%;
|
|
4526
|
+
}
|
|
4527
|
+
.ck-fullscreen__left-sidebar > .ck-fullscreen__left-sidebar-sticky {
|
|
4528
|
+
min-width: 270px;
|
|
4529
|
+
}
|
|
4530
|
+
.ck-fullscreen__left-sidebar > .ck-fullscreen__left-sidebar-sticky:first-child {
|
|
4291
4531
|
padding-top: var(--ck-fullscreen-editor-top-margin);
|
|
4292
4532
|
}
|
|
4533
|
+
.ck-fullscreen__left-sidebar.ck-fullscreen__left-sidebar--collapsed {
|
|
4534
|
+
width: 65px;
|
|
4535
|
+
}
|
|
4536
|
+
.ck-fullscreen__left-sidebar.ck-fullscreen__left-sidebar--collapsed > :not(.ck-fullscreen__left-sidebar-toggle-button) {
|
|
4537
|
+
display: none;
|
|
4538
|
+
}
|
|
4293
4539
|
.ck-fullscreen__left-sidebar .ck.ck-presence-list--collapsed {
|
|
4294
4540
|
--ck-user-avatar-size: 32px;
|
|
4295
4541
|
}
|
|
@@ -4344,8 +4590,27 @@ body.ck-fullscreen .page-break__label {
|
|
|
4344
4590
|
margin-top: var(--ck-fullscreen-editor-top-margin);
|
|
4345
4591
|
margin-right: auto;
|
|
4346
4592
|
}
|
|
4347
|
-
.ck-fullscreen__sidebar.ck-fullscreen__right-sidebar > :first-child {
|
|
4348
|
-
min-width:
|
|
4593
|
+
.ck-fullscreen__sidebar.ck-fullscreen__right-sidebar:not(.ck-fullscreen__right-sidebar--collapsed) > :first-child {
|
|
4594
|
+
min-width: 270px;
|
|
4595
|
+
}
|
|
4596
|
+
.ck-fullscreen__sidebar.ck-fullscreen__right-sidebar.ck-fullscreen__right-sidebar--collapsed {
|
|
4597
|
+
width: 65px;
|
|
4598
|
+
}
|
|
4599
|
+
.ck-fullscreen__sidebar.ck-fullscreen__right-sidebar.ck-fullscreen__right-sidebar--collapsed > :first-child {
|
|
4600
|
+
min-width: 65px;
|
|
4601
|
+
}
|
|
4602
|
+
.ck.ck-fullscreen__right-edge {
|
|
4603
|
+
position: sticky;
|
|
4604
|
+
top: 0;
|
|
4605
|
+
margin-top: 0;
|
|
4606
|
+
margin-left: 10px;
|
|
4607
|
+
}
|
|
4608
|
+
.ck.ck-fullscreen__right-edge > :first-child {
|
|
4609
|
+
border-top: none;
|
|
4610
|
+
border-bottom: none;
|
|
4611
|
+
border-right: none;
|
|
4612
|
+
height: 100%;
|
|
4613
|
+
width: 495px;
|
|
4349
4614
|
}
|
|
4350
4615
|
.ck.ck-heading_heading1 .ck-button__label {
|
|
4351
4616
|
font-size: 20px;
|
|
@@ -5807,6 +6072,9 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
|
|
|
5807
6072
|
flex-grow: 1;
|
|
5808
6073
|
flex-basis: 100%;
|
|
5809
6074
|
}
|
|
6075
|
+
.ck-content .table th {
|
|
6076
|
+
text-align: start;
|
|
6077
|
+
}
|
|
5810
6078
|
.ck-content[dir=rtl] .table th {
|
|
5811
6079
|
text-align: right;
|
|
5812
6080
|
}
|
|
@@ -5869,6 +6137,10 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
|
|
|
5869
6137
|
margin-bottom: 0;
|
|
5870
6138
|
}
|
|
5871
6139
|
@media print {
|
|
6140
|
+
.ck-content figure.table:not(.layout-table) {
|
|
6141
|
+
width: fit-content;
|
|
6142
|
+
height: fit-content;
|
|
6143
|
+
}
|
|
5872
6144
|
.ck-content figure.table:not(.layout-table) > table {
|
|
5873
6145
|
height: initial;
|
|
5874
6146
|
}
|
|
@@ -5926,83 +6198,32 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
|
|
|
5926
6198
|
.ck-content figure.table.layout-table > table {
|
|
5927
6199
|
border-spacing: 0;
|
|
5928
6200
|
}
|
|
5929
|
-
:root {
|
|
5930
|
-
--ck-form-default-width: 340px;
|
|
5931
|
-
}
|
|
5932
|
-
.ck.ck-form {
|
|
5933
|
-
padding: 0 0 var(--ck-spacing-large);
|
|
5934
|
-
}
|
|
5935
|
-
.ck.ck-form.ck-form_default-width {
|
|
5936
|
-
width: var(--ck-form-default-width);
|
|
5937
|
-
}
|
|
5938
|
-
.ck.ck-form:focus {
|
|
5939
|
-
outline: none;
|
|
5940
|
-
}
|
|
5941
|
-
.ck.ck-form .ck.ck-input-text,
|
|
5942
|
-
.ck.ck-form .ck.ck-input-number {
|
|
5943
|
-
min-width: 100%;
|
|
5944
|
-
width: 0;
|
|
5945
|
-
}
|
|
5946
|
-
.ck.ck-form .ck.ck-dropdown {
|
|
5947
|
-
min-width: 100%;
|
|
5948
|
-
}
|
|
5949
|
-
.ck.ck-form .ck.ck-dropdown .ck-dropdown__button:not(:focus) {
|
|
5950
|
-
border: 1px solid var(--ck-color-base-border);
|
|
5951
|
-
}
|
|
5952
|
-
.ck.ck-form .ck.ck-dropdown .ck-dropdown__button .ck-button__label {
|
|
5953
|
-
width: 100%;
|
|
5954
|
-
}
|
|
5955
|
-
@media screen and (max-width: 600px) {
|
|
5956
|
-
.ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_with-submit {
|
|
5957
|
-
flex-direction: column;
|
|
5958
|
-
align-items: stretch;
|
|
5959
|
-
padding: 0;
|
|
5960
|
-
}
|
|
5961
|
-
}
|
|
5962
|
-
@media screen and (max-width: 600px) {
|
|
5963
|
-
.ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_with-submit > .ck {
|
|
5964
|
-
margin: var(--ck-spacing-large) var(--ck-spacing-large) 0;
|
|
5965
|
-
}
|
|
5966
|
-
}
|
|
5967
|
-
@media screen and (max-width: 600px) {
|
|
5968
|
-
.ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_with-submit .ck-button_with-text {
|
|
5969
|
-
justify-content: center;
|
|
5970
|
-
}
|
|
5971
|
-
}
|
|
5972
|
-
@media screen and (max-width: 600px) {
|
|
5973
|
-
.ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_large-bottom-padding {
|
|
5974
|
-
padding-bottom: var(--ck-spacing-large);
|
|
5975
|
-
}
|
|
5976
|
-
}
|
|
5977
|
-
[dir=ltr] .ck.ck-form.ck-responsive-form > :not(:first-child) {
|
|
5978
|
-
margin-left: 0;
|
|
5979
|
-
}
|
|
5980
|
-
[dir=rtl] .ck.ck-form.ck-responsive-form > :not(:last-child) {
|
|
5981
|
-
margin-left: 0;
|
|
5982
|
-
}
|
|
5983
6201
|
.ck.ck-form__row.ck-table-form__action-row .ck-button-save,
|
|
5984
6202
|
.ck.ck-form__row.ck-table-form__action-row .ck-button-cancel {
|
|
5985
6203
|
justify-content: center;
|
|
5986
6204
|
}
|
|
5987
|
-
.ck.ck-table-form .ck-form__row.ck-table-form__border-row
|
|
5988
|
-
|
|
5989
|
-
|
|
5990
|
-
.ck.ck-table-form .ck-form__row.ck-table-form__background-row {
|
|
6205
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__border-row,
|
|
6206
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__background-row,
|
|
6207
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__cell-type-row {
|
|
5991
6208
|
flex-wrap: wrap;
|
|
5992
6209
|
}
|
|
5993
|
-
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row
|
|
6210
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row,
|
|
6211
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__cell-type-row {
|
|
5994
6212
|
flex-wrap: wrap;
|
|
5995
6213
|
align-items: center;
|
|
5996
6214
|
}
|
|
5997
|
-
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view
|
|
6215
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view,
|
|
6216
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__cell-type-row .ck-labeled-field-view {
|
|
5998
6217
|
display: flex;
|
|
5999
6218
|
flex-direction: column-reverse;
|
|
6000
6219
|
align-items: center;
|
|
6001
6220
|
}
|
|
6002
|
-
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view .ck.ck-dropdown
|
|
6221
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view .ck.ck-dropdown,
|
|
6222
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__cell-type-row .ck-labeled-field-view .ck.ck-dropdown {
|
|
6003
6223
|
flex-grow: 0;
|
|
6004
6224
|
}
|
|
6005
|
-
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator
|
|
6225
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator,
|
|
6226
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__cell-type-row .ck-table-form__dimension-operator {
|
|
6006
6227
|
flex-grow: 0;
|
|
6007
6228
|
}
|
|
6008
6229
|
.ck.ck-table-form .ck-form__row > *:not(.ck-label, .ck-table-form__dimension-operator) {
|
|
@@ -6038,7 +6259,8 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
|
|
|
6038
6259
|
--ck-content-color-table-caption-text: hsl(0, 0%, 20%);
|
|
6039
6260
|
--ck-color-table-caption-highlighted-background: hsl(52deg 100% 50%);
|
|
6040
6261
|
}
|
|
6041
|
-
.ck-content .table > figcaption
|
|
6262
|
+
.ck-content .table > figcaption,
|
|
6263
|
+
.ck-content figure.table > table > caption {
|
|
6042
6264
|
display: table-caption;
|
|
6043
6265
|
caption-side: top;
|
|
6044
6266
|
word-break: normal;
|
|
@@ -6051,17 +6273,20 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
|
|
|
6051
6273
|
outline-offset: -1px;
|
|
6052
6274
|
}
|
|
6053
6275
|
@media (forced-colors: active) {
|
|
6054
|
-
.ck-content .table > figcaption
|
|
6276
|
+
.ck-content .table > figcaption,
|
|
6277
|
+
.ck-content figure.table > table > caption {
|
|
6055
6278
|
background-color: unset;
|
|
6056
6279
|
color: unset;
|
|
6057
6280
|
}
|
|
6058
6281
|
}
|
|
6059
6282
|
@media (forced-colors: none) {
|
|
6060
|
-
.ck.ck-editor__editable .table > figcaption.table__caption_highlighted
|
|
6283
|
+
.ck.ck-editor__editable .table > figcaption.table__caption_highlighted,
|
|
6284
|
+
.ck.ck-editor__editable figure.table > table > caption.table__caption_highlighted {
|
|
6061
6285
|
animation: ck-table-caption-highlight .6s ease-out;
|
|
6062
6286
|
}
|
|
6063
6287
|
}
|
|
6064
|
-
.ck.ck-editor__editable .table > figcaption.ck-placeholder::before
|
|
6288
|
+
.ck.ck-editor__editable .table > figcaption.ck-placeholder::before,
|
|
6289
|
+
.ck.ck-editor__editable figure.table > table > caption.ck-placeholder::before {
|
|
6065
6290
|
padding-left: inherit;
|
|
6066
6291
|
padding-right: inherit;
|
|
6067
6292
|
white-space: nowrap;
|
|
@@ -6117,6 +6342,154 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
|
|
|
6117
6342
|
left: var(--ck-table-column-resizer-position-offset);
|
|
6118
6343
|
right: unset;
|
|
6119
6344
|
}
|
|
6345
|
+
:root {
|
|
6346
|
+
--ck-content-table-style-spacing: 1.5em;
|
|
6347
|
+
}
|
|
6348
|
+
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row {
|
|
6349
|
+
flex-wrap: wrap;
|
|
6350
|
+
flex-basis: 0;
|
|
6351
|
+
align-content: baseline;
|
|
6352
|
+
}
|
|
6353
|
+
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items {
|
|
6354
|
+
flex-wrap: nowrap;
|
|
6355
|
+
}
|
|
6356
|
+
.ck-content .table.table-style-align-left {
|
|
6357
|
+
float: left;
|
|
6358
|
+
margin-right: var(--ck-content-table-style-spacing);
|
|
6359
|
+
}
|
|
6360
|
+
.ck-content .table.table-style-align-right {
|
|
6361
|
+
float: right;
|
|
6362
|
+
margin-left: var(--ck-content-table-style-spacing);
|
|
6363
|
+
}
|
|
6364
|
+
.ck-content .table.table-style-align-center {
|
|
6365
|
+
margin-left: auto;
|
|
6366
|
+
margin-right: auto;
|
|
6367
|
+
}
|
|
6368
|
+
.ck-content .table.table-style-block-align-left {
|
|
6369
|
+
margin-left: 0;
|
|
6370
|
+
margin-right: auto;
|
|
6371
|
+
}
|
|
6372
|
+
.ck-content .table.table-style-block-align-right {
|
|
6373
|
+
margin-left: auto;
|
|
6374
|
+
margin-right: 0;
|
|
6375
|
+
}
|
|
6376
|
+
.ck-editor__editable .table.layout-table.table-style-align-center {
|
|
6377
|
+
margin-left: auto;
|
|
6378
|
+
margin-right: auto;
|
|
6379
|
+
}
|
|
6380
|
+
.ck-editor__editable .table.layout-table.table-style-align-left {
|
|
6381
|
+
margin-right: var(--ck-content-table-style-spacing);
|
|
6382
|
+
}
|
|
6383
|
+
.ck-editor__editable .table.layout-table.table-style-align-right {
|
|
6384
|
+
margin-left: var(--ck-content-table-style-spacing);
|
|
6385
|
+
}
|
|
6386
|
+
.ck-editor__editable .table.layout-table.table-style-block-align-left {
|
|
6387
|
+
margin-left: 0;
|
|
6388
|
+
margin-right: auto;
|
|
6389
|
+
}
|
|
6390
|
+
.ck-editor__editable .table.layout-table.table-style-block-align-right {
|
|
6391
|
+
margin-left: auto;
|
|
6392
|
+
margin-right: 0;
|
|
6393
|
+
}
|
|
6394
|
+
:root {
|
|
6395
|
+
--ck-form-default-width: 340px;
|
|
6396
|
+
}
|
|
6397
|
+
.ck.ck-form {
|
|
6398
|
+
padding: 0 0 var(--ck-spacing-large);
|
|
6399
|
+
}
|
|
6400
|
+
.ck.ck-form.ck-form_default-width {
|
|
6401
|
+
width: var(--ck-form-default-width);
|
|
6402
|
+
}
|
|
6403
|
+
.ck.ck-form:focus {
|
|
6404
|
+
outline: none;
|
|
6405
|
+
}
|
|
6406
|
+
.ck.ck-form .ck.ck-input-text,
|
|
6407
|
+
.ck.ck-form .ck.ck-input-number {
|
|
6408
|
+
min-width: 100%;
|
|
6409
|
+
width: 0;
|
|
6410
|
+
}
|
|
6411
|
+
.ck.ck-form .ck.ck-dropdown {
|
|
6412
|
+
min-width: 100%;
|
|
6413
|
+
}
|
|
6414
|
+
.ck.ck-form .ck.ck-dropdown .ck-dropdown__button:not(:focus) {
|
|
6415
|
+
border: 1px solid var(--ck-color-base-border);
|
|
6416
|
+
}
|
|
6417
|
+
.ck.ck-form .ck.ck-dropdown .ck-dropdown__button .ck-button__label {
|
|
6418
|
+
width: 100%;
|
|
6419
|
+
}
|
|
6420
|
+
@media screen and (max-width: 600px) {
|
|
6421
|
+
.ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_with-submit {
|
|
6422
|
+
flex-direction: column;
|
|
6423
|
+
align-items: stretch;
|
|
6424
|
+
padding: 0;
|
|
6425
|
+
}
|
|
6426
|
+
}
|
|
6427
|
+
@media screen and (max-width: 600px) {
|
|
6428
|
+
.ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_with-submit > .ck {
|
|
6429
|
+
margin: var(--ck-spacing-large) var(--ck-spacing-large) 0;
|
|
6430
|
+
}
|
|
6431
|
+
}
|
|
6432
|
+
@media screen and (max-width: 600px) {
|
|
6433
|
+
.ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_with-submit .ck-button_with-text {
|
|
6434
|
+
justify-content: center;
|
|
6435
|
+
}
|
|
6436
|
+
}
|
|
6437
|
+
@media screen and (max-width: 600px) {
|
|
6438
|
+
.ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_large-bottom-padding {
|
|
6439
|
+
padding-bottom: var(--ck-spacing-large);
|
|
6440
|
+
}
|
|
6441
|
+
}
|
|
6442
|
+
[dir=ltr] .ck.ck-form.ck-responsive-form > :not(:first-child) {
|
|
6443
|
+
margin-left: 0;
|
|
6444
|
+
}
|
|
6445
|
+
[dir=rtl] .ck.ck-form.ck-responsive-form > :not(:last-child) {
|
|
6446
|
+
margin-left: 0;
|
|
6447
|
+
}
|
|
6448
|
+
.ck.ck-form__row.ck-table-form__action-row {
|
|
6449
|
+
justify-content: flex-end;
|
|
6450
|
+
}
|
|
6451
|
+
.ck.ck-form__row.ck-table-form__action-row .ck-button-save,
|
|
6452
|
+
.ck.ck-form__row.ck-table-form__action-row .ck-button-cancel {
|
|
6453
|
+
justify-content: center;
|
|
6454
|
+
}
|
|
6455
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__border-row {
|
|
6456
|
+
flex-wrap: wrap;
|
|
6457
|
+
}
|
|
6458
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__background-row {
|
|
6459
|
+
flex-wrap: wrap;
|
|
6460
|
+
}
|
|
6461
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row {
|
|
6462
|
+
flex-wrap: wrap;
|
|
6463
|
+
align-items: center;
|
|
6464
|
+
}
|
|
6465
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view {
|
|
6466
|
+
display: flex;
|
|
6467
|
+
flex-direction: column-reverse;
|
|
6468
|
+
align-items: center;
|
|
6469
|
+
}
|
|
6470
|
+
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view .ck.ck-dropdown {
|
|
6471
|
+
flex-grow: 0;
|
|
6472
|
+
}
|
|
6473
|
+
.ck.ck-table-form .ck-form__row:not(.ck-table-form__action-row) > *:not(.ck-label, .ck-table-form__dimension-operator) {
|
|
6474
|
+
flex-grow: 1;
|
|
6475
|
+
}
|
|
6476
|
+
.ck.ck-table-form .ck.ck-labeled-field-view {
|
|
6477
|
+
position: relative;
|
|
6478
|
+
}
|
|
6479
|
+
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
|
|
6480
|
+
position: absolute;
|
|
6481
|
+
left: 50%;
|
|
6482
|
+
bottom: calc(-1 * var(--ck-table-properties-error-arrow-size));
|
|
6483
|
+
transform: translate(-50%, 100%);
|
|
6484
|
+
z-index: 1;
|
|
6485
|
+
}
|
|
6486
|
+
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status::after {
|
|
6487
|
+
content: "";
|
|
6488
|
+
position: absolute;
|
|
6489
|
+
top: calc(-1 * var(--ck-table-properties-error-arrow-size));
|
|
6490
|
+
left: 50%;
|
|
6491
|
+
transform: translateX(-50%);
|
|
6492
|
+
}
|
|
6120
6493
|
.ck.ck-input-color {
|
|
6121
6494
|
width: 100%;
|
|
6122
6495
|
display: flex;
|
|
@@ -6540,6 +6913,8 @@ a.ck.ck-button:not(.ck-button_with-text) {
|
|
|
6540
6913
|
}
|
|
6541
6914
|
.ck.ck-form__header h2.ck-form__header__label {
|
|
6542
6915
|
flex-grow: 1;
|
|
6916
|
+
text-overflow: ellipsis;
|
|
6917
|
+
overflow: hidden;
|
|
6543
6918
|
}
|
|
6544
6919
|
.ck.ck-icon {
|
|
6545
6920
|
vertical-align: middle;
|
|
@@ -6941,17 +7316,20 @@ a.ck.ck-button:not(.ck-button_with-text) {
|
|
|
6941
7316
|
.ck.ck-editor__editable.ck-read-only .ck-widget__type-around {
|
|
6942
7317
|
display: none;
|
|
6943
7318
|
}
|
|
6944
|
-
.ck.ck-editor__editable.ck-
|
|
7319
|
+
.ck.ck-editor__editable.ck-widget__type-around_disabled .ck-widget__type-around {
|
|
6945
7320
|
display: none;
|
|
6946
7321
|
}
|
|
6947
|
-
.ck.ck-editor__editable.ck-
|
|
7322
|
+
.ck.ck-editor__editable.ck-restricted-editing_mode_restricted .ck-widget__type-around {
|
|
6948
7323
|
display: none;
|
|
6949
7324
|
}
|
|
7325
|
+
.ck.ck-editor__editable.ck-restricted-editing_mode_restricted div.restricted-editing-exception .ck-widget__type-around {
|
|
7326
|
+
display: initial;
|
|
7327
|
+
}
|
|
6950
7328
|
/*! Bundled license information:
|
|
6951
7329
|
|
|
6952
7330
|
ckeditor5/dist/ckeditor5.css:
|
|
6953
7331
|
(**
|
|
6954
|
-
* @license Copyright (c) 2003-
|
|
7332
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
6955
7333
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
6956
7334
|
*)
|
|
6957
7335
|
*/
|