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
3 * found in the LICENSE file. */
9 #sync-search-query[error
] {
10 background-color: rgb
(255,170,170);
13 .sync-search-quicklink {
14 background-color: rgb
(239,243,255);
24 #sync-results-container {
26 /* Should be > #sync-page's min-height. */
27 /* TODO(akalin): Find a less hacky way to do this. */
32 -webkit-padding-start: 10px;
33 box-sizing: border-box
;
35 /* min-width and max-width are used by the split pane. */
43 #sync-results-splitter {
44 background-color: rgb
(235, 239, 249);
47 /* TODO(akalin): Make the BMM also use this style. */
53 #sync-result-details-container {
57 /* TODO(akalin): Figure out why this is needed, even with box-flex: 1. */