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

Unified Diff: chrome/browser/resources/settings/device_page/display.html

Issue 2283933002: [MD settings] layout sub-headers in display settings (Closed)
Patch Set: Created 4 years, 4 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/settings_shared_css.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/device_page/display.html
diff --git a/chrome/browser/resources/settings/device_page/display.html b/chrome/browser/resources/settings/device_page/display.html
index 8c0194b18cc5c057bfdf113a21a8abb2939083ab..e4a31df5e30beb15ef027f83415ff7587a14e616 100644
--- a/chrome/browser/resources/settings/device_page/display.html
+++ b/chrome/browser/resources/settings/device_page/display.html
@@ -13,13 +13,6 @@
<dom-module id="settings-display">
<template>
<style include="settings-shared">
- .display-section {
- align-self: flex-start;
- font-size: 100%;
- font-weight: 500;
- margin: 10px 0;
- }
-
.settings-box.embedded {
align-self: stretch;
margin-left: 20px;
@@ -47,14 +40,14 @@
}
</style>
<div class="settings-box first layout vertical self-stretch">
- <div class="display-section">$i18n{displayArrangement}</div>
+ <h2>$i18n{displayArrangement}</h2>
<display-layout id="displayLayout"
selected-display="[[selectedDisplay]]"
on-select-display="onSelectDisplay_">
</display-layout>
</div>
- <div class="settings-box layout vertical">
- <div class="display-section">[[selectedDisplay.name]]</div>
+ <div class="settings-box layout vertical first">
+ <h2>[[selectedDisplay.name]]</h2>
<div class="settings-box embedded first">
<paper-checkbox class="flex" checked="[[isMirrored_(displays)]]"
hidden$="[[!showMirror_(displays)]]" on-tap="onMirroredTap_">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_shared_css.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698