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

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

Issue 2844723003: MD Settings: Device settings polish (Closed)
Patch Set: 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 | « chrome/browser/resources/settings/device_page/display.html ('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/device_page/pointers.html
diff --git a/chrome/browser/resources/settings/device_page/pointers.html b/chrome/browser/resources/settings/device_page/pointers.html
index ef0c1212ce6fc7adc0cb6fa85114d9cc5f381ed7..97743b281efcefd2226881604fd3a806d0f6b2ea 100644
--- a/chrome/browser/resources/settings/device_page/pointers.html
+++ b/chrome/browser/resources/settings/device_page/pointers.html
@@ -53,12 +53,14 @@
<!-- Subsection title only appears if both mouse and touchpad exist. -->
<h2 hidden$="[[!hasMouse]]">$i18n{touchpadTitle}</h2>
<div class$="[[getSubsectionClass_(hasMouse, hasTouchpad)]]">
- <div class="settings-box block first">
- <settings-toggle-button id="enableTapToClick"
+ <div class="settings-box first">
+ <settings-toggle-button id="enableTapToClick" class="start"
pref="{{prefs.settings.touchpad.enable_tap_to_click}}"
label="$i18n{touchpadTapToClickEnabledLabel}">
</settings-toggle-button>
- <settings-toggle-button id="enableTapDragging"
+ </div>
+ <div class="settings-box">
+ <settings-toggle-button id="enableTapDragging" class="start"
pref="{{prefs.settings.touchpad.enable_tap_dragging}}"
label="$i18n{tapDraggingLabel}">
</settings-toggle-button>
« no previous file with comments | « chrome/browser/resources/settings/device_page/display.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698