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

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

Issue 2659373002: Partial merge of https://crrev.com/b8e1ac73c904f3134c4be5fd978ef46de1b95279. (Closed)
Patch Set: Created 3 years, 10 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/plugins.html » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 -webkit-padding-start: 0.4em; 222 -webkit-padding-start: 0.4em;
223 } 223 }
224 224
225 /* Match the indentation of .plugin-text. */ 225 /* Match the indentation of .plugin-text. */
226 .plugin-actions { 226 .plugin-actions {
227 -webkit-padding-start: 5px; 227 -webkit-padding-start: 5px;
228 margin-bottom: 0.2em; 228 margin-bottom: 0.2em;
229 margin-top: 0.2em; 229 margin-top: 0.2em;
230 } 230 }
231 231
232 .always-allow {
233 -webkit-margin-start: 30px;
234 }
235
236 button { 232 button {
237 font-size: 104%; 233 font-size: 104%;
238 } 234 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/plugins.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698