BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / resources / options / supervised_user_learn_more.css
blobe54d68b89a3667532b04dce66f201f0755e28615
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 #supervised-user-learn-more {
6 display: flex;
7 flex-direction: column;
8 width: 722px;
11 #supervised-user-learn-more-title {
12 padding: 20px;
15 #supervised-user-learn-more-text {
16 padding: 0 20px 0 20px;
17 white-space: pre-wrap;
18 word-wrap: break-word;
21 @media only screen and (max-height:500px) {
23 /* Omit the image on very small screens. */
24 #supervised-user-learn-more-image {
25 display: none;
28 } /* @media only screen and (max-height:500px) */
30 #supervised-user-learn-more-image {
31 background-image: -webkit-image-set(
32 url(../../../../ui/resources/default_100_percent/supervised_illustration_start.png) 1x,
33 url(../../../../ui/resources/default_200_percent/supervised_illustration_start.png) 2x);
34 background-position: center;
35 border-radius: 3px 3px 0 0;
36 height: 344px;
39 #supervised-user-learn-more-action-area {
40 padding: 20px;