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

Unified Diff: chrome/browser/resources/sync_internals/sync_search.css

Issue 9923005: [WebUI] Fix rest of CSS style nits so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: padding fixes, remove a no-op change Created 8 years, 9 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/sync_search.css
diff --git a/chrome/browser/resources/sync_internals/sync_search.css b/chrome/browser/resources/sync_internals/sync_search.css
index 4867fb54bcc222f8b62727b02ac360a1c32b6ed2..4163282e4e536266edf79c68ba4ad96a80a7cef5 100644
--- a/chrome/browser/resources/sync_internals/sync_search.css
+++ b/chrome/browser/resources/sync_internals/sync_search.css
@@ -31,20 +31,19 @@
}
#sync-results-splitter {
- background-color: #ebeff9;
+ background-color: rgb(235, 239, 249);
cursor: col-resize;
- width: 5px;
<if expr="is_win">
/* TODO(akalin): Make the BMM also use this style. */
cursor: e-resize;
</if>
+ width: 5px;
}
#sync-result-details-container {
+ -webkit-box-flex: 1;
height: 100%;
overflow: auto;
- -webkit-box-flex: 1;
-
/* TODO(akalin): Figure out why this is needed, even with box-flex: 1. */
width: 100%;
}

Powered by Google App Engine
This is Rietveld 408576698