BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / resources / options / reset_profile_settings_overlay.css
blobc20f8220edfbf735e6001a89d4d9a33e289a0129
1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 #reset-profile-settings-overlay {
6 width: 500px;
9 #reset-profile-settings-content-area {
10 -webkit-box-flex: 0;
13 #reset-profile-settings-throbber {
14 margin: 4px 10px;
15 vertical-align: middle;
16 visibility: hidden;
19 #feedback-bar {
20 -webkit-box-flex: 1;
21 -webkit-box-orient: vertical;
24 #feedback-template {
25 -webkit-box-flex: 1;
26 overflow-y: auto;
29 #feedback-template table {
30 table-layout: fixed;
31 width: 100%;
34 #feedback-template table td {
35 word-wrap: break-word;
38 #feedback-template .key {
39 padding-right: 5px;
40 text-align: right;
41 vertical-align: top;
44 #feedback-template .value {
45 color: #333;
46 text-align: left;
47 white-space: pre-line;
50 #feedback-bar span {
51 vertical-align: middle;
54 #expand-feedback {
55 -webkit-mask-box-image: url(../../../../ui/webui/resources/images/help.svg);
56 background-color: #828282;
57 display: inline-block;
58 height: 14px;
59 opacity: 0.33;
60 width: 14px;
63 #expand-feedback:hover {
64 opacity: 1;