| Index: chrome/browser/resources/feedback/css/sys_info.css
|
| diff --git a/chrome/browser/resources/options/chromeos/storage_clear_drive_cache_overlay.css b/chrome/browser/resources/feedback/css/sys_info.css
|
| similarity index 52%
|
| copy from chrome/browser/resources/options/chromeos/storage_clear_drive_cache_overlay.css
|
| copy to chrome/browser/resources/feedback/css/sys_info.css
|
| index 4314e56d13882807266212a4b7251d397578c17b..7f55d86aaffb2044eb692e9626c4dd8c329d2c81 100644
|
| --- a/chrome/browser/resources/options/chromeos/storage_clear_drive_cache_overlay.css
|
| +++ b/chrome/browser/resources/feedback/css/sys_info.css
|
| @@ -2,10 +2,17 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -#clear-drive-cache-overlay-page {
|
| - max-width: 476px;
|
| +html,
|
| +body {
|
| + overflow: visible;
|
| }
|
|
|
| -#clear-drive-cache-overlay-page p {
|
| - line-height: 1.6em;
|
| +#detailsTable {
|
| + margin-top: .5em;
|
| }
|
| +
|
| +#status {
|
| + color: rgb(66, 133, 244);
|
| + display: inline-block;
|
| + margin: .5em .5em;
|
| +}
|
|
|