| author | veltr |
| Thu, 05 Jul 2012 19:08:13 +0200 | |
| branch | new-model |
| changeset 924 | 64c2eaafe5e2 |
| parent 903 | d9da52e20f7f |
| child 988 | eefd336335f9 |
| permissions | -rw-r--r-- |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
1 |
/* Base classes */ |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
2 |
|
| 882 | 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 { |
|
| 903 | 12 |
/* font-family: Arial, Helvetica, sans-serif; */ |
| 882 | 13 |
color: black; |
14 |
font-size: 12px; |
|
| 924 | 15 |
} |