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: 20em; | 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); |
11 } | 11 } |
12 | 12 |
13 #sync-search-status { | 13 #sync-search-status { |
14 color: rgb(51,51,51); | 14 color: rgb(51,51,51); |
15 font-style: italic; | 15 font-style: italic; |
16 } | 16 } |
(...skipping 27 matching lines...) Expand all Loading... |
44 width: 5px; | 44 width: 5px; |
45 } | 45 } |
46 | 46 |
47 #sync-result-details-container { | 47 #sync-result-details-container { |
48 -webkit-box-flex: 1; | 48 -webkit-box-flex: 1; |
49 height: 100%; | 49 height: 100%; |
50 overflow: auto; | 50 overflow: auto; |
51 /* TODO(akalin): Figure out why this is needed, even with box-flex: 1. */ | 51 /* TODO(akalin): Figure out why this is needed, even with box-flex: 1. */ |
52 width: 100%; | 52 width: 100%; |
53 } | 53 } |
OLD | NEW |