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

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

Issue 10103018: [WebUI] Fix chrome://plugins regression by changing template class name. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 -webkit-padding-start: 1em; 224 -webkit-padding-start: 1em;
225 } 225 }
226 226
227 /* Make the MIME Types tables smaller. */ 227 /* Make the MIME Types tables smaller. */
228 .plugin-details .mime-types { 228 .plugin-details .mime-types {
229 font-size: 95%; 229 font-size: 95%;
230 } 230 }
231 231
232 /* Separate the header from the contents in each MIME Types table. */ 232 /* Separate the header from the contents in each MIME Types table. */
233 .plugin-details .mime-types .header td { 233 .plugin-details .mime-types .header td {
234 /* border-bottom: 1px solid; */ 234 border-bottom: 1px solid black;
235 padding-bottom: 0.1em; 235 padding-bottom: 0.1em;
236 } 236 }
237 237
238 /* Separate the columns for tables used for horizontal listings only a bit. */ 238 /* Separate the columns for tables used for horizontal listings only a bit. */
239 .hlisting td+td { 239 .hlisting td+td {
240 -webkit-padding-start: 0.4em; 240 -webkit-padding-start: 0.4em;
241 } 241 }
242 242
243 /* Match the indentation of .plugin-text. */ 243 /* Match the indentation of .plugin-text. */
244 .plugin-actions { 244 .plugin-actions {
245 -webkit-padding-start: 5px; 245 -webkit-padding-start: 5px;
246 margin-bottom: 0.2em; 246 margin-bottom: 0.2em;
247 margin-top: 0.2em; 247 margin-top: 0.2em;
248 } 248 }
249 249
250 .always-allow { 250 .always-allow {
251 -webkit-margin-start: 30px; 251 -webkit-margin-start: 30px;
252 } 252 }
253 253
254 button { 254 button {
255 font-size: 104%; 255 font-size: 104%;
256 } 256 }
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