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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 margin: 0; | 79 margin: 0; |
80 color: white; | 80 color: white; |
81 -webkit-padding-start: 0.4em; | 81 -webkit-padding-start: 0.4em; |
82 display: inline; | 82 display: inline; |
83 } | 83 } |
84 | 84 |
85 .list { | 85 .list { |
86 line-height: 200%; | 86 line-height: 200%; |
87 border-collapse: collapse; | 87 border-collapse: collapse; |
88 font-size: 84%; | 88 font-size: 84%; |
89 table-layout: fixed; | |
90 width: 100%; | 89 width: 100%; |
91 } | 90 } |
92 .list:not(.filtered) tr:nth-child(odd) td { | 91 .list:not(.filtered) tr:nth-child(odd) td { |
93 background: #eff3ff; | 92 background: #eff3ff; |
94 } | 93 } |
95 | 94 |
96 .list td { | 95 .list td { |
97 padding: 0 0.5em; | 96 padding: 0 0.5em; |
98 vertical-align: top; | 97 vertical-align: top; |
99 line-height: 1.4em; | 98 line-height: 1.4em; |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 jscontent="stat_name"></div></a></td> | 264 jscontent="stat_name"></div></a></td> |
266 <td class="button_cell"><button jsvalues="id:stat_name + '-value-btn'" | 265 <td class="button_cell"><button jsvalues="id:stat_name + '-value-btn'" |
267 class="expand_status"></button></td> | 266 class="expand_status"></button></td> |
268 <td class="number"><div class="stat_value" jscontent="stat_value" | 267 <td class="number"><div class="stat_value" jscontent="stat_value" |
269 jsvalues="id:stat_name + '-value'"></div></td> | 268 jsvalues="id:stat_name + '-value'"></div></td> |
270 </tr> | 269 </tr> |
271 </table> | 270 </table> |
272 </div> | 271 </div> |
273 </body> | 272 </body> |
274 </html> | 273 </html> |
OLD | NEW |