CSS样式  |  27行  |  639 B

/* 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.
 */

.heading-track {
  -webkit-box-align: stretch;
  -webkit-box-orient: horizontal;
  display: -webkit-box;
  margin: 0;
  padding: 0 5px 0 0;
}

.heading-track > heading {
  -webkit-box-sizing: border-box;
  background-color: rgba(214, 221, 229, 0.3);
  border-right: 1px solid #8e8e8e;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  padding-left: 18px;
  padding-right: 5px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}