Chromium Code Reviews| Index: chrome/browser/resources/chromeos/arc_support/main.css |
| diff --git a/chrome/browser/resources/chromeos/arc_support/main.css b/chrome/browser/resources/chromeos/arc_support/main.css |
| index a71d656357d430c29a82676dee5fc3c2132fdd6e..49fe2d0e4e58f04cbc1e592964c7a2627acae9ed 100644 |
| --- a/chrome/browser/resources/chromeos/arc_support/main.css |
| +++ b/chrome/browser/resources/chromeos/arc_support/main.css |
| @@ -37,18 +37,23 @@ webview, |
| } |
| #terms-view { |
| - width: 468px; |
| + 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.
|
| } |
| .button-separator { |
| width: 1px; |
| } |
| -.checkbox-option { |
| - height: 16px; |
| +.checkbox-container { |
|
khmel
2016/07/25 15:36:05
Please see more details in .html
xiyuan
2016/07/25 18:03:40
Acknowledged.
|
| margin: 0; |
| padding: 0 8px 0 0; |
| - width: 16px; |
| +} |
| + |
| +.checkbox-option { |
|
khmel
2016/07/25 15:36:05
More details in .html
xiyuan
2016/07/25 18:03:40
Acknowledged.
|
| + height: 12px; |
| + margin: 0; |
| + padding: 0; |
| + width: 12px; |
| } |
| .content { |
| @@ -81,7 +86,7 @@ webview, |
| .section-buttons { |
| margin: auto; |
| padding: 16px 0 24px 0; |
| - width: 468px; |
| + width: 640px; |
| } |
| .section-flex { |
| @@ -93,7 +98,7 @@ webview, |
| margin: auto; |
| padding: 8px 0 0 0; |
| text-align: left; |
| - width: 468px; |
| + width: 640px; |
| } |
| .section-terms { |
| @@ -103,7 +108,7 @@ webview, |
| margin: 0 auto 8px auto; |
| overflow: hidden; |
| padding: 0; |
| - width: 468px; |
| + width: 640px; |
| } |
| .text-desc { |
| @@ -113,7 +118,7 @@ webview, |
| line-height: 24px; |
| margin: auto; |
| padding: 16px 0 0 0; |
| - width: 600px; |
| + width: 640px; |
| } |
| .checkbox-text { |
| @@ -138,9 +143,9 @@ webview, |
| font-size: 10px; |
| font-weight: 500; |
| margin: auto; |
| - padding: 14px 0 8px 0; |
| + padding: 10px 0 8px 0; |
|
khmel
2016/07/25 15:36:05
Change required to allow more space for ToS
|
| text-align: left; |
| - width: 468px; |
| + width: 640px; |
| } |
| .text-title { |