web/lib/metadataplayer/LdtPlayer-core.css
changeset 0 7f8907368bd5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/lib/metadataplayer/LdtPlayer-core.css	Fri Oct 18 17:54:44 2013 +0200
@@ -0,0 +1,19 @@
+/* Base classes */
+
+.Ldt-Loader {
+    min-height: 128px;
+    background:url(img/loader.gif) center no-repeat;
+    text-indent: -9999px;
+    position: absolute;
+    width: 100%;
+}
+
+.Ldt-Widget {
+/*    font-family: Arial, Helvetica, sans-serif; */
+    color: black;
+    font-size: 12px;
+}
+
+.Ldt-Highlight {
+    background: #ffa0fc;
+}