Move Webstore URL concepts to //extensions and out
[chromium-blink-merge.git] / chrome / browser / resources / extensions / extension_load_error.css
blob520b3b4c63ec527076e59984eb8a6ecc9783591e
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;
42 #extension-load-error-additional > span {
43 font-size: 12px;
44 font-weight: bold;
47 #extension-load-error-additional > li {
48 -webkit-margin-after: 0;
49 -webkit-margin-before: 3px;