summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/omnibox/omnibox_column_widths.css
blob: 183e6a1870f8619269c72e300b523da808bfba04 (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
/* Copyright 2018 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

.column-provider-name {
  width: 100%;
}

.column-type {
  width: 160%;
}

.column-relevance {
  width: 100%;
}

.column-contents {
  width: 200%;
}

.column-description {
  width: 280%;
}

.column-destination-url {
  width: 220%;
}

.column-fill-into-edit {
  width: 180%;
}

.column-inline-autocompletion {
  width: 180%;
}

.column-transition {
  width: 60px;
}

.column-associated-keyword {
  width: 120%;
}

.column-keyword {
  width: 120%;
}

.column-additional-info {
  width: 240%;
}

.column-additional-properties {
  width: 240%;
}

.column-allowed-to-be-default-match,
.column-starred,
.column-has-tab-match,
.column-deletable,
.column-from-previous,
.column-provider-done,
.column-duplicates {
  width: 18px;
}