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

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

Issue 2847583002: [MD settings] css for row separator (Closed)
Patch Set: review changes Created 3 years, 8 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 | chrome/browser/resources/settings/default_browser_page/default_browser_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/appearance_page/appearance_page.html
diff --git a/chrome/browser/resources/settings/appearance_page/appearance_page.html b/chrome/browser/resources/settings/appearance_page/appearance_page.html
index 9bccfc19bc3014f2a7ebf7d8869c6435338853d9..fcc30552e0f7c06a18b6a4641c156b9c1bab9162 100644
--- a/chrome/browser/resources/settings/appearance_page/appearance_page.html
+++ b/chrome/browser/resources/settings/appearance_page/appearance_page.html
@@ -75,17 +75,18 @@
</a>
<if expr="not is_linux or chromeos">
<template is="dom-if" if="[[prefs.extensions.theme.id.value]]">
- <div class="secondary-action">
- <paper-button id="useDefault" on-tap="onUseDefaultTap_"
- class="secondary-button">
- $i18n{resetToDefaultTheme}
- </paper-button>
- </div>
+ <div class="separator"></div>
+ <paper-button id="useDefault" on-tap="onUseDefaultTap_"
+ class="secondary-button">
+ $i18n{resetToDefaultTheme}
+ </paper-button>
</template>
</if>
<if expr="is_linux and not chromeos">
- <div class="secondary-action" hidden="[[!showThemesSecondary_(
- prefs.extensions.theme.id.value, useSystemTheme_)]]">
+ <div class="layout horizontal center" hidden="[[!showThemesSecondary_(
+ prefs.extensions.theme.id.value, useSystemTheme_)]]"
+ id="themesSecondaryActions">
+ <div class="separator"></div>
<template is="dom-if" if="[[showUseClassic_(
prefs.extensions.theme.id.value, useSystemTheme_)]]" restamp>
<paper-button id="useDefault" on-tap="onUseDefaultTap_"
@@ -177,7 +178,7 @@
<div class="settings-box" hidden="[[!pageVisibility.pageZoom]]">
<div id="pageZoom" class="start">$i18n{pageZoom}</div>
<div class="md-select-wrapper">
- <select id="zoomLevel" class="md-select" aria-labelledy="pageZoom"
+ <select id="zoomLevel" class="md-select" aria-labelledby="pageZoom"
on-change="onZoomLevelChange_">
<template is="dom-repeat" items="[[pageZoomLevels_]]">
<option value="[[item]]"
« no previous file with comments | « no previous file | chrome/browser/resources/settings/default_browser_page/default_browser_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698