Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / options / supervised_user_learn_more.css
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. */
4
5 #supervised-user-learn-more {
6   display: flex;
7   flex-direction: column;
8   width: 722px;
9 }
10
11 #supervised-user-learn-more-title {
12   padding: 20px;
13 }
14
15 #supervised-user-learn-more-text {
16   padding: 0 20px 0 20px;
17   white-space: pre-wrap;
18   word-wrap: break-word;
19 }
20
21 @media only screen and (max-height:500px) {
22
23 /* Omit the image on very small screens. */
24 #supervised-user-learn-more-image {
25   display: none;
26 }
27
28 } /* @media only screen and (max-height:500px) */
29
30 #supervised-user-learn-more-image {
31   -webkit-border-radius: 3px 3px 0 0;
32   background-image: -webkit-image-set(
33       url(../../../../ui/resources/default_100_percent/supervised_illustration_start.png) 1x,
34       url(../../../../ui/resources/default_200_percent/supervised_illustration_start.png) 2x);
35   background-position: center;
36   height: 344px;
37 }
38
39 #supervised-user-learn-more-action-area {
40   padding: 20px;
41 }