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

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

Issue 2690303005: MD Settings: Fix device section indent (Closed)
Patch Set: Created 3 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/device_page/device_page.html
diff --git a/chrome/browser/resources/settings/device_page/device_page.html b/chrome/browser/resources/settings/device_page/device_page.html
index 9e7e6b591f38abc297eee35584501dad0d43de6d..bd77189c05684a9d95df3a575cc1a15988b465f5 100644
--- a/chrome/browser/resources/settings/device_page/device_page.html
+++ b/chrome/browser/resources/settings/device_page/device_page.html
@@ -23,42 +23,42 @@
<neon-animatable id="main" route-path="default">
<div id="pointersRow" class="settings-box first"
on-tap="onPointersTap_" actionable>
- <div class="middle">
+ <div class="start">
[[getPointersTitle_(hasMouse_, hasTouchpad_)]]
</div>
<button class="subpage-arrow" is="paper-icon-button-light"
aria-label="[[getPointersTitle_(hasMouse_,
- hasTouchpad_)]]"></button>
+ hasTouchpad_)]]"></button>
</div>
<div id="keyboardRow" class="settings-box" on-tap="onKeyboardTap_"
actionable>
- <div class="middle">$i18n{keyboardTitle}</div>
+ <div class="start">$i18n{keyboardTitle}</div>
<button class="subpage-arrow" is="paper-icon-button-light"
aria-label="$i18n{keyboardTitle}"></button>
</div>
<template is="dom-if" if="[[hasStylus_]]">
<div id="stylusRow" class="settings-box" on-tap="onStylusTap_"
actionable>
- <div class="middle">$i18n{stylusTitle}</div>
+ <div class="start">$i18n{stylusTitle}</div>
<button class="subpage-arrow" is="paper-icon-button-light"
aria-label="$i18n{stylusTitle}"></button>
</div>
</template>
<div id="displayRow" class="settings-box" on-tap="onDisplayTap_"
actionable>
- <div class="middle">$i18n{displayTitle}</div>
+ <div class="start">$i18n{displayTitle}</div>
<button class="subpage-arrow" is="paper-icon-button-light"
aria-label="$i18n{displayTitle}"></button>
</div>
<div id="storageRow" class="settings-box" on-tap="onStorageTap_"
actionable>
- <div class="middle">$i18n{storageTitle}</div>
+ <div class="start">$i18n{storageTitle}</div>
<button class="subpage-arrow" is="paper-icon-button-light"
aria-label="$i18n{storageTitle}"></button>
</div>
<template is="dom-if" if="[[enablePowerSettings_]]">
<div id="powerRow" class="settings-box two-line">
- <div class="middle">
+ <div class="start">
<div>[[powerLabel_]]</div>
<div class="secondary">[[batteryStatus_.statusText]]</div>
</div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698