Chromium Code Reviews| Index: chrome/browser/resources/chromeos/arc_support/main.html |
| diff --git a/chrome/browser/resources/chromeos/arc_support/main.html b/chrome/browser/resources/chromeos/arc_support/main.html |
| index bba6c8d25d9254f04705d8debeecca1c122002e2..0993221ee4558a93548eedc210d1835f999d3110 100644 |
| --- a/chrome/browser/resources/chromeos/arc_support/main.html |
| +++ b/chrome/browser/resources/chromeos/arc_support/main.html |
| @@ -95,6 +95,9 @@ |
| </label> |
| </div> |
| <div class="layout horizontal end-justified section-buttons"> |
| + <a class="checkbox-text" id="privacy-policy-link" |
|
khmel
2016/10/19 16:14:41
We don't have enough space on GetStarted page in t
xiyuan
2016/10/19 16:21:30
The privacy link looks vertical top aligned. Maybe
khmel
2016/10/19 16:33:30
I don't have exact specs how to place it (just 'pl
|
| + href="#" i18n-content="privacyPolicyLink"></a> |
| + <div class="layout flex auto"></div> |
|
xiyuan
2016/10/19 16:17:51
What is this <div> for? To make the privacy link s
khmel
2016/10/19 16:33:30
It works not as expected, please see : https://dri
xiyuan
2016/10/19 16:55:29
I see. So you are using it as a padding div.
|
| <paper-button class="white" id="button-cancel" |
| i18n-content="buttonCancel"> |
| </paper-button> |