| 123456789101112131415161718192021222324 |
- // Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
- // For licensing, see LICENSE.md or http://ckeditor.com/license
- .ck-link-balloon-panel {
- padding: ck-spacing();
- // Box to accommodate buttons.
- .ck-link-form-actions {
- clear: both;
- padding-top: ck-spacing();
- .ck-button {
- float: right;
- & + .ck-button {
- margin-right: ck-spacing( 'medium' );
- & + .ck-button {
- float: left;
- }
- }
- }
- }
- }
|