OLD | NEW |
1 /* TODO(csilv): Re-order, rename selectors according to style guide. */ | 1 /* TODO(csilv): Re-order, rename selectors according to style guide. */ |
2 | 2 |
3 /* This is necessary because the fix for correctly wrapping labels | 3 /* This is necessary because the fix for correctly wrapping labels |
4 * (crbug.com/109334) requires labels to be display: block; however, this label | 4 * (crbug.com/109334) requires labels to be display: block; however, this label |
5 * has a button inline after it. | 5 * has a button inline after it. |
6 */ | 6 */ |
7 #home-page-label { | 7 #home-page-label { |
8 display: inline; | 8 display: inline; |
9 } | 9 } |
10 | 10 |
11 #customHomePageGroup { | 11 #home-page-select-container { |
12 display: -webkit-box; | 12 margin-top: 5px; |
13 -webkit-box-orient: horizontal; | |
14 } | 13 } |
15 | 14 |
16 #homepageURL { | 15 #homepageURL { |
17 margin-left: 10px; | 16 margin-left: 10px; |
18 } | 17 } |
19 | 18 |
20 #defaultSearchEngineGroup { | 19 #defaultSearchEngineGroup { |
21 display: -webkit-box; | 20 display: -webkit-box; |
22 -webkit-box-orient: vertical; | 21 -webkit-box-orient: vertical; |
23 } | 22 } |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 | 126 |
128 html[dir=rtl] #pointer-sensitivity-more { | 127 html[dir=rtl] #pointer-sensitivity-more { |
129 float: left; | 128 float: left; |
130 } | 129 } |
131 | 130 |
132 #pointer-value, | 131 #pointer-value, |
133 #slider-control { | 132 #slider-control { |
134 display: inline-block; | 133 display: inline-block; |
135 vertical-align: top; | 134 vertical-align: top; |
136 } | 135 } |
OLD | NEW |