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