| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 5 <title i18n-content="title"></title> | 5 <title i18n-content="title"></title> |
| 6 <style> | 6 <style> |
| 7 body { | 7 body { |
| 8 -webkit-box-flex: 1; | 8 -webkit-box-flex: 1; |
| 9 -webkit-box-orient: vertical; | 9 -webkit-box-orient: vertical; |
| 10 -webkit-user-select: none; | 10 -webkit-user-select: none; |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 </div> | 213 </div> |
| 214 </div> | 214 </div> |
| 215 </div> | 215 </div> |
| 216 </div> | 216 </div> |
| 217 <div id="footer" class="hidden dialog-footer"> | 217 <div id="footer" class="hidden dialog-footer"> |
| 218 <div class=horizontal-spacer></div> | 218 <div class=horizontal-spacer></div> |
| 219 <button id="cancelButton" class="cancel" i18n-content="cancel_button"></butto
n> | 219 <button id="cancelButton" class="cancel" i18n-content="cancel_button"></butto
n> |
| 220 </div> | 220 </div> |
| 221 </body> | 221 </body> |
| 222 </html> | 222 </html> |
| OLD | NEW |