web/css/LdtPlayer-core.css
author cavaliet
Mon, 21 Oct 2013 11:23:52 +0200
changeset 1 66e72e0ab58f
parent 0 7f8907368bd5
permissions -rwxr-xr-x
second commit

/* 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;
}