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

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

Issue 209313002: Modified components ui to address concern of all the time disabled check update button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed comment as mentioned in code review. Created 6 years, 9 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
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 body { 5 body {
6 margin: 10px; 6 margin: 10px;
7 min-width: 47em; 7 min-width: 47em;
8 } 8 }
9 9
10 a { 10 a {
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 margin-top: 0.2em; 255 margin-top: 0.2em;
256 } 256 }
257 257
258 .always-allow { 258 .always-allow {
259 -webkit-margin-start: 30px; 259 -webkit-margin-start: 30px;
260 } 260 }
261 261
262 button { 262 button {
263 font-size: 104%; 263 font-size: 104%;
264 } 264 }
265
266 #componentTemplate {
James Hawkins 2014/03/27 18:46:43 nit: IDs must be dash-form.
267 visibility: hidden;
James Hawkins 2014/03/27 18:46:43 You should be using the hidden attribute on the el
268 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698