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

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

Issue 9794016: [webui] get rid of more html[os=] rules (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: presub 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 17b458ee5df5716f34c0feb464df47f84c84710f..4867fb54bcc222f8b62727b02ac360a1c32b6ed2 100644
--- a/chrome/browser/resources/sync_internals/sync_search.css
+++ b/chrome/browser/resources/sync_internals/sync_search.css
@@ -1,8 +1,6 @@
-/*
-Copyright (c) 2011 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
-*/
+/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
#sync-search-query {
width: 20em;
@@ -21,27 +19,25 @@ found in the LICENSE file.
}
#sync-results-list {
+ -webkit-padding-start: 10px;
+ box-sizing: border-box;
height: 100%;
- width: 275px;
/* min-width and max-width are used by the split pane. */
- min-width: 50px;
max-width: 50%;
+ min-width: 50px;
overflow: auto;
- box-sizing: border-box;
padding: 5px;
- -webkit-padding-start: 10px;
+ width: 275px;
}
#sync-results-splitter {
- width: 5px;
background-color: #ebeff9;
cursor: col-resize;
-}
-
-/* Platform annotations are set in sync_node_browser.js. */
-/* TODO(akalin): Make the BMM also use this style. */
-html[os=win] #sync-results-splitter {
+ width: 5px;
+<if expr="is_win">
+ /* TODO(akalin): Make the BMM also use this style. */
cursor: e-resize;
+</if>
}
#sync-result-details-container {
« no previous file with comments | « chrome/browser/resources/sync_internals/sync_node_browser.css ('k') | chrome/browser/resources/sync_setup_overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698