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

Unified Diff: chrome/browser/resources/settings/site_settings/site_list.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/site_settings/site_list.html
diff --git a/chrome/browser/resources/settings/site_settings/site_list.html b/chrome/browser/resources/settings/site_settings/site_list.html
index c26e9c34e48d549f8388b6fff87140fbce51b2d0..5173746cfed9b22675382d19785413d1701c9189 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.html
+++ b/chrome/browser/resources/settings/site_settings/site_list.html
@@ -16,10 +16,6 @@
<dom-module id="site-list">
<template>
<style include="settings-shared">
- paper-button {
- margin-top: 12px; /* Align with <h2>. */
- }
-
paper-icon-button {
left: 8px;
right: 8px;
@@ -32,7 +28,8 @@
<div id="category">
<div class="settings-box first" hidden$="[[allSites]]">
<h2 class="start">[[categoryHeader]]</h2>
- <paper-button class="secondary-button" id="icon" on-tap="onAddSiteTap_">
+ <paper-button class="secondary-button header-aligned-button" id="icon"
+ on-tap="onAddSiteTap_">
$i18n{add}
</paper-button>
</div>

Powered by Google App Engine
This is Rietveld 408576698