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