equal
deleted
inserted
replaced
|
1 #demo-frame > div.demo { padding: 5px !important; }; |
|
2 .iri-chapter{ |
|
3 padding-top:10px; |
|
4 padding-bottom:5px; |
|
5 border-left:solid 1px #aaaaaa; |
|
6 border-right:solid 1px #aaaaaa;' |
|
7 } |
|
8 |
|
9 .tooltip { |
|
10 display:none; |
|
11 background:transparent url(css/jq-css/tooltip/white_arrow.png); |
|
12 font-size:12px; |
|
13 height:100px; |
|
14 width:180px; |
|
15 padding:10px; |
|
16 padding-left:15px; |
|
17 padding-right:15px; |
|
18 color:#000; |
|
19 } |
|
20 |
|
21 #Annotations{ |
|
22 padding-left:5px; |
|
23 width:470px; |
|
24 float:left; |
|
25 } |
|
26 #ldtSaTitle{ |
|
27 padding-top:2px; |
|
28 padding-bottom:5px; |
|
29 font-size:18px; |
|
30 color:#FFF; |
|
31 height:22p; |
|
32 } |
|
33 #ldtSaDescription{ |
|
34 font-size:12px; |
|
35 color:#FFF; |
|
36 } |
|
37 #ShowAnnotation{ |
|
38 position:absolute; |
|
39 z-index: 999; |
|
40 padding:5px; |
|
41 background:url(css/custom/images/transBlack.png); |
|
42 } |
|
43 |
|
44 #ldtPlaceHolder{ |
|
45 position:absolue; |
|
46 float:none; |
|
47 } |
|
48 .ldtControl1{ |
|
49 width:70px; |
|
50 float:left; |
|
51 } |
|
52 .ldtControl2{ |
|
53 padding-left:10px; |
|
54 width:70px; |
|
55 float:left; |
|
56 } |
|
57 |