equal
deleted
inserted
replaced
4 { |
4 { |
5 display: none; |
5 display: none; |
6 } |
6 } |
7 |
7 |
8 .Ldt-AnnotationsListWidget { |
8 .Ldt-AnnotationsListWidget { |
9 border: none; margin: 0; padding: 0; |
9 border: none; |
|
10 margin: 0; |
|
11 padding: 0; |
10 overflow: auto; |
12 overflow: auto; |
11 } |
13 } |
12 .Ldt-AnnotationsListWidget a { |
14 .Ldt-AnnotationsListWidget a { |
13 text-decoration: none; |
15 text-decoration: none; |
14 } |
16 } |
58 min-height: 3em; |
60 min-height: 3em; |
59 position: relative; |
61 position: relative; |
60 } |
62 } |
61 .Ldt-AnnotationsList-li.selected { |
63 .Ldt-AnnotationsList-li.selected { |
62 background-image: url(img/pinstripe-grey.png); |
64 background-image: url(img/pinstripe-grey.png); |
|
65 z-index: 1; |
63 } |
66 } |
64 .Ldt-AnnotationsList-ThumbContainer { |
67 .Ldt-AnnotationsList-ThumbContainer { |
65 float: left; |
68 float: left; |
66 width: 80px; |
69 width: 80px; |
67 height: 50px; |
70 height: 50px; |
68 text-align: center; |
71 text-align: center; |
69 margin: 10px 2px; |
72 margin: 0px 2px 10px 2px; |
70 box-shadow: #808080 0px 0px 2px; |
73 box-shadow: #808080 0px 0px 2px; |
71 } |
74 } |
72 .Ldt-AnnotationsList-Thumbnail { |
75 .Ldt-AnnotationsList-Thumbnail { |
73 border: none; |
76 border: none; |
74 max-width: 100%; |
77 max-width: 100%; |
75 max-height: 100%; |
78 max-height: 100%; |
76 margin: 0 auto; |
79 margin: 0 auto; |
|
80 } |
|
81 |
|
82 .Ldt-AnnotationsList-External-Icon { |
|
83 background-image: url(img/external.png); |
|
84 z-index: 100; |
|
85 height: 15px; |
|
86 width: 15px; |
|
87 position: relative; |
|
88 bottom: 20px; |
|
89 left: 64px; |
77 } |
90 } |
78 |
91 |
79 .Ldt-AnnotationsList-DeleteButton { |
92 .Ldt-AnnotationsList-DeleteButton { |
80 margin: 0px; |
93 margin: 0px; |
81 float: right; |
94 float: right; |
99 } |
112 } |
100 .Ldt-AnnotationsList-CreationDate { |
113 .Ldt-AnnotationsList-CreationDate { |
101 color: #f7268e; |
114 color: #f7268e; |
102 text-align: left; |
115 text-align: left; |
103 font-size: 12px; |
116 font-size: 12px; |
104 margin: 2px 2px 0 82px; |
117 margin: 2px 2px 2px 89px; |
105 } |
118 } |
106 h3.Ldt-AnnotationsList-Title { |
119 h3.Ldt-AnnotationsList-Title span.Ldt-AnnotationsList-TitleContent{ |
107 color: #0068c4; |
120 color: #0068c4; |
108 font-size: 13px; |
121 font-size: 13px; |
109 margin: 2px 2px 0 82px; |
122 margin-left: 5px; |
110 font-weight: bold; |
123 font-weight: bold; |
|
124 } |
|
125 |
|
126 h3.Ldt-AnnotationsList-Title.Ldt-Annotation-Timecode{ |
|
127 font-size: 13px; |
111 } |
128 } |
112 |
129 |
113 .Ldt-AnnotationsList-Title a { |
130 .Ldt-AnnotationsList-Title a { |
114 color: #0068c4; |
131 color: #0068c4; |
115 } |
132 } |
116 |
133 |
117 .Ldt-AnnotationsList-Creator { |
134 .Ldt-AnnotationsList-Creator { |
118 color: #aaa; |
135 color: #4d90f4; |
|
136 margin-left: 5px; |
|
137 font-size: 13px; |
119 } |
138 } |
120 |
139 |
121 p.Ldt-AnnotationsList-Description { |
140 p.Ldt-AnnotationsList-Description { |
122 margin: 2px 0 2px 82px; |
141 margin: 2px 0 2px 89px; |
123 font-size: 12px; |
142 font-size: 12px; |
124 color: #333333; |
143 color: #333333; |
125 } |
144 } |
126 |
145 |
127 .Ldt-AnnotationsList-Description a { |
146 .Ldt-AnnotationsList-Description a { |
202 |
221 |
203 .published .Ldt-AnnotationsList-PublishAnnotation { |
222 .published .Ldt-AnnotationsList-PublishAnnotation { |
204 background: url(img/published_annotation.png); |
223 background: url(img/published_annotation.png); |
205 } |
224 } |
206 |
225 |
207 .editing { |
226 .Ldt-AnnotationsList .editing { |
208 display: none; |
227 display: none; |
209 } |
228 } |
210 |
229 |
211 .editableInput { |
230 .Ldt-AnnotationsList .editableInput { |
212 width: 80%; |
231 width: 80%; |
|
232 } |
213 |
233 |
214 .Ldt-AnnotationsList-ScreenMain{ |
234 .Ldt-AnnotationsList-ScreenMain{ |
215 margin: 0px; |
235 margin: 0px; |
216 padding: 0px; |
236 padding: 0px; |
217 } |
237 } |