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

Side by Side Diff: chrome/browser/resources/options/content_settings.css

Issue 7508046: Options: Fix the disable individual plugins link. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/options/content_settings.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 /* 1 /*
2 Copyright (c) 2010 The Chromium Authors. All rights reserved. 2 Copyright (c) 2010 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 .exception-pattern { 7 .exception-pattern {
8 -webkit-box-flex: 1; 8 -webkit-box-flex: 1;
9 -webkit-margin-end: 10px; 9 -webkit-margin-end: 10px;
10 -webkit-margin-start: 14px; 10 -webkit-margin-start: 14px;
(...skipping 28 matching lines...) Expand all
39 39
40 .otr-explanation { 40 .otr-explanation {
41 font-style: italic; 41 font-style: italic;
42 } 42 }
43 43
44 #content-settings-exceptions-area list { 44 #content-settings-exceptions-area list {
45 margin-bottom: 10px; 45 margin-bottom: 10px;
46 margin-top: 4px; 46 margin-top: 4px;
47 } 47 }
48 48
49 #plugins-tab { 49 #disable-plugins-container {
50 display: block;
51 margin: 7px 0px; 50 margin: 7px 0px;
52 } 51 }
53 52
54 div[role="listitem"][managedby] { 53 div[role="listitem"][managedby] {
55 color: #666; 54 color: #666;
56 font-style: italic; 55 font-style: italic;
57 position: relative; 56 position: relative;
58 } 57 }
59 58
60 div[role="listitem"][managedby="policy"][selected][lead], 59 div[role="listitem"][managedby="policy"][selected][lead],
61 div[role="listitem"][managedby="policy"][selected], 60 div[role="listitem"][managedby="policy"][selected],
62 div[role="listitem"][managedby="policy"] { 61 div[role="listitem"][managedby="policy"] {
63 background: -webkit-linear-gradient(#fff1b5, #fae692); 62 background: -webkit-linear-gradient(#fff1b5, #fae692);
64 border-top: 0; 63 border-top: 0;
65 border-bottom: 1px solid #c9bd8d; 64 border-bottom: 1px solid #c9bd8d;
66 } 65 }
67 66
68 list div[role="listitem"][managedby="policy"] .close-button { 67 list div[role="listitem"][managedby="policy"] .close-button {
69 background-image: url("chrome://theme/IDR_MANAGED"); 68 background-image: url("chrome://theme/IDR_MANAGED");
70 opacity: 1; 69 opacity: 1;
71 } 70 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/content_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698