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

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

Issue 7108040: Fix text alignment on settings/system page. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 6 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
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;
+}
+
+

Powered by Google App Engine
This is Rietveld 408576698