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

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

Issue 9537014: Merge a bunch of CLs to whitelist the Google Talk plug-in when turning on click-to-play. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1025/src
Patch Set: sync Created 8 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 /* 1 /*
2 * Copyright (c) 2011 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 body { 7 body {
8 margin: 10px; 8 margin: 10px;
9 min-width: 47em; 9 min-width: 47em;
10 } 10 }
11 11
12 a { 12 a {
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 -webkit-padding-start: 0.4em; 242 -webkit-padding-start: 0.4em;
243 } 243 }
244 244
245 /* Match the indentation of .plugin-text. */ 245 /* Match the indentation of .plugin-text. */
246 .plugin-actions { 246 .plugin-actions {
247 -webkit-padding-start: 5px; 247 -webkit-padding-start: 5px;
248 margin-top: 0.2em; 248 margin-top: 0.2em;
249 margin-bottom: 0.2em; 249 margin-bottom: 0.2em;
250 } 250 }
251 251
252 .always-allow {
253 -webkit-margin-start: 30px;
254 }
255
252 button { 256 button {
253 font-size: 104%; 257 font-size: 104%;
254 } 258 }
OLDNEW
« no previous file with comments | « chrome/browser/content_settings/host_content_settings_map.cc ('k') | chrome/browser/resources/plugins.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698