Index: chrome/browser/resources/options/chromeos/system_options_page.css |
diff --git a/chrome/browser/resources/options/chromeos/system_options_page.css b/chrome/browser/resources/options/chromeos/system_options_page.css |
index 988c987986cd47d9bd96e0000850b889f3aa9cf3..f9791f7334adac7005607082400c587bd4b011e4 100644 |
--- a/chrome/browser/resources/options/chromeos/system_options_page.css |
+++ b/chrome/browser/resources/options/chromeos/system_options_page.css |
@@ -1,3 +1,26 @@ |
.touchpad-sensitivity-more { |
float: right; |
} |
+ |
+html[dir=rtl] .touchpad-sensitivity-more { |
+ float: left; |
+} |
+ |
+.option-name { |
+ display: inline; |
+} |
+ |
+#timezone-value { |
+ display: inline-block; |
+ vertical-align: baseline; |
+} |
+ |
+#touchpad-value, |
+#slider-control { |
+ display: inline-block; |
+ vertical-align: top; |
+} |
+ |
+ |
+ |
James Hawkins
2011/06/09 22:01:12
Remove extra lines at the end.
kevers
2011/06/10 12:44:22
Done.
|
+ |