Modifications pour le document EditSheet

Modifié par Florent Charton le 2026/03/13 11:04

Depuis la version 5.1
modifié par Florent Charton
sur 2026/01/08 10:59
Commentaire de modification : Install extension [org.xwiki.platform:xwiki-platform-ckeditor-ui/17.4.8]
À la version 4.1
modifié par Florent Charton
sur 2025/08/19 15:16
Commentaire de modification : Install extension [org.xwiki.platform:xwiki-platform-ckeditor-ui/17.4.3]

Résumé

Détails

XWiki.StyleSheetExtension[0]
Code
... ... @@ -370,15 +370,26 @@
370 370  }
371 371  
372 372  .cke_contents > textarea.cke_source.cke_editable_inline {
373 + border: 1px solid transparent;
374 + border-radius: 0;
373 373   box-shadow: none;
376 + margin-top: -1px;
377 + margin-left: -1px;
378 +
379 + .form-control-focus();
374 374  }
375 375  
382 +.cke_contents.fake {
383 + /* We need this to have the box shadow visible when the source area is focused. */
384 + overflow: visible;
385 +}
386 +
376 376  #xwikicontent + .cke_contents > textarea.cke_source.cke_editable_inline {
377 377   /* Don't take the padding and the margin into account when computing the 100% width. */
378 378   box-sizing: content-box;
379 379   /* Make sure the Source area has the same width as the WYSIWYG area. */
380 - margin-left: -@grid-gutter-width / 2;
381 - margin-right: -@grid-gutter-width / 2;
391 + margin-left: -@grid-gutter-width / 2 - 1px;
392 + margin-right: -@grid-gutter-width / 2 - 1px;
382 382  }
383 383  
384 384  /**