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

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: Code review Created 6 years, 6 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 border-collapse:collapse 179 border-collapse:collapse
180 } 180 }
181 181
182 .plugin-file { 182 .plugin-file {
183 padding-bottom: 5px; 183 padding-bottom: 5px;
184 padding-top: 5px; 184 padding-top: 5px;
185 } 185 }
186 186
187 .component { 187 .component {
188 border-bottom: 1px solid #cdcdcd; 188 border-bottom: 1px solid #cdcdcd;
189 display: block;
James Hawkins 2014/05/28 23:01:11 Why is this necessary?
Shrikant Kelkar 2014/05/28 23:14:45 Removed
189 } 190 }
190 191
191 .critical { 192 .critical {
192 color: red; 193 color: red;
193 } 194 }
194 195
195 /* Indent the text related to each plug-in. */ 196 /* Indent the text related to each plug-in. */
196 .component-text { 197 .component-text {
197 -webkit-padding-start: 5px; 198 -webkit-padding-start: 5px;
198 } 199 }
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 margin-top: 0.2em; 256 margin-top: 0.2em;
256 } 257 }
257 258
258 .always-allow { 259 .always-allow {
259 -webkit-margin-start: 30px; 260 -webkit-margin-start: 30px;
260 } 261 }
261 262
262 button { 263 button {
263 font-size: 104%; 264 font-size: 104%;
264 } 265 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698