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

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

Issue 547433002: Add many more content settings to be set in the Website Settings options (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: MultipleAutomaticDownloads -> Downloads 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 max-height: 445px; 6 max-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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 } 94 }
95 95
96 #website-settings-edit-page .action-area { 96 #website-settings-edit-page .action-area {
97 padding: auto 20px; 97 padding: auto 20px;
98 98
99 } 99 }
100 100
101 .origin-permission-list { 101 .origin-permission-list {
102 -webkit-padding-before: 4px; 102 -webkit-padding-before: 4px;
103 border: 1px solid #d9d9d9; 103 border: 1px solid #d9d9d9;
104 height: 192px;
104 } 105 }
105 106
106 #website-settings-edit-page .website-property-button { 107 #website-settings-edit-page .website-property-button {
107 min-width: 70px; 108 min-width: 70px;
108 } 109 }
109 110
110 #website-settings-edit-page .website-property-controls { 111 #website-settings-edit-page .website-property-controls {
111 min-width: 165px; 112 min-width: 165px;
112 } 113 }
113 114
(...skipping 24 matching lines...) Expand all
138 -webkit-padding-start: 21px; 139 -webkit-padding-start: 21px;
139 font-size: 13px; 140 font-size: 13px;
140 } 141 }
141 142
142 .permission-option { 143 .permission-option {
143 -webkit-margin-before: 4px; 144 -webkit-margin-before: 4px;
144 align-items: center; 145 align-items: center;
145 display: flex; 146 display: flex;
146 justify-content: space-between; 147 justify-content: space-between;
147 } 148 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/website_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698