| author | ymh <ymh.work@gmail.com> |
| Thu, 07 Nov 2013 18:32:57 +0100 | |
| changeset 52 | 6c7371c8917a |
| parent 0 | 7f8907368bd5 |
| permissions | -rwxr-xr-x |
| 0 | 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 |
} |
|
16 |
||
17 |
.Ldt-Highlight { |
|
18 |
background: #ffa0fc; |
|
19 |
} |