| 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; |
| 11 display: -webkit-box; | 11 display: -webkit-box; |
| 12 height: 100%; | 12 height: 100%; |
| 13 margin: 0; | 13 margin: 0; |
| 14 padding: 0; | 14 padding: 0; |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 <div class="logo"></div> | 209 <div class="logo"></div> |
| 210 <div class="button-strip"> | 210 <div class="button-strip"> |
| 211 <button id="closeButton" | 211 <button id="closeButton" |
| 212 i18n-content="close_button" class="hidden"></button> | 212 i18n-content="close_button" class="hidden"></button> |
| 213 </div> | 213 </div> |
| 214 </div> | 214 </div> |
| 215 </div> | 215 </div> |
| 216 </div> | 216 </div> |
| 217 </body> | 217 </body> |
| 218 </html> | 218 </html> |
| OLD | NEW |