1
/* Base classes */
2
3
.Ldt-Loader {
4
min-height: 128px;
5
background:url(img/loader.gif) center no-repeat;
6
text-indent: -9999px;
7
position: absolute;
8
width: 100%;
9
}
10
11
.Ldt-Widget {
12
font-family: Arial, Helvetica, sans-serif;
13
color: black;
14
font-size: 12px;
15