Initial commit

This commit is contained in:
Mauricio Dinarte 2024-07-22 21:38:34 -06:00
commit 1664d5cfe6
2772 changed files with 600692 additions and 0 deletions

View file

@ -0,0 +1,11 @@
/**
* Image upload widget.
*/
div.image-preview {
float: right;
padding: 0 0 10px 10px;
}
div.image-widget-data {
float: right;
}