| author | hamidouk |
| Tue, 29 Nov 2011 11:10:35 +0100 | |
| branch | popcorn-port |
| changeset 346 | 08c62dbdb2b2 |
| parent 345 | 8a088f7daa66 |
| child 348 | c9833b9c86b9 |
| permissions | -rw-r--r-- |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
1 |
#demo-frame > div.demo { padding: 5px !important; }; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
2 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
3 |
button.ui-button-icon-only { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
4 |
height:1.5em; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
5 |
width:1.5em; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
6 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
7 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
8 |
#Ldt-loader { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
9 |
background:url(imgs/loader.gif) no-repeat; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
10 |
width:20px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
11 |
height:16px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
12 |
float:left; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
13 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
14 |
|
| 344 | 15 |
/* general class for all buttons */ |
16 |
.Ldt-button { |
|
17 |
||
18 |
} |
|
19 |
||
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
20 |
.Ldt-AnnotationsWidget { |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
21 |
font-size: 62.5%; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
22 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
23 |
background-color:#eeeeee; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
24 |
padding:5px; |
| 307 | 25 |
background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
| 310 | 26 |
border-color: #b6b8b8; |
27 |
border-width: 1px; |
|
28 |
border-style: solid; |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
29 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
30 |
|
|
334
e20f97514d44
move the styling of a segment from the templates to the css.
hamidouk
parents:
328
diff
changeset
|
31 |
.Ldt-SegmentsWidget { |
|
e20f97514d44
move the styling of a segment from the templates to the css.
hamidouk
parents:
328
diff
changeset
|
32 |
background-color: #b6b8b7; |
|
e20f97514d44
move the styling of a segment from the templates to the css.
hamidouk
parents:
328
diff
changeset
|
33 |
overflow: auto; /* clear the floats */ |
|
e20f97514d44
move the styling of a segment from the templates to the css.
hamidouk
parents:
328
diff
changeset
|
34 |
} |
|
e20f97514d44
move the styling of a segment from the templates to the css.
hamidouk
parents:
328
diff
changeset
|
35 |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
36 |
.Ldt-iri-chapter{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
37 |
float: left; |
|
328
279f188a5624
changed the height of a segmentWidget chapter to 10px from 3px;
hamidouk
parents:
325
diff
changeset
|
38 |
height: 10px; |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
39 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
40 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
41 |
.tooltip { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
42 |
display:none; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
43 |
background:transparent url(imgs/white_arrow_mini.png); |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
44 |
font-size:12px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
45 |
height:55px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
46 |
width:180px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
47 |
padding:10px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
48 |
padding-left:15px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
49 |
padding-top:15px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
50 |
padding-right:15px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
51 |
color:#000; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
52 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
53 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
54 |
#Ldt-Root{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
55 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
56 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
57 |
#Ldt-Hat{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
58 |
height:3px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
59 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
60 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
61 |
#Ldt-Annotations{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
62 |
padding-left:5px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
63 |
width:470px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
64 |
float:left; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
65 |
font-size: 62.5%; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
66 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
67 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
68 |
.Ldt-SaTitle{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
69 |
padding-top:2px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
70 |
padding-bottom:5px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
71 |
font-size:18px; |
| 307 | 72 |
color : #0068c4; |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
73 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
74 |
#Ldt-Show-Arrow{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
75 |
position:relative; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
76 |
background:url(imgs/grey_arrow_Show.png); |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
77 |
width:27px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
78 |
height:13px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
79 |
margin-top:12px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
80 |
margin-left:-10px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
81 |
z-index:999; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
82 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
83 |
|
| 307 | 84 |
|
85 |
.Ldt-SaDescription{ |
|
86 |
font-size:12px; |
|
87 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
88 |
#Ldt-Show-Tags{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
89 |
position:relative; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
90 |
height:13px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
91 |
margin-top:-10px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
92 |
border: solid 1px #000; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
93 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
94 |
#Ldt-ShowAnnotation-video{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
95 |
position:absolute; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
96 |
z-index: 999; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
97 |
padding:5px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
98 |
background:url(imgs/transBlack.png); |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
99 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
100 |
color:#FFF; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
101 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
102 |
#Ldt-ShowAnnotation-audio{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
103 |
position:relative; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
104 |
padding:5px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
105 |
background-color:#cfcfcf; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
106 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
107 |
color:#4D4D4D; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
108 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
109 |
.Ldt-SaKeyword{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
110 |
background-color:#b9b9b9; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
111 |
color:#4D4D4D; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
112 |
padding:5px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
113 |
font-weight:bold; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
114 |
text-align:left; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
115 |
float:left; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
116 |
font-size:10px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
117 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
118 |
#Ldt-SaShareTools{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
119 |
text-align:right; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
120 |
float:right; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
121 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
122 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
123 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
124 |
#Ldt-PlaceHolder{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
125 |
position:absolue; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
126 |
float:none; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
127 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
128 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
129 |
.Ldt-Segments{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
130 |
float:left; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
131 |
font-size: 62.5%; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
132 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
133 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
134 |
.Ldt-mode-radio{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
135 |
visibility:hidden; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
136 |
height:0px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
137 |
display:none |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
138 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
139 |
|
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
140 |
/* player */ |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
141 |
.Ldt-controler { |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
142 |
font-size: 62.5%; |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
143 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
144 |
background:url('imgs/player_gradient.png') repeat-x transparent ; |
| 335 | 145 |
height: 25px; |
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
146 |
border-top: 1px solid #b6b8b8; |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
147 |
border-bottom: 1px solid #b6b8b8; |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
148 |
} |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
149 |
|
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
150 |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
151 |
.Ldt-LeftPlayerControls { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
152 |
float:left; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
153 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
154 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
155 |
.Ldt-RightPlayerControls { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
156 |
float: right; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
157 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
158 |
|
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
159 |
.Ldt-button { |
| 335 | 160 |
border-left: 1px solid #b6b8b8; |
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
161 |
float: left; |
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
162 |
|
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
163 |
} |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
164 |
|
| 344 | 165 |
.Ldt-CtrlPlay { |
166 |
background:url('imgs/play_sprite.png') no-repeat transparent ; |
|
167 |
background-position: 0 0; |
|
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
168 |
width: 59px; |
| 344 | 169 |
height: 25px; |
170 |
} |
|
171 |
||
172 |
.Ldt-CtrlPlay:hover { |
|
173 |
background-position: 0 -25px; |
|
174 |
} |
|
175 |
||
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
176 |
.Ldt-CtrlPlay:active { |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
177 |
background-position: 0 -50px; |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
178 |
} |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
179 |
|
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
180 |
.Ldt-CtrlAnnotate { |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
181 |
background:url('imgs/annotate_sprite.png') no-repeat scroll 0 0 transparent ; |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
182 |
width: 33px; |
| 335 | 183 |
height: 25px; |
184 |
border-right: 1px solid #b6b8b8; |
|
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
185 |
float: left; |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
186 |
} |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
187 |
|
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
188 |
.Ldt-CtrlAnnotate:hover { |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
189 |
background-position: 0 -25px; |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
190 |
} |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
191 |
|
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
192 |
.Ldt-CtrlAnnotate:active { |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
193 |
background-position: 0 -50px; |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
194 |
} |
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
195 |
|
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
196 |
.Ldt-CtrlSearch { |
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
197 |
background:url('imgs/search_sprite.png') no-repeat scroll 0 0 transparent ; |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
198 |
width: 33px; |
| 335 | 199 |
height: 25px; |
200 |
border-right: 1px solid #b6b8b8; |
|
|
311
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
201 |
float: left; |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
202 |
} |
|
43a1b7d95317
WIP - integrating the various changes samuel requested.
hamidouk
parents:
310
diff
changeset
|
203 |
|
|
345
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
204 |
.Ldt-CtrlSearch:hover { |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
205 |
background-position: 0 -25px; |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
206 |
} |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
207 |
|
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
208 |
.Ldt-CtrlSearch:active { |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
209 |
background-position: 0 -50px; |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
210 |
} |
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
211 |
|
|
8a088f7daa66
rollover over the interface buttons now works as expected.
hamidouk
parents:
344
diff
changeset
|
212 |
|
|
295
be44f374549e
the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents:
290
diff
changeset
|
213 |
.Ldt-Time { |
| 339 | 214 |
position: inherit; |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
215 |
float: left; |
| 335 | 216 |
border-right: 1px solid #b6b8b8; |
| 339 | 217 |
height: 25px; |
218 |
padding-right: 2px; |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
219 |
} |
|
295
be44f374549e
the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents:
290
diff
changeset
|
220 |
|
|
be44f374549e
the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents:
290
diff
changeset
|
221 |
.Ldt-ElapsedTime { |
| 339 | 222 |
margin-top: 5px; |
| 338 | 223 |
float: left; |
|
295
be44f374549e
the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents:
290
diff
changeset
|
224 |
color: #4a4a4a; |
|
be44f374549e
the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents:
290
diff
changeset
|
225 |
} |
|
be44f374549e
the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents:
290
diff
changeset
|
226 |
|
| 339 | 227 |
.Ldt-TimeSeparator { |
228 |
margin-top: 5px; |
|
229 |
float: left; |
|
230 |
} |
|
231 |
||
|
295
be44f374549e
the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents:
290
diff
changeset
|
232 |
.Ldt-TotalTime { |
| 339 | 233 |
margin-top: 5px; |
234 |
float: left; |
|
|
295
be44f374549e
the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents:
290
diff
changeset
|
235 |
color: #b2b2b2; |
|
be44f374549e
the total time of the video is now grayed out, as per samuel's spec.
hamidouk
parents:
290
diff
changeset
|
236 |
} |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
237 |
|
| 335 | 238 |
.Ldt-CtrlSound { |
239 |
float: right; |
|
| 339 | 240 |
height: 25px; |
241 |
top: 7px; |
|
242 |
position: inherit; |
|
|
334
e20f97514d44
move the styling of a segment from the templates to the css.
hamidouk
parents:
328
diff
changeset
|
243 |
} |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
244 |
.Ldt-cleaner { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
245 |
clear:both; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
246 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
247 |
|
| 299 | 248 |
/* Arrow Widget */ |
249 |
.Ldt-arrowWidget { |
|
| 305 | 250 |
position: relative; |
| 299 | 251 |
background:url('imgs/arrow.png') no-repeat scroll 0 0 transparent ; |
252 |
height:16px; |
|
253 |
width:27px; |
|
| 310 | 254 |
margin-bottom: -2px; |
| 314 | 255 |
left: 0%; |
| 299 | 256 |
} |
257 |
|
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
258 |
.cleaner { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
259 |
clear:both; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
260 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
261 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
262 |
.share { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
263 |
background:url('imgs/widget20.png') no-repeat scroll 0 0 transparent ; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
264 |
display:block; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
265 |
height:16px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
266 |
line-height:16px !important; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
267 |
overflow:hidden; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
268 |
width:16px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
269 |
float:left; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
270 |
cursor:pointer; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
271 |
margin:2px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
272 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
273 |
.shareFacebook{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
274 |
background-position:0 -704px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
275 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
276 |
.shareMySpace{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
277 |
background-position:0 -736px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
278 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
279 |
.shareTwitter{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
280 |
background-position:0 -1072px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
281 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
282 |
.shareGoogle{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
283 |
background-position:0 -752px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
284 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
285 |
.shareDelicious{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
286 |
background-position:0 -672px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
287 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
288 |
.shareJamesPot{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
289 |
background-position:0 -1808px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
290 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
291 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
292 |
.tip{ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
293 |
position : fixed; /* why not absolute instead of fixed ? because the div containing the tooltip widget is not a subdiv of its parent |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
294 |
widget */ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
295 |
padding : 3px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
296 |
z-index: 10000000000; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
297 |
max-width: 200px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
298 |
background: transparent url("http://www.polemictweet.com/images/white_arrow_long.png"); |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
299 |
font-size: 12px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
300 |
height: 125px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
301 |
width: 180px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
302 |
padding: 10px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
303 |
padding-left: 15px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
304 |
padding-top: 15px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
305 |
padding-right: 15px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
306 |
color: black; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
307 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
308 |
overflow:hidden; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
309 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
310 |
|
| 324 | 311 |
/* slider */ |
312 |
.Ldt-SliderMinimized { |
|
313 |
height: 6px; |
|
314 |
} |
|
315 |
||
316 |
.Ldt-SliderMaximized { |
|
317 |
height: 11px; |
|
318 |
} |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
319 |
|
| 324 | 320 |
.Ldt-sliderElementMinimized { |
321 |
width: 100%; |
|
322 |
height: 5px; |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
323 |
} |
| 324 | 324 |
|
325 |
.Ldt-sliderElementMaximized { |
|
326 |
width: 100%; |
|
327 |
height: 10px; |
|
328 |
} |
|
329 |
||
| 316 | 330 |
.Ldt-sliderBackground { |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
331 |
background-color: #B6B8B8; |
| 324 | 332 |
position: absolute; |
333 |
z-index: 2; |
|
334 |
bottom: 1px; |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
335 |
width: 100%; |
| 316 | 336 |
height: 5px; |
| 324 | 337 |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
338 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
339 |
|
| 316 | 340 |
.Ldt-sliderForeground { |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
341 |
background-color: #747474; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
342 |
z-index: 2; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
343 |
width: 0px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
344 |
position: absolute; |
| 324 | 345 |
bottom: 1px; |
346 |
height: 5px; |
|
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
347 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
348 |
|
| 316 | 349 |
.Ldt-sliderPositionMarker { |
350 |
position: absolute; |
|
351 |
z-index: 100; |
|
352 |
background-color: blue; |
|
353 |
height: 5px; |
|
354 |
width: 5px; |
|
355 |
top: 0%; |
|
| 324 | 356 |
bottom: 1px; |
| 316 | 357 |
} |
358 |
||
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
359 |
.positionMarker { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
360 |
position: absolute; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
361 |
z-index: 100; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
362 |
width: 1px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
363 |
height: 20px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
364 |
background-color: white; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
365 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
366 |
|
| 307 | 367 |
/* tweet Widget */ |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
368 |
.Ldt-tweetWidget { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
369 |
font-size: 62.5%; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
370 |
font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
| 306 | 371 |
background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
|
290
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
372 |
padding:5px; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
373 |
overflow: auto; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
374 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
375 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
376 |
.Ldt-tweetAvatar { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
377 |
float: left; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
378 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
379 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
380 |
.Ldt-tweetContents { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
381 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
382 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
383 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
384 |
.Ldt-tweetWidgetMinimize { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
385 |
float: right; |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
386 |
} |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
387 |
|
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
388 |
/* the styling of a spacer div */ |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
389 |
.Ldt-spacer { |
|
1fd46a87bbc1
added a css class for spacers. Fixed line endings too.
hamidouk
parents:
278
diff
changeset
|
390 |
background-color:#eeeeee; |
| 299 | 391 |
} |