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

Unified Diff: components/sync_driver/resources/sync_search.css

Issue 2206453004: [Sync] chrome://sync-internals uses deprecated CSS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [Sync] chrome://sync-internals uses deprecated CSS Created 4 years, 4 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 | « components/sync_driver/resources/sync_node_browser.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/resources/sync_search.css
diff --git a/components/sync_driver/resources/sync_search.css b/components/sync_driver/resources/sync_search.css
index 24c955b97d6f537da429db90977dc04073948d16..5500b469fe5fb44e80f983374b46ed4d596d3927 100644
--- a/components/sync_driver/resources/sync_search.css
+++ b/components/sync_driver/resources/sync_search.css
@@ -22,7 +22,7 @@
}
#sync-results-container {
- display: -webkit-box;
+ display: flex;
/* Should be > #sync-page's min-height. */
/* TODO(akalin): Find a less hacky way to do this. */
height: 750px;
@@ -51,7 +51,7 @@
}
#sync-result-details-container {
- -webkit-box-flex: 1;
+ flex: 1;
height: 100%;
overflow: auto;
/* TODO(akalin): Figure out why this is needed, even with box-flex: 1. */
« no previous file with comments | « components/sync_driver/resources/sync_node_browser.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698