summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/print_preview.css
blob: f338b98c1361ee08f27ddfe38493481d656ecbcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
body {
  -webkit-user-select: none;
  display: -webkit-box;
  font-size: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
}

#settings-title {
  -webkit-padding-end: 24px;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: end;
  font-size: 125%;
  font-weight: normal;
  color: #53627d;
}

#navbar-container {
  background-color: #f8fafd;
  width: 295px;
  height: 100%;
  overflow: auto;
}

#destination-container {
  background-color: #fff;
  padding: 10px;
}

#destination-container > h1 {
  font-size: 100%;
  margin: 0;
}

#separator {
  background: -webkit-gradient(linear,
                               left top,
                               right top,
                               from(#a4a4a4),
                               to(#ccc));
  height: 100%;
  width: 6px;
}

#mainview {
  -webkit-box-flex: 1;
  -webkit-padding-start: 10px;
  background-color: #ccc;
}

#pdf-viewer {
  width: 100%;
  height: 100%;
}

section {
  -webkit-box-orient: horizontal;
  display: -webkit-box;
  margin-top: 15px;
}

section > h3 {
  -webkit-padding-start: 10px;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  width: 50px;
}

.hidden {
  display: none;
}

select {
  margin: 0;
}

.link-button {
  background-color: transparent;
  border: none;
  color: blue;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.text-button {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}