Chromium Code Reviews| 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..51bca51c2598c0a543e4d473f5f3371182c4adaf 100644 |
| --- a/chrome/browser/resources/about_invalidations.css |
| +++ b/chrome/browser/resources/about_invalidations.css |
| @@ -8,13 +8,16 @@ 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; |
| } |
| + |
|
rlarocque
2014/02/15 00:09:39
Remove extra newline.
mferreria_g
2014/02/15 01:27:39
Done.
|
| #invalidations-info .section { |
| display: inline-block; |
| margin-left: auto; |
| @@ -22,3 +25,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); |
| +} |
| + |