From 7ee45931f5852247d7e4fd292204c65f5f20fea5 Mon Sep 17 00:00:00 2001 From: Heshan Wanigasooriya Date: Sat, 8 Jan 2011 05:18:58 +0000 Subject: Adding filed info and update the video field. --- image.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 image.css (limited to 'image.css') 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; +} -- cgit v1.2.3