Remove the old signature of NotificationManager::closePersistent().
[chromium-blink-merge.git] / chrome / browser / resources / translate_internals / translate_internals.css
blob229d7f43fa6707423bdbd5c07251bd2d017bba7f
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 body {
6 color: #333;
9 h2 {
10 font-size: 110%;
13 table {
14 border-collapse: collapse;
15 table-layout: fixed;
16 width: 100%;
19 th,
20 td {
21 border-color: #666;
22 border-style: solid;
23 border-width: 1px;
24 padding: 1px 4px;
27 tabpanel {
28 padding-bottom: 10px;
31 tabpanel > div {
32 display: -webkit-flex;
35 tabpanel > div > div {
36 -webkit-flex: 1;
39 .dump {
40 font-family: monospace;
41 white-space: pre-wrap;
44 #tabpanel-prefs ul {
45 list-style-type: none;
46 padding-left: 0;
49 #tabpanel-prefs ul li {
50 width: 100%;
53 #tabpanel-prefs button.dismissing {
54 background-color: transparent;
55 border-style: solid;
56 border-width: 1px;
57 color: #666;
58 cursor: pointer;
59 font-size: 110%;
60 margin-left: 1em;
63 .detection-logs-time {
64 width: 10%;
67 .detection-logs-url {
68 width: 20%;
71 td.detection-logs-url {
72 word-wrap: break-word;
75 .detection-logs-content-language {
76 width: 10%;
79 .detection-logs-cld-language {
80 width: 10%;
83 .detection-logs-is-cld-reliable {
84 width: 5%;
87 .detection-logs-html-root-language {
88 width: 10%;
91 .detection-logs-adopted-language {
92 width: 10%;
95 .detection-logs-content {
96 width: 25%;
99 td.detection-logs-content div {
100 font-family: monospace;
101 max-height: 250px;
102 overflow: auto;
103 white-space: pre-wrap;
104 word-wrap: break-word;
107 .error-logs-time {
108 width: 20%;
111 .error-logs-url {
112 width: 40%;
115 .error-logs-error {
116 width: 40%;
119 .event-logs-time {
120 width: 15%;
123 .event-logs-place {
124 overflow: hidden;
125 text-overflow: ellipsis;
126 white-space: nowrap;
127 width: 35%;
130 .event-logs-message {
131 width: 50%;
134 .prefs-setting-disabled {
135 display: none;