1 /* Copyright 2013 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 #managed-user-learn-more {
9 #managed-user-learn-more-title {
13 #managed-user-learn-more-text {
14 padding: 0 20px 0 20px;
15 white-space: pre-wrap
;
16 word-wrap: break-word
;
19 @media only screen and
(max-height:500px) {
21 /* Omit the image on very small screens. */
22 #managed-user-learn-more-image {
26 } /* @media only screen and (max-height:500px) */
28 #managed-user-learn-more-image {
29 -webkit-border-radius: 3px 3px 0 0;
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
;
38 #managed-user-learn-more-action-area {