Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / copresence.css
blob6d7b58065e2d899ddb6f9462748b1d0be97eb3c2
1 /* Copyright 2014 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 body {
6 margin: 10px 20px;
9 section {
10 margin-top: 40px;
13 table {
14 border: 1px solid gray;
15 border-spacing: 0;
16 margin-top: 15px;
17 width: 600px;
20 thead {
21 background-color: rgb(220, 240, 255);
22 font-weight: bold;
25 tbody {
26 border-top: 1px solid gray;
27 height: 200px;
28 overflow-x: hidden;
29 overflow-y: scroll;
32 td {
33 padding: 5px;
34 text-align: left;
37 td::first-letter {
38 text-transform: capitalize;
41 .confirmed,
42 .valid {
43 color: green;
46 .done {
47 color: darkGray;
50 .invalid {
51 color: red;
54 .directives td {
55 width: 190px;
58 .tokens td {
59 width: 140px;
62 table td.spacer {
63 width: 5px;
66 tbody,
67 thead > tr {
68 display: block;