tableproperties.css 801 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-properties-form {
  6. width: 320px;
  7. & .ck-form__row {
  8. &.ck-table-properties-form__dimensions-row,
  9. &.ck-table-properties-form__alignment-row {
  10. padding: 0;
  11. }
  12. &.ck-table-properties-form__dimensions-row {
  13. & .ck-labeled-view > .ck-label {
  14. font-size: 10px;
  15. }
  16. & .ck-table-properties-form__width {
  17. margin-right: var(--ck-spacing-small);
  18. }
  19. & .ck-table-properties-form__height {
  20. margin-left: var(--ck-spacing-small);
  21. }
  22. }
  23. &.ck-table-properties-form__alignment-row {
  24. & .ck.ck-toolbar {
  25. background: none;
  26. & .ck-toolbar__items > * {
  27. width: 40px;
  28. }
  29. }
  30. }
  31. }
  32. }