browser_options_page.css revision 201ade2fbba22bfb27ae029f4d23fca6ded109a0
1#startupPages {
2  border: solid 1px #999999;
3  height: 100px;
4}
5
6#customHomePageGroup {
7  display: -webkit-box;
8  -webkit-box-orient: horizontal;
9}
10
11#customHomePageGroup > div {
12  -webkit-padding-start: 1ex;
13  -webkit-box-flex: 1;
14}
15
16#homepageURL {
17  box-sizing: border-box;
18  padding-top: 3px;
19  width: 100%;
20}
21
22#defaultSearchEngineGroup {
23  display: -webkit-box;
24  -webkit-box-orient: vertical;
25}
26
27#defaultSearchEngineGroup > div {
28  display: -webkit-box;
29  -webkit-box-orient: horizontal;
30}
31
32#defaultSearchEngine {
33  display: block;
34  -webkit-box-flex: 1;
35}
36
37#defaultSearchManageEnginesButton {
38  margin-top: 0px;
39  -webkit-margin-start: 10px;
40}
41
42#defaultBrowserState {
43  margin-top: 6px;
44}
45
46#instantOption {
47  margin-bottom: 0px;
48}
49
50#instantConfirmText {
51  font-family: inherit;
52  white-space: pre-wrap;
53  width: 500px;
54}
55
56#instantConfirmLearnMore {
57  position: absolute;
58  bottom: 18px;
59}
60