| Index: chrome/browser/resources/options/reset_profile_settings_overlay.css
|
| diff --git a/chrome/browser/resources/options/reset_profile_settings_overlay.css b/chrome/browser/resources/options/reset_profile_settings_overlay.css
|
| index 9fa3b8e03b7b64f421c72d67285d92240c5ca90a..859b0ace6d8de28960163543a8f92b214afe3dc8 100644
|
| --- a/chrome/browser/resources/options/reset_profile_settings_overlay.css
|
| +++ b/chrome/browser/resources/options/reset_profile_settings_overlay.css
|
| @@ -11,3 +11,34 @@
|
| vertical-align: middle;
|
| visibility: hidden;
|
| }
|
| +
|
| +#feedbackTemplate table {
|
| + table-layout: fixed;
|
| + width: 100%;
|
| +}
|
| +
|
| +#feedbackTemplate table td {
|
| + word-wrap: break-word;
|
| +}
|
| +
|
| +#feedbackTemplate .key {
|
| + padding-right: 5px;
|
| + text-align: right;
|
| +}
|
| +
|
| +#feedbackTemplate .value {
|
| + color: #333;
|
| + text-align: left;
|
| +}
|
| +
|
| +#expandFeedback {
|
| + background: url('chrome://resources/images/help.png') center bottom no-repeat;
|
| + display: inline-block;
|
| + height: 14px;
|
| + opacity: 0.33;
|
| + width: 14px;
|
| +}
|
| +
|
| +#expandFeedback:hover {
|
| + opacity: 1;
|
| +}
|
|
|