Cast: Stop logging kVideoFrameSentToEncoder and rename a couple events.
[chromium-blink-merge.git] / chrome / browser / resources / extensions / extension_load_error.css
blob63e565300301455f0205427c813fe22375aa2270
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 #extension-load-error {
6 -webkit-margin-before: 10px;
7 -webkit-margin-end: 20px;
8 -webkit-padding-after: 10px;
9 -webkit-padding-end: 3px;
10 -webkit-padding-start: 10px;
11 background-color: rgba(255, 249, 221, 1);
12 border-radius: 7px;
13 display: flex;
14 flex-direction: column;
15 font-size: 1.1em;
18 #extension-load-error h2 {
19 font-size: 14px;
20 font-weight: bold;
23 #extension-load-error-message {
24 -webkit-margin-before: 5px;
27 #extension-load-error-manifest {
28 -webkit-margin-after: 10px;
29 -webkit-margin-before: 10px;
30 background-color: rgba(255, 250, 240, 1);
31 max-height: 100px;
34 #extension-load-error-manifest .extension-code-highlighted-source {
35 background-color: pink;
38 #extension-load-error-controls {
39 align-self: flex-end;