Chromium Code Reviews| Index: chrome/browser/resources/settings/site_settings/site_data_details_dialog.html |
| diff --git a/chrome/browser/resources/settings/site_settings/site_data_details_dialog.html b/chrome/browser/resources/settings/site_settings/site_data_details_dialog.html |
| index 5fe1cef8208e24c2d7eeafd5047337bc1b90104c..b46efeb7f8ec8498f72794e846025eeb5129c45a 100644 |
| --- a/chrome/browser/resources/settings/site_settings/site_data_details_dialog.html |
| +++ b/chrome/browser/resources/settings/site_settings/site_data_details_dialog.html |
| @@ -1,4 +1,5 @@ |
| <link rel="import" href="chrome://resources/html/polymer.html"> |
| +<link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html"> |
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-dropdown-menu/paper-dropdown-menu-light.html"> |
| <link rel="import" href="chrome://resources/polymer/v1_0/paper-listbox/paper-listbox.html"> |
| <link rel="import" href="/i18n_setup.html"> |
| @@ -7,8 +8,12 @@ |
| <dom-module id="site-data-details-dialog"> |
| <template> |
| <style include="settings-shared"> |
| + .remove-container { |
| + -webkit-margin-end: -7px; |
| + } |
| + |
| .remove-button { |
| - margin-top: 12px; |
| + margin-top: -7px; |
| } |
|
Finnur
2016/09/29 15:54:01
This is mentioned in passing in the bug -- the rem
dschuyler
2016/09/29 19:40:27
Please let me know if this doesn't work, but
I thi
Finnur
2016/09/30 09:19:42
Yup. Looks fine. Thanks.
|
| </style> |
| <dialog is="cr-dialog" id="dialog"> |
| @@ -31,7 +36,7 @@ |
| </paper-listbox> |
| </paper-dropdown-menu-light> |
| </div> |
| - <div class="button-container"> |
| + <div class="button-container remove-container"> |
| <paper-button on-tap="onRemove_" |
| class="cancel-button remove-button"> |
| $i18n{siteSettingsCookieRemove} |