File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 33body {
44 --typo3-text-color-code : light-dark (var (--token-color-green-60 ), var (--token-color-green-80 ));
55 --pagemodule-grid-spacing : .5rem ;
6+ --pagemodule-action-height : 2rem ;
67}
78
89/* v13 BE fixes */
10+ .module .yoast-seo-score-bar {
11+ margin : 0 .5rem .5rem ;
12+ }
13+
14+ .module .yoast-seo-snippet-header {
15+ margin-block-end : 2rem ;
16+ padding : 0 ;
17+ border : 1px dotted var (--pagemodule-grid-border-color );
18+ border-radius : var (--pagemodule-grid-border-radius );
19+ }
920
1021.t3-grid-table colgroup col {
1122 width : unset !important ;
2637 width : unset;
2738}
2839
40+ .t3-page-ce-actions {
41+ height : unset;
42+ }
2943
3044/* filereference metadata */
3145.formengine-field-item-description {
@@ -144,6 +158,13 @@ h2.t3js-subtitle-inlineedit {
144158
145159
146160/* v13 BE styling touchup */
161+ .t3-page-ce-actions {
162+ margin : 0 0 1rem ;
163+ }
164+ * + .t3-page-ce-actions {
165+ margin : 1rem 0 ;
166+ }
167+
147168.t3js-page-new-ce .btn {
148169 border-radius : 3rem ;
149170 padding : .5rem 1rem ;
@@ -201,12 +222,21 @@ div[id*="t3js-form-field-slug"] {
201222
202223
203224
225+
226+
204227/* reset of order of module docheader */
205228.module-docheader-bar-navigation .module-docheader-bar-column-left .row-cols-auto .row {
206229 flex-flow : row-reverse;
207230 justify-content : left;
208231}
209232
233+ /* hide langauge button text */
234+ .module-docheader button [title = "Language" ] {
235+ font-size : 0 ;
236+ }
237+ .module-docheader button [title = "Language" ]: after {
238+ margin-left : .25rem ;
239+ }
210240
211241
212242
You can’t perform that action at this time.
0 commit comments