OLD | NEW |
1 #startupPages { | 1 #startupPages { |
2 border: solid 1px #999999; | 2 border: solid 1px #999999; |
3 height: 100px; | 3 height: 100px; |
4 } | 4 } |
5 | 5 |
6 #customHomePageGroup { | 6 #customHomePageGroup { |
7 display: -webkit-box; | 7 display: -webkit-box; |
8 -webkit-box-orient: horizontal; | 8 -webkit-box-orient: horizontal; |
9 } | 9 } |
10 | 10 |
(...skipping 14 matching lines...) Expand all Loading... |
25 } | 25 } |
26 | 26 |
27 #defaultSearchEngineGroup > div { | 27 #defaultSearchEngineGroup > div { |
28 display: -webkit-box; | 28 display: -webkit-box; |
29 -webkit-box-orient: horizontal; | 29 -webkit-box-orient: horizontal; |
30 } | 30 } |
31 | 31 |
32 #defaultSearchEngine { | 32 #defaultSearchEngine { |
33 display: block; | 33 display: block; |
34 -webkit-box-flex: 1; | 34 -webkit-box-flex: 1; |
| 35 max-width: 300px; |
35 } | 36 } |
36 | 37 |
37 #defaultSearchManageEnginesButton { | 38 #defaultSearchManageEnginesButton { |
38 margin-top: 0px; | 39 margin-top: 0px; |
39 -webkit-margin-start: 10px; | 40 -webkit-margin-start: 10px; |
40 } | 41 } |
41 | 42 |
42 #defaultBrowserState { | 43 #defaultBrowserState { |
43 margin-top: 6px; | 44 margin-top: 6px; |
44 } | 45 } |
45 | 46 |
46 #instantOption { | 47 #instantOption { |
47 margin-bottom: 0px; | 48 margin-bottom: 0px; |
48 } | 49 } |
49 | 50 |
50 #instantConfirmText { | 51 #instantConfirmText { |
51 font-family: inherit; | 52 font-family: inherit; |
52 white-space: pre-wrap; | 53 white-space: pre-wrap; |
53 width: 500px; | 54 width: 500px; |
54 } | 55 } |
55 | 56 |
56 #instantConfirmLearnMore { | 57 #instantConfirmLearnMore { |
57 position: absolute; | 58 position: absolute; |
58 bottom: 18px; | 59 bottom: 18px; |
59 } | 60 } |
OLD | NEW |