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

Side by Side Diff: chrome/browser/resources/options/chromeos/system_options_page.css

Issue 8905025: ChromeOS Mouse settings. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: merge options changes into options2 Created 9 years 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 .pointer-sensitivity-more {
2 float: right; 2 float: right;
3 } 3 }
4 4
5 html[dir=rtl] .touchpad-sensitivity-more { 5 html[dir=rtl] .pointer-sensitivity-more {
6 float: left; 6 float: left;
7 } 7 }
8 8
9 .option-name { 9 .option-name {
10 display: inline; 10 display: inline;
11 } 11 }
12 12
13 #timezone-value { 13 #timezone-value {
14 display: inline-block; 14 display: inline-block;
15 vertical-align: baseline; 15 vertical-align: baseline;
16 } 16 }
17 17
18 #touchpad-value, 18 #pointer-value,
19 #slider-control { 19 #slider-control {
20 display: inline-block; 20 display: inline-block;
21 vertical-align: top; 21 vertical-align: top;
22 } 22 }
23 23
24 #bluetooth-options-div { 24 #bluetooth-options-div {
25 -webkit-box-orient: vertical; 25 -webkit-box-orient: vertical;
26 display: -webkit-box; 26 display: -webkit-box;
27 } 27 }
28 28
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 .bluetooth-passkey-field { 158 .bluetooth-passkey-field {
159 -webkit-margin-start: 10px; 159 -webkit-margin-start: 10px;
160 width: 100px; 160 width: 100px;
161 } 161 }
162 162
163 .bluetooth-button-group { 163 .bluetooth-button-group {
164 -webkit-padding-end: 5px; 164 -webkit-padding-end: 5px;
165 vertical-align: middle; 165 vertical-align: middle;
166 } 166 }
167 167
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698