| 123456789101112131415 |
- /*
- * Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
- */
- .ck .ck-balloon-rotator__navigation {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- /* Buttons inside a toolbar should be centered while rotator bar is wider (in one or two icons case). */
- .ck .ck-balloon-rotator__content .ck-toolbar {
- justify-content: center;
- }
|