move to django 1.4 and django-pipeline,
[wolnelektury.git] / apps / catalogue / static / player / player.css
diff --git a/apps/catalogue/static/player/player.css b/apps/catalogue/static/player/player.css
new file mode 100644 (file)
index 0000000..c449803
--- /dev/null
@@ -0,0 +1,17 @@
+#player h1 {
+       font-size: 2em;
+       margin: .5em;
+}
+
+.player-info {
+       margin: 1em;
+}
+
+
+.play {
+       cursor: pointer;
+}
+
+.play:hover {
+       color: #0D7E85;
+}