8
0

tablecellproperties.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /*
  2. * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  4. */
  5. .ck.ck-table-cell-properties-form {
  6. width: 320px;
  7. & .ck-form__row {
  8. & .ck-table-cell-properties-form__background,
  9. & .ck-table-cell-properties-form__padding {
  10. width: 50%;
  11. }
  12. &.ck-table-cell-properties-form__dimensions-row,
  13. &.ck-table-cell-properties-form__padding-row {
  14. padding-left: 0;
  15. padding-right: 0;
  16. }
  17. &.ck-table-cell-properties-form__alignment-row {
  18. & .ck.ck-toolbar {
  19. background: none;
  20. }
  21. }
  22. &.ck-table-cell-properties-form__dimensions-row {
  23. & .ck-labeled-view > .ck-label {
  24. font-size: 10px;
  25. }
  26. & .ck-table-cell-properties-form__width {
  27. margin-right: var(--ck-spacing-small);
  28. }
  29. & .ck-table-cell-properties-form__dimension-operator {
  30. margin: 0;
  31. align-self: start;
  32. display: inline-block;
  33. height: var(--ck-ui-component-min-height);
  34. line-height: var(--ck-ui-component-min-height);
  35. }
  36. & .ck-table-cell-properties-form__height {
  37. margin-left: var(--ck-spacing-small);
  38. }
  39. }
  40. }
  41. }