OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |