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

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

Issue 2639373002: MD Settings: clean up text controls (links, buttons) (Closed)
Patch Set: move action_link specific stuff to resources/html/action_link_css.html 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/privacy_page/privacy_page.html
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
index c9a703197dbd79277149e406de82fc4bc63161eb..d09197a6d6f4caf5e4bec7a9d0d5a4bfc443eea2 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -349,10 +349,15 @@
sub-option-label="$i18n{siteSettingsFlashAskBefore}"
sub-option-secondary="$i18n{siteSettingsFlashAskBeforeSubtitle}">
</category-default-setting>
+
+
Dan Beam 2017/01/24 05:25:33 why so spacious?
scottchen 2017/01/24 19:39:12 Done. That batman reference though :)
<if expr="chromeos">
<div actionable class="settings-box"
on-tap="onAdobeFlashStorageClicked_">
- <div class="list-item list-button">$i18n{adobeFlashStorage}</div>
+ <div class="start">
+ $i18n{adobeFlashStorage}
+ </div>
+ <button class="icon-external" is="paper-icon-button-light"></button>
</div>
</if>
<category-setting-exceptions

Powered by Google App Engine
This is Rietveld 408576698