equal
deleted
inserted
replaced
9 text-decoration: none; |
9 text-decoration: none; |
10 } |
10 } |
11 |
11 |
12 .Ldt-AnnotationsList-Audio { |
12 .Ldt-AnnotationsList-Audio { |
13 width: 1px; height: 1px; |
13 width: 1px; height: 1px; |
|
14 } |
|
15 |
|
16 .Ldt-AnnotationsList-Filters { |
|
17 display: table-cell; |
|
18 width: 100%; |
|
19 height: 30px; |
|
20 vertical-align: middle; |
|
21 text-align: center; |
|
22 |
|
23 } |
|
24 |
|
25 .Ldt-AnnotationsList-filter-text { |
|
26 text-align: left; |
|
27 display: inline; |
|
28 margin: 4px 2px; |
|
29 } |
|
30 |
|
31 .Ldt-AnnotationsList-filter-dropdown { |
|
32 text-align: center; |
|
33 display: inline; |
|
34 margin: 4px 2px; |
|
35 } |
|
36 |
|
37 .Ldt-AnnotationsList-filter-checkbox { |
|
38 text-align: center; |
|
39 display: inline; |
|
40 margin: 4px 2px; |
14 } |
41 } |
15 |
42 |
16 ul.Ldt-AnnotationsList-ul { |
43 ul.Ldt-AnnotationsList-ul { |
17 list-style: none; |
44 list-style: none; |
18 padding: 2px; |
45 padding: 2px; |
45 color: #f7268e; |
72 color: #f7268e; |
46 float: right; |
73 float: right; |
47 text-align: right; |
74 text-align: right; |
48 font-size: 12px; |
75 font-size: 12px; |
49 margin: 2px; |
76 margin: 2px; |
|
77 } |
|
78 .Ldt-AnnotationsList-CreationDate { |
|
79 color: #f7268e; |
|
80 text-align: left; |
|
81 font-size: 12px; |
|
82 margin: 2px 2px 0 82px; |
50 } |
83 } |
51 h3.Ldt-AnnotationsList-Title { |
84 h3.Ldt-AnnotationsList-Title { |
52 color: #0068c4; |
85 color: #0068c4; |
53 font-size: 13px; |
86 font-size: 13px; |
54 margin: 2px 2px 0 82px; |
87 margin: 2px 2px 0 82px; |
105 } |
138 } |
106 |
139 |
107 .Ldt-AnnotationsList-Play:hover { |
140 .Ldt-AnnotationsList-Play:hover { |
108 background-position: 0 bottom; |
141 background-position: 0 bottom; |
109 } |
142 } |
110 |
|
111 .Ldt-AnnotationsList-Control-Prev { |
|
112 cursor: url(img/hand_left.png), pointer; |
|
113 } |
|
114 |
|
115 .Ldt-AnnotationsList-Control-Next { |
|
116 cursor: url(img/hand_right.png), pointer; |
|
117 } |
|