Chromium Code Reviews| 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..1ceed29664eb27a6c944d612f75626078c3666fe 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; |
| @@ -20,28 +18,26 @@ found in the LICENSE file. |
| height: 750px; |
| } |
| + /* min-width and max-width are used by the split pane. */ |
|
Dan Beam
2012/03/21 03:02:53
no ^\s*
Evan Stade
2012/03/21 21:51:12
Done.
|
| #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. */ |
|
Dan Beam
2012/03/21 03:02:53
I smell copy pasta, but whatevs.
|
| cursor: e-resize; |
| +</if> |
| } |
| #sync-result-details-container { |