Code layout change.
[wolnelektury.git] / src / catalogue / static / player / player.css
diff --git a/src/catalogue/static/player/player.css b/src/catalogue/static/player/player.css
new file mode 100644 (file)
index 0000000..829a9a1
--- /dev/null
@@ -0,0 +1,21 @@
+#player h1 {
+       font-size: 2em;
+       margin: .5em;
+}
+
+.player-info {
+       margin: 1em;
+}
+
+
+.play {
+       cursor: pointer;
+}
+
+.play:hover {
+       color: #0D7E85;
+}
+
+.daisy-list {
+    list-style: none;
+}