| 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..fa0661cfbf4e2c33c22acf358706154be858a58f 100644
|
| --- a/chrome/browser/resources/options/chromeos/system_options_page.css
|
| +++ b/chrome/browser/resources/options/chromeos/system_options_page.css
|
| @@ -1,3 +1,27 @@
|
| .touchpad-sensitivity-more {
|
| float: right;
|
| }
|
| +
|
| +html[dir=rtl] .touchpad-sensitivity-more {
|
| + float: left;
|
| +}
|
| +
|
| +.option-name {
|
| + display: inline;
|
| +}
|
| +
|
| +.option-value {
|
| + display: inline;
|
| +}
|
| +
|
| +.slider-control {
|
| + display: inline-block;
|
| + vertical-align: top;
|
| +}
|
| +
|
| +.slider-composite {
|
| + display: -webkit-box;
|
| + -webkit-box-orient: vertical;
|
| +}
|
| +
|
| +
|
|
|