|
@@ -0,0 +1,40 @@
|
|
|
|
|
+/*
|
|
|
|
|
+ * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
|
|
|
|
|
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
|
|
|
+ */
|
|
|
|
|
+
|
|
|
|
|
+.ck.ck-table-properties-form {
|
|
|
|
|
+ width: 320px;
|
|
|
|
|
+
|
|
|
|
|
+ & .ck-form__row {
|
|
|
|
|
+ &.ck-table-properties-form__dimensions-row,
|
|
|
|
|
+ &.ck-table-properties-form__alignment-row {
|
|
|
|
|
+ padding-left: 0;
|
|
|
|
|
+ padding-right: 0;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ &.ck-table-properties-form__dimensions-row {
|
|
|
|
|
+ & .ck-labeled-view > .ck-label {
|
|
|
|
|
+ font-size: 10px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ & .ck-table-properties-form__width {
|
|
|
|
|
+ margin-right: var(--ck-spacing-small);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ & .ck-table-properties-form__height {
|
|
|
|
|
+ margin-left: var(--ck-spacing-small);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ &.ck-table-properties-form__alignment-row {
|
|
|
|
|
+ & .ck.ck-toolbar {
|
|
|
|
|
+ background: none;
|
|
|
|
|
+
|
|
|
|
|
+ & .ck-toolbar__items > * {
|
|
|
|
|
+ width: 40px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|