first commit

This commit is contained in:
2024-11-11 18:46:54 +01:00
commit a630d17338
25634 changed files with 4923715 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
/* This stylesheet should be used to add your custom styles to the back-office without using the Sass sources. It will be loaded after all the default styles.
You should NOT edit any other exisiting back-office CSS file manually: they are generated by the Sass preprocessor: http://www.sass-lang.com/ . */
#image_link-images-thumbnails div img {
max-width: 100%;
}
#image #thumb_link-images-thumbnails div img {
max-width: 100%;
}
div.mce-edit-area {
max-height: 650px !important;
}