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

Side by Side 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: Remove blank lines at end of file. 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/options/chromeos/system_options.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .touchpad-sensitivity-more { 1 .touchpad-sensitivity-more {
2 float: right; 2 float: right;
3 } 3 }
4
5 html[dir=rtl] .touchpad-sensitivity-more {
6 float: left;
7 }
8
9 .option-name {
10 display: inline;
11 }
12
13 #timezone-value {
14 display: inline-block;
15 vertical-align: baseline;
16 }
17
18 #touchpad-value,
19 #slider-control {
20 display: inline-block;
21 vertical-align: top;
22 }
OLDNEW
« 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