Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: chrome/browser/resources/about_sys.html

Issue 8369003: Removing table-layout: fixed property from chrome://system page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698