equal
deleted
inserted
replaced
|
1 #demo-frame > div.demo { padding: 5px !important; }; |
|
2 |
|
3 #controlerLdt { |
|
4 font-size: 62.5%; |
|
5 font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
6 } |
|
7 |
|
8 button.ui-button-icon-only { |
|
9 height:1.5em; |
|
10 width:1.5em; |
|
11 } |
|
12 |
|
13 .iri-chapter{ |
|
14 padding-top:10px; |
|
15 padding-bottom:5px; |
|
16 border-left:solid 1px #000; |
|
17 border-right:solid 1px #000; |
|
18 } |
|
19 |
|
20 .tooltip { |
|
21 display:none; |
|
22 background:transparent url(../css/jq-css/imgs/white_arrow.png); |
|
23 font-size:12px; |
|
24 height:100px; |
|
25 width:180px; |
|
26 padding:10px; |
|
27 padding-left:15px; |
|
28 padding-right:15px; |
|
29 color:#000; |
|
30 font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
31 } |
|
32 |
|
33 #Annotations{ |
|
34 padding-left:5px; |
|
35 width:470px; |
|
36 float:left; |
|
37 font-size: 62.5%; |
|
38 } |
|
39 #ldtSaTitle{ |
|
40 padding-top:2px; |
|
41 padding-bottom:5px; |
|
42 font-size:18px; |
|
43 color:#FFF; |
|
44 height:22p; |
|
45 } |
|
46 #ldtSaDescription{ |
|
47 font-size:12px; |
|
48 color:#FFF; |
|
49 } |
|
50 #ShowAnnotation{ |
|
51 position:absolute; |
|
52 z-index: 999; |
|
53 padding:5px; |
|
54 background:url(../css/jq-css/imgs/transBlack.png); |
|
55 font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
56 } |
|
57 |
|
58 #ldtPlaceHolder{ |
|
59 position:absolue; |
|
60 float:none; |
|
61 } |
|
62 .ldtControl1{ |
|
63 width:70px; |
|
64 float:left; |
|
65 } |
|
66 .ldtControl2{ |
|
67 padding-left:10px; |
|
68 width:70px; |
|
69 float:left; |
|
70 } |
|
71 .cleaner { |
|
72 clear:both; |
|
73 } |