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

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

Issue 9232010: [uber page] Migrate all elements in the 'System' (cros) page to new locations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: compile fix Created 8 years, 11 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
(Empty)
1 .pointer-sensitivity-more {
2 float: right;
3 }
4
5 html[dir=rtl] .pointer-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 #pointer-value,
19 #slider-control {
20 display: inline-block;
21 vertical-align: top;
22 }
23
24 #bluetooth-options-div {
25 -webkit-box-orient: vertical;
26 display: -webkit-box;
27 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/chromeos/system_options.js ('k') | chrome/browser/resources/options2/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698