| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html i18n-values="dir:textdirection;"><head> | 2 <html i18n-values="dir:textdirection;"><head> |
| 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| 4 <title i18n-content="title"></title> | 4 <title i18n-content="title"></title> |
| 5 | 5 |
| 6 <style> | 6 <style> |
| 7 body { | 7 body { |
| 8 font-size: 84%; | 8 font-size: 84%; |
| 9 font-family: Arial, Helvetica, sans-serif; | 9 font-family: Arial, Helvetica, sans-serif; |
| 10 padding: 0.75em; | 10 padding: 0.75em; |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 } | 55 } |
| 56 | 56 |
| 57 html[dir='rtl'] #header { | 57 html[dir='rtl'] #header { |
| 58 padding: 0.6em 0 0.75em 1em; | 58 padding: 0.6em 0 0.75em 1em; |
| 59 } | 59 } |
| 60 | 60 |
| 61 #header h1 { | 61 #header h1 { |
| 62 -webkit-padding-start: 3em; | 62 -webkit-padding-start: 3em; |
| 63 margin: 0; | 63 margin: 0; |
| 64 display: inline; | 64 display: inline; |
| 65 background: url('../shared/images/gear.png') no-repeat; | 65 background: url('../../../../ui/webui/resources/images/gear.png') no-repeat; |
| 66 background-position: 12px 60%; | 66 background-position: 12px 60%; |
| 67 color: white; | 67 color: white; |
| 68 } | 68 } |
| 69 | 69 |
| 70 html[dir='rtl'] #header h1 { | 70 html[dir='rtl'] #header h1 { |
| 71 background-position-left: auto; | 71 background-position-left: auto; |
| 72 backgroun-position-right: 12px; | 72 backgroun-position-right: 12px; |
| 73 } | 73 } |
| 74 | 74 |
| 75 #header p { | 75 #header p { |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 jscontent="stat_name"></div></a></td> | 264 jscontent="stat_name"></div></a></td> |
| 265 <td class="button_cell"><button jsvalues="id:stat_name + '-value-btn'" | 265 <td class="button_cell"><button jsvalues="id:stat_name + '-value-btn'" |
| 266 class="expand_status"></button></td> | 266 class="expand_status"></button></td> |
| 267 <td class="number"><div class="stat_value" jscontent="stat_value" | 267 <td class="number"><div class="stat_value" jscontent="stat_value" |
| 268 jsvalues="id:stat_name + '-value'"></div></td> | 268 jsvalues="id:stat_name + '-value'"></div></td> |
| 269 </tr> | 269 </tr> |
| 270 </table> | 270 </table> |
| 271 </div> | 271 </div> |
| 272 </body> | 272 </body> |
| 273 </html> | 273 </html> |
| OLD | NEW |