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

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: Refactor to remove use of <br>. 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
« no previous file with comments | « chrome/browser/resources/options/chromeos/system_options.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/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.
+
« no previous file with comments | « chrome/browser/resources/options/chromeos/system_options.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698