|
27 | 27 | height: 100%;
|
28 | 28 | }
|
29 | 29 |
|
30 |
| -.annotationLayer .linkAnnotation > a /* -ms-a */ { |
31 |
| - background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat; |
32 |
| -} |
33 |
| - |
34 |
| -.annotationLayer .buttonWidgetAnnotation.pushButton > a /* -ms-a */ { |
35 |
| - background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat; |
36 |
| -} |
37 |
| - |
38 | 30 | .annotationLayer .linkAnnotation > a:hover,
|
39 | 31 | .annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {
|
40 | 32 | opacity: 0.2;
|
|
152 | 144 |
|
153 | 145 | .annotationLayer .buttonWidgetAnnotation.checkBox input,
|
154 | 146 | .annotationLayer .buttonWidgetAnnotation.radioButton input {
|
155 |
| - -webkit-appearance: none; |
156 |
| - -moz-appearance: none; |
157 |
| - -ms-appearance: none; |
158 | 147 | appearance: none;
|
159 | 148 | padding: 0;
|
160 | 149 | }
|
|
169 | 158 | z-index: 200;
|
170 | 159 | max-width: 20em;
|
171 | 160 | background-color: #FFFF99;
|
172 |
| - box-shadow: 0px 2px 5px #333; |
| 161 | + box-shadow: 0px 2px 5px #888; |
173 | 162 | border-radius: 2px;
|
174 |
| - padding: 0.6em; |
| 163 | + padding: 6px; |
175 | 164 | margin-left: 5px;
|
176 | 165 | cursor: pointer;
|
177 | 166 | font: message-box;
|
| 167 | + font-size: 9px; |
178 | 168 | word-wrap: break-word;
|
179 | 169 | }
|
180 | 170 |
|
| 171 | +.annotationLayer .popup > * { |
| 172 | + font-size: 9px; |
| 173 | +} |
| 174 | + |
181 | 175 | .annotationLayer .popup h1 {
|
182 |
| - font-size: 1em; |
183 |
| - border-bottom: 1px solid #000000; |
184 |
| - margin: 0; |
185 |
| - padding-bottom: 0.2em; |
| 176 | + display: inline-block; |
| 177 | +} |
| 178 | + |
| 179 | +.annotationLayer .popup span { |
| 180 | + display: inline-block; |
| 181 | + margin-left: 5px; |
186 | 182 | }
|
187 | 183 |
|
188 | 184 | .annotationLayer .popup p {
|
189 |
| - margin: 0; |
190 |
| - padding-top: 0.2em; |
| 185 | + border-top: 1px solid #333; |
| 186 | + margin-top: 2px; |
| 187 | + padding-top: 2px; |
191 | 188 | }
|
192 | 189 |
|
193 | 190 | .annotationLayer .highlightAnnotation,
|
194 | 191 | .annotationLayer .underlineAnnotation,
|
195 | 192 | .annotationLayer .squigglyAnnotation,
|
196 | 193 | .annotationLayer .strikeoutAnnotation,
|
| 194 | +.annotationLayer .freeTextAnnotation, |
197 | 195 | .annotationLayer .lineAnnotation svg line,
|
198 | 196 | .annotationLayer .squareAnnotation svg rect,
|
199 | 197 | .annotationLayer .circleAnnotation svg ellipse,
|
200 | 198 | .annotationLayer .polylineAnnotation svg polyline,
|
201 | 199 | .annotationLayer .polygonAnnotation svg polygon,
|
| 200 | +.annotationLayer .caretAnnotation, |
| 201 | +.annotationLayer .inkAnnotation svg polyline, |
202 | 202 | .annotationLayer .stampAnnotation,
|
203 | 203 | .annotationLayer .fileAttachmentAnnotation {
|
204 | 204 | cursor: pointer;
|
|
0 commit comments