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

Unified Diff: chrome/browser/resources/popular_sites_internals.css

Issue 1340493002: Add initial version of chrome://popular-sites-internals page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@finch_country_version
Patch Set: review3 Created 5 years, 3 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
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/popular_sites_internals.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/popular_sites_internals.css
diff --git a/chrome/browser/resources/popular_sites_internals.css b/chrome/browser/resources/popular_sites_internals.css
new file mode 100644
index 0000000000000000000000000000000000000000..1e509657e4def3b800e0459961b2cff2c1822abc
--- /dev/null
+++ b/chrome/browser/resources/popular_sites_internals.css
@@ -0,0 +1,45 @@
+/* Copyright 2015 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. */
+
+html {
+ font-size: 20px;
+}
+
+#info > div {
+ width: 100%;
+}
+
+#info h2 {
+ color: rgb(74, 142, 230);
+ font-size: 100%;
+ margin-bottom: 0;
+}
+
+#info .err {
+ color: red;
+}
+
+#info .section {
+ display: inline-block;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+#info .section.hidden {
+ display: none;
+}
+
+.section-details {
+ width: 100%;
+}
+
+.section-details .detail,
+.section-details .value {
+ width: 50%;
+}
+
+.section-details tr:nth-child(odd) {
+ background: rgb(239, 243, 255);
+}
+
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/popular_sites_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698