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

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: 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
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 .option-value {
14 display: inline;
15 }
16
17 .slider-control {
18 display: inline-block;
19 vertical-align: top;
20 }
21
22 .slider-composite {
23 display: -webkit-box;
24 -webkit-box-orient: vertical;
25 }
26
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698