Fix missing "..." in the supervised user import dialog.
[chromium-blink-merge.git] / chrome / browser / resources / identity_internals.css
blob4d30370ae3eeed2671bed3871cc960bd87913011
1 /* Copyright 2013 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. */
5 .header {
6 color: rgb(74, 142, 230);
7 font-size: 100%;
8 margin-bottom: 0;
11 #token-list {
12 width: 100%;
15 tr:nth-child(odd) {
16 background: rgb(239, 243, 255);
19 td.label {
20 font-weight: bold;
21 vertical-align: top;
24 td.token-actions {
25 text-align: center;