aboutsummaryrefslogtreecommitdiff
path: root/image.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 /image.css
parent65e4e46dbbdd0b2e25977e0365ac215f8f6f399e (diff)
downloadvideo-e06647587abf3e384a6461c93031f07d35b74098.tar.gz
video-e06647587abf3e384a6461c93031f07d35b74098.tar.bz2
Updating module for drupal7 file system API
Diffstat (limited to 'image.css')
-rw-r--r--image.css15
1 files changed, 0 insertions, 15 deletions
diff --git a/image.css b/image.css
deleted file mode 100644
index a3f6114..0000000
--- a/image.css
+++ /dev/null
@@ -1,15 +0,0 @@
-/* $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;
-}