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

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

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 9 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

Powered by Google App Engine
This is Rietveld 408576698