aboutsummaryrefslogtreecommitdiff
path: root/video.css
diff options
context:
space:
mode:
authorHeshan Wanigasooriya <heshanmw@gmail.com>2011-01-09 07:55:29 +0000
committerHeshan Wanigasooriya <heshanmw@gmail.com>2011-01-09 07:55:29 +0000
commite06647587abf3e384a6461c93031f07d35b74098 (patch)
treeda6154a0839a522028536a85cb1f5a37447e8f44 /video.css
parent65e4e46dbbdd0b2e25977e0365ac215f8f6f399e (diff)
downloadvideo-e06647587abf3e384a6461c93031f07d35b74098.tar.gz
video-e06647587abf3e384a6461c93031f07d35b74098.tar.bz2
Updating module for drupal7 file system API
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;
+}