/* 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: center bottom no-repeat; background-image: url('chrome://theme/IDR_QUESTION_MARK'); display: inline-block; height: 14px; opacity: 0.33; vertical-align: text-top; width: 14px; } #expand-feedback:hover { opacity: 1; }