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-created {
9 #managed-user-created-title {
11 word-wrap: break-word
;
14 @media only screen and
(max-height:400px) {
16 /* Omit the image on very small screens. */
17 #managed-user-created-image {
21 } /* @media only screen and (max-height:400px) */
23 #managed-user-created-image {
24 -webkit-border-radius: 3px 3px 0 0;
26 background-image: -webkit-image-set
(
27 url
('../../../../ui/resources/default_100_percent/supervised_illustration_done.png') 1x,
28 url
('../../../../ui/resources/default_200_percent/supervised_illustration_done.png') 2x);
29 background-position: center
;
33 #managed-user-created-text {
34 padding: 0 20px 0 20px;
35 white-space: pre-wrap
;
36 word-wrap: break-word
;
39 #managed-user-created-switch {
41 word-wrap: break-word
;
44 #managed-user-created-action-area {