first import

Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
bachy
2012-10-05 13:50:00 +02:00
commit 95098773d5
1051 changed files with 309382 additions and 0 deletions

14
modules/image/image.css Normal file
View File

@@ -0,0 +1,14 @@
/**
* Image upload widget.
*/
div.image-preview {
float: left; /* LTR */
padding: 0 10px 10px 0; /* LTR */
}
div.image-widget-data {
float: left; /* LTR */
}
div.image-widget-data input.text-field {
width: auto;
}