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

Unified Diff: chrome/browser/resources/options/chromeos/system_options_page.css

Issue 8905025: ChromeOS Mouse settings. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: merge options changes into options2 Created 9 years 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
Index: chrome/browser/resources/options/chromeos/system_options_page.css
===================================================================
--- chrome/browser/resources/options/chromeos/system_options_page.css (revision 114508)
+++ chrome/browser/resources/options/chromeos/system_options_page.css (working copy)
@@ -1,8 +1,8 @@
-.touchpad-sensitivity-more {
+.pointer-sensitivity-more {
float: right;
}
-html[dir=rtl] .touchpad-sensitivity-more {
+html[dir=rtl] .pointer-sensitivity-more {
float: left;
}
@@ -15,7 +15,7 @@
vertical-align: baseline;
}
-#touchpad-value,
+#pointer-value,
#slider-control {
display: inline-block;
vertical-align: top;

Powered by Google App Engine
This is Rietveld 408576698