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 c9dd9b23c66d5f74e811846f113537a7b1d5f568..1bf4f200d250e734de28659649d84f872b10b16d 100644 |
| --- a/chrome/browser/resources/chromeos/arc_support/main.html |
| +++ b/chrome/browser/resources/chromeos/arc_support/main.html |
| @@ -63,16 +63,26 @@ |
| <webview id="terms-view" partition="persist:arc_support"></webview> |
| </div> |
| <div class="layout horizontal section-checkbox-container"> |
| - <input type="checkbox" class="checkbox-option" id="enable-metrics" |
| - hidden> |
| + <div class="checkbox-container"> |
|
khmel
2016/07/25 15:36:05
I found weird behavior when size of checkbox depen
xiyuan
2016/07/25 18:03:40
Probably due to polymer's "layout horizontal" tryi
khmel
2016/07/25 22:48:48
Yes, did some experiments and can confirm that pro
|
| + <input type="checkbox" class="checkbox-option" id="enable-metrics" |
| + hidden> |
| + </div> |
| <p class="checkbox-text" id="text-metrics"></p> |
|
xiyuan
2016/07/25 18:03:40
While you are changing this file, can we change th
khmel
2016/07/25 22:48:48
presubmit is not happy with with 'for'. So wrappin
|
| </div> |
| - <div id="section-backup-restore" class="layout horizontal |
| - section-checkbox-container"> |
| - <input type="checkbox" class="checkbox-option" |
| - id="enable-backup-restore"> |
| + <div class="layout horizontal section-checkbox-container"> |
| + <div class="checkbox-container"> |
| + <input type="checkbox" class="checkbox-option" |
| + id="enable-backup-restore"> |
| + </div> |
| <p class="checkbox-text" id="text-backup-restore"></p> |
| </div> |
| + <div class="layout horizontal section-checkbox-container"> |
| + <div class="checkbox-container"> |
| + <input type="checkbox" class="checkbox-option" |
| + id="enable-location-service"> |
| + </div> |
| + <p class="checkbox-text" id="text-location-service"></p> |
| + </div> |
| <div class="layout horizontal end-justified section-buttons"> |
| <paper-button class="white" id="button-cancel" |
| i18n-content="buttonCancel"> |