blob: 2ef74a4d12809a99d22e0ece9d939adc3fb55e56 [file] [log] [blame]
/* 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.
*/
x-list-and-associated-view {
-webkit-flex-direction: row;
display: -webkit-flex;
}
x-list-and-associated-view > .x-list-view {
min-width: 100px;
}
x-list-and-associated-view > :nth-child(2) {
-webkit-flex: 1;
}