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

Unified Diff: chrome/browser/resources/settings/clear_browsing_data_dialog/history_deletion_dialog.html

Issue 2795763003: MD Settings: adjust dialog style and scroll border visual (Closed)
Patch Set: modify cups dialog button to align by flexbox Created 3 years, 8 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/clear_browsing_data_dialog/history_deletion_dialog.html
diff --git a/chrome/browser/resources/settings/clear_browsing_data_dialog/history_deletion_dialog.html b/chrome/browser/resources/settings/clear_browsing_data_dialog/history_deletion_dialog.html
index 43b2a944b1f5cde060120809885cc9826518bec1..2fec2c47f6e0d931ba1f70b92612f4e2a8630736 100644
--- a/chrome/browser/resources/settings/clear_browsing_data_dialog/history_deletion_dialog.html
+++ b/chrome/browser/resources/settings/clear_browsing_data_dialog/history_deletion_dialog.html
@@ -4,11 +4,7 @@
<dom-module id="settings-history-deletion-dialog">
<template>
- <style include="settings-shared">
- #dialog .body {
- margin-bottom: 50px;
- }
- </style>
+ <style include="settings-shared"></style>
<dialog is="cr-dialog" id="dialog" close-text="$i18n{close}">
<div class="title">$i18n{historyDeletionDialogTitle}</div>

Powered by Google App Engine
This is Rietveld 408576698