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

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 2669923002: MD Settings: Change search engine add button to a paper-button (Closed)
Patch Set: extract shared style into a class 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/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index 32ed821c396e628d90e45517f9752ab0708e4dbd..67406e24b27a85fc27267ff1c73372a3ddaafa22 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -179,6 +179,10 @@
text-align: end;
}
+ .header-aligned-button {
+ margin-top: 12px; /* Align paper-button with <h2>. */
+ }
+
/* A list-frame is an outer container for list-items. It is intended to be
* outside of a settings-box. A list-frame is likely to follow a
* settings box. */

Powered by Google App Engine
This is Rietveld 408576698