tablecellproperties.css 602 B

12345678910111213141516171819202122232425
  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__padding-row {
  9. align-self: flex-end;
  10. padding: 0;
  11. width: 25%;
  12. }
  13. &.ck-table-cell-properties-form__alignment-row {
  14. & .ck.ck-toolbar {
  15. background: none;
  16. /* Compensate for missing input label that would push the margin (toolbar has no inputs). */
  17. margin-top: var(--ck-spacing-standard);
  18. }
  19. }
  20. }
  21. }