summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/options/reset_profile_settings_overlay.css
blob: e0d269766c472a5ba4e3216660a2f9ada9810ad5 (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
/* Copyright 2013 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. */

#reset-profile-settings-overlay {
  width: 500px;
}

#reset-profile-settings-content-area {
  -webkit-box-flex: 0;
}

#reset-profile-settings-throbber {
  margin: 4px 10px;
  vertical-align: middle;
  visibility: hidden;
}

#feedback-bar {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
}

#feedback-template {
  -webkit-box-flex: 1;
  overflow-y: auto;
}

#feedback-template table {
  table-layout: fixed;
  width: 100%;
}

#feedback-template table td {
  word-wrap: break-word;
}

#feedback-template .key {
  padding-right: 5px;
  text-align: right;
  vertical-align: top;
}

#feedback-template .value {
  color: #333;
  text-align: left;
  white-space: pre-line;
}

#expand-feedback {
  background: url('chrome://theme/IDR_QUESTION_MARK') no-repeat center;
  display: inline-block;
  height: 14px;
  opacity: 0.33;
  vertical-align: bottom;
  width: 14px;
}

#expand-feedback:hover {
  opacity: 1;
}