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

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

Issue 1825173003: [Policy Experimental] Add "recommended" policies for URL exceptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync. Created 4 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
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 #content-settings-page { 5 #content-settings-page {
6 min-width: 620px; 6 min-width: 620px;
7 } 7 }
8 8
9 #content-settings-exceptions-area { 9 #content-settings-exceptions-area {
10 min-width: 540px; 10 min-width: 540px;
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 margin-left: 5px; 62 margin-left: 5px;
63 } 63 }
64 64
65 div[role='listitem'][controlled-by] { 65 div[role='listitem'][controlled-by] {
66 color: #666; 66 color: #666;
67 font-style: italic; 67 font-style: italic;
68 position: relative; 68 position: relative;
69 } 69 }
70 70
71 .settings-list div[role='listitem'][controlled-by='policy'], 71 .settings-list div[role='listitem'][controlled-by='policy'],
72 .settings-list div[role='listitem'][controlled-by='extension'] { 72 .settings-list div[role='listitem'][controlled-by='extension'],
73 .settings-list div[role='listitem'][controlled-by='recommended'] {
73 background: rgb(250, 230, 146); 74 background: rgb(250, 230, 146);
74 border-bottom: 1px solid rgb(201, 189, 141); 75 border-bottom: 1px solid rgb(201, 189, 141);
75 border-top: 0; 76 border-top: 0;
76 } 77 }
77 78
78 .sublabel { 79 .sublabel {
79 -webkit-margin-start: 2em; 80 -webkit-margin-start: 2em;
80 } 81 }
81 82
82 select.media-device-control { 83 select.media-device-control {
(...skipping 17 matching lines...) Expand all
100 display: -webkit-box; 101 display: -webkit-box;
101 } 102 }
102 103
103 #media-audio-column { 104 #media-audio-column {
104 width: 6em; 105 width: 6em;
105 } 106 }
106 107
107 #media-video-column { 108 #media-video-column {
108 width: 8.5em; 109 width: 8.5em;
109 } 110 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/storage/policy_value_store.cc ('k') | chrome/browser/resources/options/content_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698