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

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

Issue 9309116: [Clean up] Fix style guide nits in chrome/browser/resources/options2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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 | Annotate | Revision Log
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 .exception-pattern { 5 .exception-pattern {
6 -webkit-box-flex: 1; 6 -webkit-box-flex: 1;
7 -webkit-margin-end: 10px; 7 -webkit-margin-end: 10px;
8 -webkit-margin-start: 14px; 8 -webkit-margin-start: 14px;
9 } 9 }
10 10
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 50
51 div[role='listitem'][managedby] { 51 div[role='listitem'][managedby] {
52 color: #666; 52 color: #666;
53 font-style: italic; 53 font-style: italic;
54 position: relative; 54 position: relative;
55 } 55 }
56 56
57 .settings-list div[role='listitem'][managedby='policy'], 57 .settings-list div[role='listitem'][managedby='policy'],
58 .settings-list div[role='listitem'][managedby='extension'] { 58 .settings-list div[role='listitem'][managedby='extension'] {
59 background: -webkit-linear-gradient(rgb(250, 230, 146), rgb(250, 230, 146)); 59 background: -webkit-linear-gradient(rgb(250, 230, 146), rgb(250, 230, 146));
60 border-bottom: 1px solid rgb(201, 189, 141);
60 border-top: 0; 61 border-top: 0;
61 border-bottom: 1px solid rgb(201, 189, 141);
62 } 62 }
63 63
64 list div[role='listitem'][managedby='policy'] .close-button { 64 list div[role='listitem'][managedby='policy'] .close-button {
65 background-image: url('chrome://theme/IDR_MANAGED'); 65 background-image: url('chrome://theme/IDR_MANAGED');
66 opacity: 1; 66 opacity: 1;
67 } 67 }
68 68
69 list div[role='listitem'][managedby='extension'] .close-button { 69 list div[role='listitem'][managedby='extension'] .close-button {
70 background-image: url('chrome://theme/IDR_EXTENSIONS_SECTION_SMALL'); 70 background-image: url('chrome://theme/IDR_EXTENSIONS_SECTION_SMALL');
71 opacity: 1; 71 opacity: 1;
72 } 72 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/clear_browser_data_overlay.css ('k') | chrome/browser/resources/options2/cookies_view.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698