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

Unified Diff: chrome/browser/resources/options/browser_options.html

Issue 581003002: Fix some chrome://settings paddings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | ui/webui/resources/css/widgets.css » ('j') | ui/webui/resources/css/widgets.css » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/browser_options.html
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
index a344ac7f524ff9e27d81267bc97a068caa28debd..0564579c62a302545025ceb3a31e89e51506d958 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -681,9 +681,10 @@
<a target="_blank" i18n-content="learnMore"
i18n-values="href:cloudPrintLearnMoreURL"></a>
</div>
- <button id="cloudPrintDevicesPageButton"
- i18n-content="cloudPrintDevicesPageButton">
- </button>
+ <div class="settings-row">
+ <button id="cloudPrintDevicesPageButton"
+ i18n-content="cloudPrintDevicesPageButton"></button>
+ </div>
<div class="settings-row checkbox controlled-setting-with-label"
i18n-values=".hidden: cloudPrintHideNotificationsCheckbox">
« no previous file with comments | « no previous file | ui/webui/resources/css/widgets.css » ('j') | ui/webui/resources/css/widgets.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698