Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: chrome/browser/resources/feedback/css/sys_info.css

Issue 2403503003: Optimize the table creation in the Sys Info page of the feedback app (Closed)
Patch Set: Fix js styles for presubmit Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
+}
« no previous file with comments | « chrome/browser/resources/component_extension_resources.grd ('k') | chrome/browser/resources/feedback/html/sys_info.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698