summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/hung_renderer_dialog.css
blob: 8e829a0d222114cd9220cd7088b7cb147c1e2ffa (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
98
/* Copyright (c) 2011 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.
 */

html, body {
  background-color: #EEE;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.vbox,
.hbox {
  display: table;
  height: 100%;
  width: 100%;
}

.vbox > div {
  display: table-row;
}

.hbox > div {
  display: table-cell;
  vertical-align: top;
}

.vbox > .fill {
  height: 100%;
}

.hbox > .fill {
  width: 100%;
}

#theme-graphic {
  margin: 2px 20px 2px 2px;
}

#explanation {
  margin-bottom: 4px;
  margin-right: 4px;
  margin-top: 4px;
}

#tab-list-scroll-container {
  background-color: white;
  border-style: solid;
  border-width: 1px;
  height: 100%;
  margin-right: 5px;
  overflow-y: auto;
}

#buttons-table {
  float: right;
  margin-bottom: 8px;
  margin-right: 8px;
  margin-top: 20px;
  width: auto;
}

#buttons-table > div {
  padding: 3px;
  width: 50%;
}

#tab-table {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  -webkit-padding-start: 0;
  height: auto;
}

#tab-table li {
  -webkit-padding-start: 19px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: block;
  height: 16px;
  line-height: 16px;
  margin-bottom: 1px;
}

html[dir=rtl] #tab-table li {
  background-position: 100% 50%;
}

#templates {
  display: none;
}

button {
  white-space: nowrap;
  width: 100%;
}