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

Unified Diff: chrome/browser/resources/settings/reset_page/reset_profile_dialog.html

Issue 2639373002: MD Settings: clean up text controls (links, buttons) (Closed)
Patch Set: add bug link to clarify comment Created 3 years, 11 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/reset_page/reset_profile_dialog.html
diff --git a/chrome/browser/resources/settings/reset_page/reset_profile_dialog.html b/chrome/browser/resources/settings/reset_page/reset_profile_dialog.html
index e5cb1c01103454efd5bfe1e2bb0d3322a6db8f50..ec24618ba77efc2960acde0b44493ae76f6347ed 100644
--- a/chrome/browser/resources/settings/reset_page/reset_profile_dialog.html
+++ b/chrome/browser/resources/settings/reset_page/reset_profile_dialog.html
@@ -10,13 +10,16 @@
<link rel="import" href="/settings_shared_css.html">
<dom-module id="settings-reset-profile-dialog">
- <link rel="import" type="css" href="chrome://resources/css/action_link.css">
<template>
<style include="settings-shared">
.footer a {
vertical-align: middle;
}
+ [is='action-link'] {
+ display: inline-block;
+ }
+
paper-spinner {
margin: 0 8px;
}

Powered by Google App Engine
This is Rietveld 408576698