OLD | NEW |
---|---|
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 | |
OLD | NEW |