Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Unified Diff: chrome/browser/resources/settings/site_settings/site_data_details_dialog.html

Issue 2379913003: Site Settings Desktop: Polish the Site Data details dialog. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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}

Powered by Google App Engine
This is Rietveld 408576698