Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / options / supervised_user_create_confirm.css
blob828448a8622d7add627e6a4f211ad05631f729bf
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-created {
6 width: 722px;
9 #supervised-user-created-title {
10 padding: 20px;
11 word-wrap: break-word;
14 @media only screen and (max-height:400px) {
16 /* Omit the image on very small screens. */
17 #supervised-user-created-image {
18 display: none;
21 } /* @media only screen and (max-height:400px) */
23 #supervised-user-created-image {
24 background-image: -webkit-image-set(
25 url(../../../../ui/resources/default_100_percent/supervised_illustration_done.png) 1x,
26 url(../../../../ui/resources/default_200_percent/supervised_illustration_done.png) 2x);
27 background-position: center;
28 border-radius: 3px 3px 0 0;
29 flex: 5;
30 height: 344px;
33 #supervised-user-created-text {
34 padding: 0 20px 0 20px;
35 white-space: pre-wrap;
36 word-wrap: break-word;
39 #supervised-user-created-switch {
40 max-width: 600px;
41 word-wrap: break-word;
44 #supervised-user-created-action-area {
45 padding: 20px;