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

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

Issue 542253003: Add a global on/off switch for content settings and expose a toggle on the Website Settings options… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@global-settings
Patch Set: Rebase. Created 6 years, 3 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 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 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 #website-settings-page { 5 #website-settings-page {
6 min-height: 445px; 6 min-height: 445px;
7 min-width: 540px; 7 min-width: 540px;
8 } 8 }
9 9
10 #website-settings-edit-page { 10 #website-settings-edit-page {
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 min-width: 165px; 112 min-width: 165px;
113 } 113 }
114 114
115 #website-settings-global-controls { 115 #website-settings-global-controls {
116 -webkit-margin-after: 24px; 116 -webkit-margin-after: 24px;
117 align-items: center; 117 align-items: center;
118 display: flex; 118 display: flex;
119 } 119 }
120 120
121 #global-setting { 121 #global-setting {
122 -webkit-margin-start: 35px;
122 flex: 1; 123 flex: 1;
123 } 124 }
124 125
125 /* Styles for the origin list elements in the website settings page. */ 126 /* Styles for the origin list elements in the website settings page. */
126 .origin-list { 127 .origin-list {
127 border: 1px solid #d9d9d9; 128 border: 1px solid #d9d9d9;
128 font-size: 13px; 129 font-size: 13px;
129 height: 192px; 130 height: 192px;
130 margin: 5px 0 0; 131 margin: 5px 0 0;
131 } 132 }
(...skipping 27 matching lines...) Expand all
159 -webkit-padding-start: 21px; 160 -webkit-padding-start: 21px;
160 font-size: 13px; 161 font-size: 13px;
161 } 162 }
162 163
163 .permission-option { 164 .permission-option {
164 -webkit-margin-before: 4px; 165 -webkit-margin-before: 4px;
165 align-items: center; 166 align-items: center;
166 display: flex; 167 display: flex;
167 justify-content: space-between; 168 justify-content: space-between;
168 } 169 }
OLDNEW
« no previous file with comments | « chrome/browser/plugins/plugin_info_message_filter.cc ('k') | chrome/browser/resources/options/website_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698