PluginProbe
TablePress – Tables in WordPress made easy / 3.0
TablePress – Tables in WordPress made easy v3.0
3.3.4 3.3.3 3.3.2 3.3.1 trunk 1.12 1.14 1.9.2 2.0.4 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3 2.3.1 2.3.2 2.4 2.4.1 2.4.2 2.4.3 2.4.4 All 44 releases
← All changes | admin/css/edit.scss +9 -12 2.4.23.0 View file →
@@ -7,9 +7,9 @@
7 7 * @since 1.0.0
8 8 */
9 9
10 10 /* Import spinner and alert box styling. */
11 -@import "spinner-alert";
11 +@use "spinner-alert";
12 12
13 13 /* Container for Table Preview, Advanced Editor, and Help Box dialogs. */
14 14 .hidden-container {
15 15 display: none;
@@ -23,8 +23,10 @@
23 23 /* Positioning of the "Help" button in the header section of a postbox. */
24 24 .postbox-header .handle-actions {
25 25 .button-module-help {
26 26 margin-right: 10px;
27 + vertical-align: top;
28 + margin-top: 1px;
27 29
28 30 @media screen and (max-width: 782px) {
29 31 line-height: 2.18181818;
30 32 vertical-align: top;
@@ -105,19 +107,8 @@
105 107 .tablepress-postbox-table .button {
106 108 vertical-align: middle;
107 109 }
108 110
109 -#table-id-shortcode-wrapper {
110 - display: flex;
111 - justify-content: space-between;
112 - flex-wrap: wrap;
113 - width: 99%;
114 - gap: 5px 0;
115 -}
116 -#table-information-shortcode {
117 - margin: 0 -1px 0 1px;
118 -}
119 -
120 111 #tablepress_edit-table-manipulation .column-1,
121 112 #tablepress_edit-table-manipulation .column-2 {
122 113 width: 50%;
123 114 }
@@ -126,8 +117,14 @@
126 117 .checkbox-left {
127 118 display: inline-block;
128 119 padding-left: 1.25rem; /* Checkboxes are 1rem wide + 0.25rem margin. */
129 120 padding-top: 8px;
121 +}
122 +
123 +/* Compatibility with WP < 6.6 */
124 +.components-checkbox-control .components-base-control__field:has(> span) {
125 + display: flex;
126 + align-items: center;
130 127 }
131 128
132 129 #table-editor {
133 130 font-size: 14px;