| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 | 57 |
| 58 #website-settings-permission-column { | 58 #website-settings-permission-column { |
| 59 -webkit-margin-start: 8px; | 59 -webkit-margin-start: 8px; |
| 60 } | 60 } |
| 61 | 61 |
| 62 .website-properties { | 62 .website-properties { |
| 63 -webkit-margin-after: 8px; | 63 -webkit-margin-after: 8px; |
| 64 -webkit-margin-start: 8px; | 64 -webkit-margin-start: 8px; |
| 65 } | 65 } |
| 66 | 66 |
| 67 .website-property { | 67 .website-property-area { |
| 68 -webkit-margin-after: 22px; | 68 -webkit-margin-after: 22px; |
| 69 align-items: center; |
| 70 display: flex; |
| 71 justify-content: space-between; |
| 72 } |
| 73 |
| 74 .website-property-button { |
| 75 -webkit-margin-after: 9em; |
| 69 } | 76 } |
| 70 | 77 |
| 71 #website-title { | 78 #website-title { |
| 72 -webkit-margin-after: 22px; | 79 -webkit-margin-after: 22px; |
| 73 -webkit-margin-before: 0; | 80 -webkit-margin-before: 0; |
| 74 -webkit-padding-start: 21px; | 81 -webkit-padding-start: 21px; |
| 75 font-size: 15px; | 82 font-size: 15px; |
| 76 line-height: 20px; | 83 line-height: 20px; |
| 77 } | 84 } |
| 78 | 85 |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 -webkit-padding-start: 21px; | 129 -webkit-padding-start: 21px; |
| 123 font-size: 13px; | 130 font-size: 13px; |
| 124 } | 131 } |
| 125 | 132 |
| 126 .permission-option { | 133 .permission-option { |
| 127 -webkit-margin-before: 4px; | 134 -webkit-margin-before: 4px; |
| 128 align-items: center; | 135 align-items: center; |
| 129 display: flex; | 136 display: flex; |
| 130 justify-content: space-between; | 137 justify-content: space-between; |
| 131 } | 138 } |
| OLD | NEW |