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

Unified Diff: chrome/browser/resources/sync_internals/notifications.html

Issue 6538047: [Sync] Clean up about:sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix HTML errors Created 9 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/sync_internals/notifications.html
diff --git a/chrome/browser/resources/sync_internals/notifications.html b/chrome/browser/resources/sync_internals/notifications.html
index 67fc97b7a14a025de235888cbb434abab2a21518..3120361ca88c73f062d6ccf9e9aa5c93b214f62a 100644
--- a/chrome/browser/resources/sync_internals/notifications.html
+++ b/chrome/browser/resources/sync_internals/notifications.html
@@ -38,19 +38,18 @@ document.addEventListener("DOMContentLoaded", onLoad, false);
})();
</script>
-<div class="desc"><h2> Notifications </h2></div>
+<style>
+table#notificationCountsInfo tr:nth-child(odd) {
+ background: #eff3ff;
+}
+</style>
+
<p id='notificationsEnabledInfo'>
Enabled: <span jscontent='notificationsEnabled'></span>
</p>
-
-<table class='list' id='notificationCountsInfo'>
+<table id='notificationCountsInfo'>
<tr jsselect='notificationCounts'>
- <td class='name'>
- <div jscontent='modelType'></div>
- </td>
- <td class='number'>
- <div jscontent='notificationCount'></div>
- </td>
+ <td jscontent='modelType'/>
+ <td jscontent='notificationCount'/>
</tr>
</table>
-
« no previous file with comments | « chrome/browser/resources/sync_internals/chrome_sync.js ('k') | chrome/browser/resources/sync_internals/sync_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698