CSS样式  |  27行  |  439 B

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

.header {
  color: rgb(74, 142, 230);
  font-size: 100%;
  margin-bottom: 0;
}

#token-list {
  width: 100%;
}

tr:nth-child(odd) {
  background: rgb(239, 243, 255);
}

td.label {
  font-weight: bold;
  vertical-align: top;
}

td.token-actions {
  text-align: center;
}