tablecellproperties.css 848 B

123456789101112131415161718192021222324252627282930313233343536373839
  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__dimensions-row,
  9. &.ck-table-cell-properties-form__padding-row {
  10. padding: 0;
  11. }
  12. &.ck-table-cell-properties-form__alignment-row {
  13. & .ck.ck-toolbar {
  14. background: none;
  15. }
  16. }
  17. & .ck-table-cell-properties-form__padding-row {
  18. width: 35%;
  19. }
  20. &.ck-table-cell-properties-form__dimensions-row {
  21. & .ck-labeled-view > .ck-label {
  22. font-size: 10px;
  23. }
  24. & .ck-table-cell-properties-form__width {
  25. margin-right: var(--ck-spacing-small);
  26. }
  27. & .ck-table-cell-properties-form__height {
  28. margin-left: var(--ck-spacing-small);
  29. }
  30. }
  31. }
  32. }