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

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

Issue 2752993002: MD Settings: Default browser message tweak. (Closed)
Patch Set: tweak chromium string and fix indentation Created 3 years, 9 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 | « chrome/app/settings_google_chrome_strings.grdp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/default_browser_page/default_browser_page.html
diff --git a/chrome/browser/resources/settings/default_browser_page/default_browser_page.html b/chrome/browser/resources/settings/default_browser_page/default_browser_page.html
index 2e133156dc6d5674d22adfd88f57e7fb6fa13899..e72f7615370508c0c8c9f5858492228b3b585a40 100644
--- a/chrome/browser/resources/settings/default_browser_page/default_browser_page.html
+++ b/chrome/browser/resources/settings/default_browser_page/default_browser_page.html
@@ -7,10 +7,6 @@
<dom-module id="settings-default-browser-page">
<template>
<style include="settings-shared">
- .solo-secondary {
- @apply(--settings-secondary);
- margin: 0;
- }
</style>
<template is="dom-if" if="[[maySetDefaultBrowser_]]">
<div class="settings-box first two-line">
@@ -28,16 +24,14 @@
</template>
<template is="dom-if" if="[[!maySetDefaultBrowser_]]">
<div class="settings-box first">
- <div class="solo-secondary start" hidden$="[[!isDefault_]]"
- id="isDefault">
+ <div class="start" hidden$="[[!isDefault_]]" id="isDefault">
$i18n{defaultBrowserDefault}
</div>
- <div class="solo-secondary start" hidden$="[[!isSecondaryInstall_]]"
- id="isSecondaryInstall">
+ <div class="start" hidden$="[[!isSecondaryInstall_]]"
+ id="isSecondaryInstall">
$i18n{defaultBrowserSecondary}
</div>
- <div class="solo-secondary start" hidden$="[[!isUnknownError_]]"
- id="isUnknownError">
+ <div class="start" hidden$="[[!isUnknownError_]]" id="isUnknownError">
$i18n{defaultBrowserError}
</div>
</div>
« no previous file with comments | « chrome/app/settings_google_chrome_strings.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698