diff options
author | Heshan Wanigasooriya <heshanmw@gmail.com> | 2011-01-08 05:18:58 +0000 |
---|---|---|
committer | Heshan Wanigasooriya <heshanmw@gmail.com> | 2011-01-08 05:18:58 +0000 |
commit | 7ee45931f5852247d7e4fd292204c65f5f20fea5 (patch) | |
tree | 6502b72d2f5adf95f67efb2e3933eb2b7eede47f /image.css | |
parent | 427d9f26ae67d2c533029b26ac6578528aaddb68 (diff) | |
download | video-7ee45931f5852247d7e4fd292204c65f5f20fea5.tar.gz video-7ee45931f5852247d7e4fd292204c65f5f20fea5.tar.bz2 |
Adding filed info and update the video field.
Diffstat (limited to 'image.css')
-rw-r--r-- | image.css | 15 |
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; +} |