| OLD | NEW |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
| 4 | 4 |
| 5 #sync-search-query { | 5 #sync-search-query { |
| 6 width: 16em; | 6 width: 16em; |
| 7 } | 7 } |
| 8 | 8 |
| 9 #sync-search-query[error] { | 9 #sync-search-query[error] { |
| 10 background-color: rgb(255,170,170); | 10 background-color: rgb(255,170,170); |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 width: 5px; | 50 width: 5px; |
| 51 } | 51 } |
| 52 | 52 |
| 53 #sync-result-details-container { | 53 #sync-result-details-container { |
| 54 flex: 1; | 54 flex: 1; |
| 55 height: 100%; | 55 height: 100%; |
| 56 overflow: auto; | 56 overflow: auto; |
| 57 /* TODO(akalin): Figure out why this is needed, even with box-flex: 1. */ | 57 /* TODO(akalin): Figure out why this is needed, even with box-flex: 1. */ |
| 58 width: 100%; | 58 width: 100%; |
| 59 } | 59 } |
| OLD | NEW |