textalternativeform.css 315 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md.
  4. */
  5. .cke-text-alternative-form {
  6. overflow: hidden;
  7. }
  8. .cke-text-alternative-form__actions {
  9. clear: both;
  10. & .ck-button {
  11. float: right;
  12. & + .ck-button + .ck-button {
  13. float: left;
  14. }
  15. }
  16. }