Add close button to the supervised user pages.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / sim_unlock.css
blob9e9d588f41999b7b34758ec9a943ac4a593ec205
1 /* Copyright (c) 2012 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 */
6 .error {
7 color: red;
10 #pin-error-msg {
11 height: 25px;
12 margin: 5px auto 5px auto;
15 .content-area {
16 max-height: 125px;
17 overflow: auto;
20 .change-pin-content-area {
21 height: 156px;
22 overflow: auto;
23 padding: 10px 15px 5px 15px;
24 width: 320px;
27 .choose-pin-content-area {
28 max-height: 125px;
29 min-height: 120px;
30 overflow: auto;
31 padding: 10px 15px 5px 15px;
32 width: 320px;
35 .input-area {
36 margin: 10px auto 25px auto;
37 width: 125px;
40 #pin-input-area {
41 margin-top: 30px;
44 #puk-input-area {
45 margin-bottom: 0;
48 #puk-content-area {
49 max-height: 163px;
52 .code-input {
53 border: 1px solid #aaa;
54 border-radius: 2px;
55 font-size: inherit;
56 padding: 3px;
59 #locked-puk-action-area {
60 -webkit-box-pack: center;
63 #disabled-sim-action-area {
64 -webkit-box-pack: center;
67 #puk-warning-msg {
68 padding-bottom: 6px;
71 #puk-enter-msg {
72 padding-top: 6px;
75 #choose-pin-msg {
76 padding-bottom: 6px;
79 #choose-pin-error {
80 padding-top: 6px;
83 .label {
84 margin: 5px 5px 5px 0;
85 padding: 5px 5px 5px 0;
86 width: 150px;
89 .input-with-label {
90 display: -webkit-box;
93 .choose-pin-input-area {
94 margin: 5px 5px 5px 5px;
95 width: 125px;
98 #choose-pin-action-area {
99 padding: 6px;