OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <title i18n-content="title"></title> | 5 <title i18n-content="title"></title> |
6 <style> | 6 <style> |
7 body { | 7 body { |
8 font-size: 87%; | 8 font-size: 87%; |
9 font-family: Arial, Helvetica, sans-serif; | 9 font-family: Helvetica, Arial, sans-serif; |
10 margin: 0; | 10 margin: 0; |
11 min-width: 47em; | 11 min-width: 47em; |
12 padding-bottom: 0.75em; | 12 padding-bottom: 0.75em; |
13 padding-left: 1.5em; | 13 padding-left: 1.5em; |
14 padding-right: 2em; | 14 padding-right: 2em; |
15 padding-top: 0.75em; | 15 padding-top: 0.75em; |
16 } | 16 } |
17 | 17 |
18 a { | 18 a { |
19 color: blue; | 19 color: blue; |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 } | 142 } |
143 | 143 |
144 #dialog input[type="button"] { | 144 #dialog input[type="button"] { |
145 font-size: 12px; | 145 font-size: 12px; |
146 height: 25px; | 146 height: 25px; |
147 width: 100px; | 147 width: 100px; |
148 } | 148 } |
149 | 149 |
150 #dialog input[type="text"] { | 150 #dialog input[type="text"] { |
151 font-size: 12px; | 151 font-size: 12px; |
152 font-family: Arial, Helvetica, sans-serif; | 152 font-family: Helvetica, Arial, sans-serif; |
153 width: 220px; | 153 width: 220px; |
154 } | 154 } |
155 | 155 |
156 #dialogBackground { | 156 #dialogBackground { |
157 background-color: rgba(0, 0, 0, .2); | 157 background-color: rgba(0, 0, 0, .2); |
158 display: none; | 158 display: none; |
159 height: 100%; | 159 height: 100%; |
160 left: 0; | 160 left: 0; |
161 position: fixed; | 161 position: fixed; |
162 top: 0; | 162 top: 0; |
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
658 </td> | 658 </td> |
659 </tr> | 659 </tr> |
660 </table> | 660 </table> |
661 </div> | 661 </div> |
662 </div> | 662 </div> |
663 </div> | 663 </div> |
664 </div> | 664 </div> |
665 </div> | 665 </div> |
666 </body> | 666 </body> |
667 </html> | 667 </html> |
OLD | NEW |