| Index: chrome/browser/resources/settings/printing_page/cloud_printers.html
|
| diff --git a/chrome/browser/resources/settings/printing_page/cloud_printers.html b/chrome/browser/resources/settings/printing_page/cloud_printers.html
|
| index a0cda2fbf1692f7bb0165b5cc0d30b42c53a3eed..af271155e87d6125f5cddc51797e248707b7c0fe 100644
|
| --- a/chrome/browser/resources/settings/printing_page/cloud_printers.html
|
| +++ b/chrome/browser/resources/settings/printing_page/cloud_printers.html
|
| @@ -1,5 +1,5 @@
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| -<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button-light.html">
|
| <link rel="import" href="/controls/settings_checkbox.html">
|
| <link rel="import" href="/settings_shared_css.html">
|
|
|
| @@ -18,10 +18,15 @@
|
| <settings-checkbox pref="{{prefs.local_discovery.notifications_enabled}}"
|
| label="$i18n{printingNotificationsLabel}"></settings-checkbox>
|
| </div>
|
| - <div class="settings-box">
|
| - <paper-button class="primary-button" on-tap="onManageTap_" actionable>
|
| + <div class="settings-box two-line" on-tap="onManageTap_" actionable>
|
| + <div class="start">
|
| $i18n{printingManageCloudPrintDevices}
|
| - </paper-button>
|
| + <div class="secondary">
|
| + $i18n{printingManageCloudPrintDevicesDescription}
|
| + </div>
|
| + </div>
|
| + <button class="icon-external" is="paper-icon-button-light">
|
| + </button>
|
| </div>
|
| </template>
|
| <script src="cloud_printers.js"></script>
|
|
|