aboutsummaryrefslogtreecommitdiff
path: root/image.css
diff options
context:
space:
mode:
Diffstat (limited to 'image.css')
-rw-r--r--image.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/image.css b/image.css
new file mode 100644
index 0000000..a3f6114
--- /dev/null
+++ b/image.css
@@ -0,0 +1,15 @@
+/* $Id$ */
+
+/**
+ * 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;
+}