BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / resources / extensions / extension_load_error.css
blob620eed109367e71463bfdb6228169c922dda23d2
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-end: 20px;
7 -webkit-padding-end: 3px;
8 -webkit-padding-start: 10px;
9 background-color: rgba(255, 249, 221, 1);
10 border-radius: 7px;
11 display: flex;
12 flex-direction: column;
13 font-size: 1.1em;
14 margin-top: 10px;
15 padding-bottom: 10px;
18 #extension-load-error h2 {
19 font-size: 14px;
20 font-weight: bold;
23 #extension-load-error-message {
24 margin-top: 5px;
27 #extension-load-error-manifest {
28 background-color: rgba(255, 250, 240, 1);
29 margin-bottom: 10px;
30 margin-top: 10px;
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 margin-bottom: 0;
49 margin-top: 3px;