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); |
+} |
+ |