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

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

Issue 159773006: [invalidations] Added table with registered objectsIds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@about_invalidations_clean
Patch Set: Change constness of iterators for android clang Created 6 years, 10 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/about_invalidations.css
diff --git a/chrome/browser/resources/about_invalidations.css b/chrome/browser/resources/about_invalidations.css
index e71c941fe16d07de77bcbd10704ea5e1ec40cdf1..2747f694b81d25d179e3eef516dc332d1a63b4b3 100644
--- a/chrome/browser/resources/about_invalidations.css
+++ b/chrome/browser/resources/about_invalidations.css
@@ -8,11 +8,13 @@ body {
font-size: 80%;
}
-#invalidations-info p {
+#invalidations-info .lead {
color: rgb(74, 142, 230);
+ display: block;
font-size: 100%;
font-weight: bold;
- margin-bottom: 0;
+ margin-top: 10px;
+ word-wrap: normal;
}
#invalidations-info .section {
@@ -22,3 +24,23 @@ body {
width: 100%;
}
+#objectsid-table-container .td {
+ font-size: 50%;
+}
+
+#objectsid-table-container .error {
+ background: rgb(255, 204, 204);
+}
+
+#objectsid-table-container .header {
+ background: rgb(255, 255, 204);
+}
+
+#objectsid-table-container .content {
+ background: rgb(204, 255, 204);
+}
+
+#objectsid-table-container .greyed {
+ background: rgb(204, 204, 204);
+}
+
« no previous file with comments | « chrome/browser/policy/cloud/cloud_policy_invalidator.cc ('k') | chrome/browser/resources/about_invalidations.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698