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

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: 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
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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 172
173 #status { 173 #status {
174 color: rgb(255, 0, 0); 174 color: rgb(66, 133, 244);
175 margin: .5em 0; 175 margin: .5em .5em;
176 } 176 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698