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

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

Issue 2403503003: Optimize the table creation in the Sys Info page of the feedback app (Closed)
Patch Set: Fix js styles for presubmit Created 4 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
« no previous file with comments | « no previous file | chrome/browser/resources/component_extension_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 #anchor { 5 #anchor {
6 display: none; 6 display: none;
7 } 7 }
8 8
9 body { 9 body {
10 font-size: 84%; 10 font-size: 84%;
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 background-position-right: 5em; 162 background-position-right: 5em;
163 } 163 }
164 164
165 .number-collapsed .stat-value { 165 .number-collapsed .stat-value {
166 display: none; 166 display: none;
167 } 167 }
168 168
169 .number-expanded .stat-value { 169 .number-expanded .stat-value {
170 display: auto; 170 display: auto;
171 } 171 }
172
173 #status {
174 color: rgb(255, 0, 0);
175 margin: .5em 0;
176 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/component_extension_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698