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