Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /** | 1 /** |
| 2 * Copyright 2016 The Chromium Authors. All rights reserved. | 2 * Copyright 2016 The Chromium Authors. All rights reserved. |
| 3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
| 4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
| 5 */ | 5 */ |
| 6 | 6 |
| 7 html, | 7 html, |
| 8 body, | 8 body, |
| 9 webview, | 9 webview, |
| 10 .section { | 10 .section { |
| (...skipping 19 matching lines...) Expand all Loading... | |
| 30 background: rgba(0, 0, 0, 0.2); | 30 background: rgba(0, 0, 0, 0.2); |
| 31 } | 31 } |
| 32 | 32 |
| 33 #arc-support { | 33 #arc-support { |
| 34 flex: auto; | 34 flex: auto; |
| 35 overflow: hidden; | 35 overflow: hidden; |
| 36 width: 960px; | 36 width: 960px; |
| 37 } | 37 } |
| 38 | 38 |
| 39 #terms-view { | 39 #terms-view { |
| 40 width: 468px; | 40 width: 640px; |
|
khmel
2016/07/25 15:36:05
This new option reduces available size for ToS. We
xiyuan
2016/07/25 18:03:40
Acknowledged.
| |
| 41 } | 41 } |
| 42 | 42 |
| 43 .button-separator { | 43 .button-separator { |
| 44 width: 1px; | 44 width: 1px; |
| 45 } | 45 } |
| 46 | 46 |
| 47 .checkbox-option { | 47 .checkbox-container { |
|
khmel
2016/07/25 15:36:05
Please see more details in .html
xiyuan
2016/07/25 18:03:40
Acknowledged.
| |
| 48 height: 16px; | |
| 49 margin: 0; | 48 margin: 0; |
| 50 padding: 0 8px 0 0; | 49 padding: 0 8px 0 0; |
| 51 width: 16px; | 50 } |
| 51 | |
| 52 .checkbox-option { | |
|
khmel
2016/07/25 15:36:05
More details in .html
xiyuan
2016/07/25 18:03:40
Acknowledged.
| |
| 53 height: 12px; | |
| 54 margin: 0; | |
| 55 padding: 0; | |
| 56 width: 12px; | |
| 52 } | 57 } |
| 53 | 58 |
| 54 .content { | 59 .content { |
| 55 /* Default window inner height (688px) minus image caption height (300px) */ | 60 /* Default window inner height (688px) minus image caption height (300px) */ |
| 56 height: 388px; | 61 height: 388px; |
| 57 margin: 0; | 62 margin: 0; |
| 58 padding: 0; | 63 padding: 0; |
| 59 } | 64 } |
| 60 | 65 |
| 61 .image-header { | 66 .image-header { |
| (...skipping 12 matching lines...) Expand all Loading... | |
| 74 | 79 |
| 75 .section { | 80 .section { |
| 76 display: flex; | 81 display: flex; |
| 77 flex-direction: column; | 82 flex-direction: column; |
| 78 text-align: center; | 83 text-align: center; |
| 79 } | 84 } |
| 80 | 85 |
| 81 .section-buttons { | 86 .section-buttons { |
| 82 margin: auto; | 87 margin: auto; |
| 83 padding: 16px 0 24px 0; | 88 padding: 16px 0 24px 0; |
| 84 width: 468px; | 89 width: 640px; |
| 85 } | 90 } |
| 86 | 91 |
| 87 .section-flex { | 92 .section-flex { |
| 88 display: flex; | 93 display: flex; |
| 89 flex-direction: column; | 94 flex-direction: column; |
| 90 } | 95 } |
| 91 | 96 |
| 92 .section-checkbox-container { | 97 .section-checkbox-container { |
| 93 margin: auto; | 98 margin: auto; |
| 94 padding: 8px 0 0 0; | 99 padding: 8px 0 0 0; |
| 95 text-align: left; | 100 text-align: left; |
| 96 width: 468px; | 101 width: 640px; |
| 97 } | 102 } |
| 98 | 103 |
| 99 .section-terms { | 104 .section-terms { |
| 100 border: 1px solid #e6e6e6; | 105 border: 1px solid #e6e6e6; |
| 101 color: rgba(0, 0, 0, 0.54); | 106 color: rgba(0, 0, 0, 0.54); |
| 102 flex: auto; | 107 flex: auto; |
| 103 margin: 0 auto 8px auto; | 108 margin: 0 auto 8px auto; |
| 104 overflow: hidden; | 109 overflow: hidden; |
| 105 padding: 0; | 110 padding: 0; |
| 106 width: 468px; | 111 width: 640px; |
| 107 } | 112 } |
| 108 | 113 |
| 109 .text-desc { | 114 .text-desc { |
| 110 color: rgba(0, 0, 0, 0.54); | 115 color: rgba(0, 0, 0, 0.54); |
| 111 font-size: 18px; | 116 font-size: 18px; |
| 112 font-weight: 300; | 117 font-weight: 300; |
| 113 line-height: 24px; | 118 line-height: 24px; |
| 114 margin: auto; | 119 margin: auto; |
| 115 padding: 16px 0 0 0; | 120 padding: 16px 0 0 0; |
| 116 width: 600px; | 121 width: 640px; |
| 117 } | 122 } |
| 118 | 123 |
| 119 .checkbox-text { | 124 .checkbox-text { |
| 120 color: rgba(0, 0, 0, 0.54); | 125 color: rgba(0, 0, 0, 0.54); |
| 121 font-size: 10px; | 126 font-size: 10px; |
| 122 font-weight: 400; | 127 font-weight: 400; |
| 123 line-height: 16px; | 128 line-height: 16px; |
| 124 margin: 0; | 129 margin: 0; |
| 125 padding: 0; | 130 padding: 0; |
| 126 } | 131 } |
| 127 | 132 |
| 128 .text-status { | 133 .text-status { |
| 129 color: rgba(0, 0, 0, 0.54); | 134 color: rgba(0, 0, 0, 0.54); |
| 130 font-size: 13px; | 135 font-size: 13px; |
| 131 font-weight: 500; | 136 font-weight: 500; |
| 132 margin: auto; | 137 margin: auto; |
| 133 padding: 11px 0 40px 0; | 138 padding: 11px 0 40px 0; |
| 134 } | 139 } |
| 135 | 140 |
| 136 .text-terms-title { | 141 .text-terms-title { |
| 137 color: rgba(0, 0, 0, 0.54); | 142 color: rgba(0, 0, 0, 0.54); |
| 138 font-size: 10px; | 143 font-size: 10px; |
| 139 font-weight: 500; | 144 font-weight: 500; |
| 140 margin: auto; | 145 margin: auto; |
| 141 padding: 14px 0 8px 0; | 146 padding: 10px 0 8px 0; |
|
khmel
2016/07/25 15:36:05
Change required to allow more space for ToS
| |
| 142 text-align: left; | 147 text-align: left; |
| 143 width: 468px; | 148 width: 640px; |
| 144 } | 149 } |
| 145 | 150 |
| 146 .text-title { | 151 .text-title { |
| 147 color: rgba(0, 0, 0, 0.87); | 152 color: rgba(0, 0, 0, 0.87); |
| 148 font-size: 30px; | 153 font-size: 30px; |
| 149 font-weight: 300; | 154 font-weight: 300; |
| 150 line-height: 32px; | 155 line-height: 32px; |
| 151 margin: auto; | 156 margin: auto; |
| 152 padding: 4px 0 0 0; | 157 padding: 4px 0 0 0; |
| 153 width: 800px; | 158 width: 800px; |
| 154 } | 159 } |
| 155 | 160 |
| 156 a:link { | 161 a:link { |
| 157 color: rgb(51, 103, 214); | 162 color: rgb(51, 103, 214); |
| 158 text-decoration: none; | 163 text-decoration: none; |
| 159 } | 164 } |
| 160 | 165 |
| 161 a:visited { | 166 a:visited { |
| 162 color: rgb(51, 103, 214); | 167 color: rgb(51, 103, 214); |
| 163 text-decoration: none; | 168 text-decoration: none; |
| 164 } | 169 } |
| OLD | NEW |