| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 width: 12em; | 55 width: 12em; |
| 56 } | 56 } |
| 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 -webkit-padding-after: 4px; |
| 65 } | 66 } |
| 66 | 67 |
| 67 .website-property-area { | 68 .website-property-area { |
| 68 -webkit-margin-after: 22px; | 69 -webkit-margin-after: 8px; |
| 69 align-items: center; | 70 align-items: center; |
| 70 display: flex; | 71 display: flex; |
| 71 justify-content: space-between; | 72 justify-content: space-between; |
| 72 } | 73 } |
| 73 | 74 |
| 74 .website-property-button { | 75 .website-property-button { |
| 75 -webkit-margin-after: 9em; | 76 -webkit-margin-after: 9em; |
| 76 } | 77 } |
| 77 | 78 |
| 78 #website-title { | 79 #website-title { |
| (...skipping 16 matching lines...) Expand all Loading... |
| 95 #website-settings-edit-page .action-area { | 96 #website-settings-edit-page .action-area { |
| 96 padding: auto 20px; | 97 padding: auto 20px; |
| 97 | 98 |
| 98 } | 99 } |
| 99 | 100 |
| 100 .origin-permission-list { | 101 .origin-permission-list { |
| 101 -webkit-padding-before: 4px; | 102 -webkit-padding-before: 4px; |
| 102 border: 1px solid #d9d9d9; | 103 border: 1px solid #d9d9d9; |
| 103 } | 104 } |
| 104 | 105 |
| 106 #website-settings-edit-page .website-property-button { |
| 107 min-width: 70px; |
| 108 } |
| 109 |
| 110 #website-settings-edit-page .website-property-controls { |
| 111 min-width: 165px; |
| 112 } |
| 113 |
| 105 /* Styles for the origin list elements in the website settings page. */ | 114 /* Styles for the origin list elements in the website settings page. */ |
| 106 #origin-list { | 115 #origin-list { |
| 107 border: 1px solid #d9d9d9; | 116 border: 1px solid #d9d9d9; |
| 108 font-size: 13px; | 117 font-size: 13px; |
| 109 margin: 5px 0 0; | 118 margin: 5px 0 0; |
| 110 min-height: 287px; | 119 min-height: 287px; |
| 111 } | 120 } |
| 112 | 121 |
| 113 #origin-list-item { | 122 #origin-list-item { |
| 114 height: 30px; | 123 height: 30px; |
| (...skipping 14 matching lines...) Expand all Loading... |
| 129 -webkit-padding-start: 21px; | 138 -webkit-padding-start: 21px; |
| 130 font-size: 13px; | 139 font-size: 13px; |
| 131 } | 140 } |
| 132 | 141 |
| 133 .permission-option { | 142 .permission-option { |
| 134 -webkit-margin-before: 4px; | 143 -webkit-margin-before: 4px; |
| 135 align-items: center; | 144 align-items: center; |
| 136 display: flex; | 145 display: flex; |
| 137 justify-content: space-between; | 146 justify-content: space-between; |
| 138 } | 147 } |
| OLD | NEW |