aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--video.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/video.css b/video.css
new file mode 100644
index 0000000..487151a
--- /dev/null
+++ b/video.css
@@ -0,0 +1,21 @@
+/* $Id$ /*
+
+/**
+ * @file
+ * Contains css theming rules for video module and plugins
+ *
+ * @author Fabio Varesano <fvaresano at yahoo dot it>
+ */
+
+.video_image_teaser {
+ float: left;
+ padding: 0.5em;
+}
+
+br.video_image_clear {
+ clear: both;
+}
+
+.video_image_view {
+ /* inser here rules for node page image */
+}